Home
last modified time | relevance | path

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

/hostap-latest/port/mbedtls/
Dsupp_psa_api.h47 int hmac_vector_psa(const u8 *key,
Dsupp_psa_api.c362 int hmac_vector_psa(const u8 *key, in hmac_vector_psa() function
/hostap-latest/src/crypto/
Dcrypto_mbedtls_alt.c398 return hmac_vector_psa(key, key_len, num_elem, addr, len, mac, md_type); in hmac_vector()