Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dpsa_crypto_cipher.c126 psa_status_t mbedtls_cipher_values_from_psa( in mbedtls_cipher_values_from_psa() function
268 status = mbedtls_cipher_values_from_psa(alg, key_type, &key_bits, &mode, &cipher_id_tmp); in mbedtls_cipher_info_from_psa()
H A Dpsa_crypto_cipher.h32 psa_status_t mbedtls_cipher_values_from_psa(psa_algorithm_t alg, psa_key_type_t key_type,
H A Dpsa_crypto_aead.c39 status = mbedtls_cipher_values_from_psa(alg, attributes->type, in psa_aead_setup()