Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/core/
A Drsa.c415 uint32_t md_algo = MBEDTLS_MD_NONE; in sw_crypto_acipher_rsaes_decrypt() local
452 md_algo = tee_algo_to_mbedtls_hash_algo(algo); in sw_crypto_acipher_rsaes_decrypt()
453 if (md_algo == MBEDTLS_MD_NONE) { in sw_crypto_acipher_rsaes_decrypt()
510 uint32_t md_algo = MBEDTLS_MD_NONE; in sw_crypto_acipher_rsaes_encrypt() local
544 if (md_algo == MBEDTLS_MD_NONE) { in sw_crypto_acipher_rsaes_encrypt()
586 uint32_t md_algo = 0; in sw_crypto_acipher_rsassa_sign() local
630 md_algo = tee_algo_to_mbedtls_hash_algo(algo); in sw_crypto_acipher_rsassa_sign()
631 if (md_algo == MBEDTLS_MD_NONE) { in sw_crypto_acipher_rsassa_sign()
683 uint32_t md_algo = 0; in sw_crypto_acipher_rsassa_verify() local
740 md_algo = tee_algo_to_mbedtls_hash_algo(algo); in sw_crypto_acipher_rsassa_verify()
[all …]

Completed in 3 milliseconds