Searched defs:hmacPrimitive (Results 1 – 3 of 3) sorted by relevance
| /external/boringssl/src/util/fipstools/acvp/acvptool/subprocess/ |
| D | hmac.go | 56 type hmacPrimitive struct { struct 59 algo string 60 mdLen int // mdLen is the number of bytes of output that the underlying hash produces. 64 func (h *hmacPrimitive) hmac(msg []byte, key []byte, outBits int, m Transactable) []byte { 79 func (h *hmacPrimitive) Process(vectorSet []byte, m Transactable) (any, error) {
|
| /external/cronet/tot/third_party/boringssl/src/util/fipstools/acvp/acvptool/subprocess/ |
| D | hmac.go | 56 type hmacPrimitive struct { struct 59 algo string 60 mdLen int // mdLen is the number of bytes of output that the underlying hash produces. 64 func (h *hmacPrimitive) hmac(msg []byte, key []byte, outBits int, m Transactable) []byte { 79 func (h *hmacPrimitive) Process(vectorSet []byte, m Transactable) (any, error) {
|
| /external/cronet/stable/third_party/boringssl/src/util/fipstools/acvp/acvptool/subprocess/ |
| D | hmac.go | 56 type hmacPrimitive struct { struct 59 algo string 60 mdLen int // mdLen is the number of bytes of output that the underlying hash produces. 64 func (h *hmacPrimitive) hmac(msg []byte, key []byte, outBits int, m Transactable) []byte { 79 func (h *hmacPrimitive) Process(vectorSet []byte, m Transactable) (any, error) {
|