Searched refs:md_algo (Results 1 – 1 of 1) sorted by relevance
364 uint32_t md_algo = MBEDTLS_MD_NONE; in crypto_acipher_rsaes_decrypt() local401 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() local485 if (md_algo == MBEDTLS_MD_NONE) { in crypto_acipher_rsaes_encrypt()521 uint32_t md_algo = 0; in crypto_acipher_rsassa_sign() local565 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() local657 md_algo = tee_algo_to_mbedtls_hash_algo(algo); in crypto_acipher_rsassa_verify()[all …]
Completed in 2 milliseconds