Home
last modified time | relevance | path

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

/hostap-latest/port/mbedtls/
Dsupp_psa_api.c47 static inline void supp_psa_set_attributes(psa_key_attributes_t *attributes, u32 type, u32 alg, u32… in supp_psa_set_attributes() function
131 supp_psa_set_attributes(&attributes, PSA_KEY_TYPE_AES, alg, PSA_KEY_USAGE_ENCRYPT); in aes_128_encrypt_block_psa()
164 supp_psa_set_attributes(&attributes, key_type, alg, PSA_KEY_USAGE_ENCRYPT); in aes_128_cbc_encrypt_psa()
207 supp_psa_set_attributes(&attributes, key_type, alg, PSA_KEY_USAGE_DECRYPT); in aes_128_cbc_decrypt_psa()
250 supp_psa_set_attributes(&attributes, key_type, alg, PSA_KEY_USAGE_ENCRYPT); in aes_ctr_encrypt_psa()
301 supp_psa_set_attributes(&attributes, PSA_KEY_TYPE_AES, alg, PSA_KEY_USAGE_SIGN_MESSAGE); in omac1_aes_vector_psa()
387 supp_psa_set_attributes(&attributes, PSA_KEY_TYPE_HMAC, alg, PSA_KEY_USAGE_SIGN_MESSAGE); in hmac_vector_psa()