Home
last modified time | relevance | path

Searched defs:hmacTest (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/hmac/
Dhmac_test.go19 type hmacTest struct { struct
20 hash func() hash.Hash
21 key []byte
22 in []byte
23 out string
24 size int
25 blocksize int