Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dblock_cipher.c97 psa_can_do_cipher(psa_key_type, PSA_ALG_ECB_NO_PADDING)) { in mbedtls_block_cipher_setup()
H A Dpsa_crypto_core.h37 int psa_can_do_cipher(psa_key_type_t key_type, psa_algorithm_t cipher_alg);
H A Dpsa_crypto.c290 int psa_can_do_cipher(psa_key_type_t key_type, psa_algorithm_t cipher_alg) in psa_can_do_cipher() function