Home
last modified time | relevance | path

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

/hostap-latest/port/mbedtls/
Dsupp_psa_api.h41 int aes_ctr_encrypt_psa(const u8 *key, size_t key_len, const u8 *nonce, u8 *data, size_t data_len);
Dsupp_psa_api.c234 int aes_ctr_encrypt_psa(const u8 *key, size_t key_len, const u8 *nonce, u8 *data, size_t data_len) in aes_ctr_encrypt_psa() function
/hostap-latest/src/crypto/
Dcrypto_mbedtls_alt.c976 return aes_ctr_encrypt_psa(key, key_len, nonce, data, data_len); in aes_ctr_encrypt()