Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/core/
A Drsa.c364 uint32_t md_algo = MBEDTLS_MD_NONE; in crypto_acipher_rsaes_decrypt() local
401 md_algo = tee_algo_to_mbedtls_hash_algo(algo); in crypto_acipher_rsaes_decrypt()
402 if (md_algo == MBEDTLS_MD_NONE) { in crypto_acipher_rsaes_decrypt()
451 uint32_t md_algo = MBEDTLS_MD_NONE; in crypto_acipher_rsaes_encrypt() local
485 if (md_algo == MBEDTLS_MD_NONE) { in crypto_acipher_rsaes_encrypt()
521 uint32_t md_algo = 0; in crypto_acipher_rsassa_sign() local
565 md_algo = tee_algo_to_mbedtls_hash_algo(algo); in crypto_acipher_rsassa_sign()
566 if (md_algo == MBEDTLS_MD_NONE) { in crypto_acipher_rsassa_sign()
610 uint32_t md_algo = 0; in crypto_acipher_rsassa_verify() local
657 md_algo = tee_algo_to_mbedtls_hash_algo(algo); in crypto_acipher_rsassa_verify()
[all …]

Completed in 2 milliseconds