Searched refs:HMAC_VECTOR_MAX_ELEM (Results 1 – 4 of 4) sorted by relevance
31 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()
31 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()
31 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()
24 #define HMAC_VECTOR_MAX_ELEM 11 macro