Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/crypto/
H A Dsha512.c31 const u8 *_addr[HMAC_VECTOR_MAX_ELEM + 1]; in hmac_sha512_vector()
32 size_t _len[HMAC_VECTOR_MAX_ELEM + 1], i; in hmac_sha512_vector()
34 if (num_elem > HMAC_VECTOR_MAX_ELEM) { in hmac_sha512_vector()
H A Dsha384.c31 const u8 *_addr[HMAC_VECTOR_MAX_ELEM + 1]; in hmac_sha384_vector()
32 size_t _len[HMAC_VECTOR_MAX_ELEM + 1], i; in hmac_sha384_vector()
34 if (num_elem > HMAC_VECTOR_MAX_ELEM) { in hmac_sha384_vector()
H A Dsha256.c31 const u8 *_addr[HMAC_VECTOR_MAX_ELEM + 1]; in hmac_sha256_vector()
32 size_t _len[HMAC_VECTOR_MAX_ELEM + 1], i; in hmac_sha256_vector()
35 if (num_elem > HMAC_VECTOR_MAX_ELEM) { in hmac_sha256_vector()
H A Dcrypto.h24 #define HMAC_VECTOR_MAX_ELEM 11 macro