Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/core/
A Drsa.c41 static uint32_t tee_algo_to_mbedtls_hash_algo(uint32_t algo) in tee_algo_to_mbedtls_hash_algo() function
524 md_algo = tee_algo_to_mbedtls_hash_algo(algo); in sw_crypto_acipher_rsaes_decrypt()
529 if (md_algo != tee_algo_to_mbedtls_hash_algo(mgf_algo)) { in sw_crypto_acipher_rsaes_decrypt()
625 md_algo = tee_algo_to_mbedtls_hash_algo(algo); in sw_crypto_acipher_rsaes_encrypt()
628 md_algo != tee_algo_to_mbedtls_hash_algo(mgf_algo)) { in sw_crypto_acipher_rsaes_encrypt()
731 md_algo = tee_algo_to_mbedtls_hash_algo(algo); in sw_crypto_acipher_rsassa_sign()
846 md_algo = tee_algo_to_mbedtls_hash_algo(algo); in sw_crypto_acipher_rsassa_verify()

Completed in 9 milliseconds