Searched defs:boringHMAC (Results 1 – 1 of 1) sorted by relevance
82 type boringHMAC struct { struct83 md *C.GO_EVP_MD84 ctx C.GO_HMAC_CTX85 ctx2 C.GO_HMAC_CTX86 size int87 blockSize int88 key []byte89 sum []byte90 needCleanup bool93 func (h *boringHMAC) Reset() {[all …]