Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/hash/
H A Dhmac.c16 int hmac_init(hmac_context *ctx, const u8 *hmackey, u32 hmackey_len, in hmac_init()
136 int hmac(const u8 *hmackey, u32 hmackey_len, hash_alg_type hash_type, in hmac()
154 int hmac_scattered(const u8 *hmackey, u32 hmackey_len, hash_alg_type hash_type, in hmac_scattered()