type cloud.google.com/go/storage.hmacKeyDesc

12 uses

	cloud.google.com/go/storage (current package)
		hmac.go#L117: 	desc := new(hmacKeyDesc)
		hmac.go#L150: 	desc := new(hmacKeyDesc)
		hmac.go#L207: 	desc := new(hmacKeyDesc)
		hmac.go#L254: 	desc := new(hmacKeyDesc)
		hmac.go#L292: 	desc      hmacKeyDesc
		hmac.go#L390: type hmacKeyDesc struct {
		hmac.go#L400: 	withHMACKeyDesc(*hmacKeyDesc)
		hmac.go#L403: type hmacKeyDescFunc func(*hmacKeyDesc)
		hmac.go#L405: func (hkdf hmacKeyDescFunc) withHMACKeyDesc(hkd *hmacKeyDesc) {
		hmac.go#L417: 	return hmacKeyDescFunc(func(hkd *hmacKeyDesc) {
		hmac.go#L426: 	return hmacKeyDescFunc(func(hkd *hmacKeyDesc) {
		hmac.go#L438: 	return hmacKeyDescFunc(func(hkd *hmacKeyDesc) {