Home
last modified time | relevance | path

Searched refs:local_hmac_key_len (Results 1 – 1 of 1) sorted by relevance

/freebsd-14-stable/crypto/libecc/src/hash/
HDhmac.c22 unsigned int i, local_hmac_key_len; in hmac_init() local
43 local_hmac_key_len = hmackey_len; in hmac_init()
55 local_hmac_key_len = h->digest_size; in hmac_init()
67 for(i = 0; i < local_hmac_key_len; i++){ in hmac_init()
72 for(i = 0; i < local_hmac_key_len; i++){ in hmac_init()