Searched refs:TEE_DIGEST_HASH_TO_ALGO (Results 1 – 13 of 13) sorted by relevance
359 rsa_ssa.hash_algo = TEE_DIGEST_HASH_TO_ALGO(algo); in crypto_acipher_rsassa_sign()362 ret = tee_alg_get_digest_size(TEE_DIGEST_HASH_TO_ALGO(algo), in crypto_acipher_rsassa_sign()441 rsa_ssa.hash_algo = TEE_DIGEST_HASH_TO_ALGO(algo); in crypto_acipher_rsassa_verify()444 ret = tee_alg_get_digest_size(TEE_DIGEST_HASH_TO_ALGO(algo), in crypto_acipher_rsassa_verify()
60 res = tee_alg_get_digest_size(TEE_DIGEST_HASH_TO_ALGO(shdr->algo), in shdr_verify_signature()
70 TEE_DIGEST_HASH_TO_ALGO(shdr->algo)); in install_ta()
120 res = tee_alg_get_digest_size(TEE_DIGEST_HASH_TO_ALGO(algo), in crypto_acipher_dsa_sign()
486 res = tee_alg_get_digest_size(TEE_DIGEST_HASH_TO_ALGO(algo), in crypto_acipher_rsassa_sign()540 res = tee_alg_get_digest_size(TEE_DIGEST_HASH_TO_ALGO(algo), in crypto_acipher_rsassa_verify()
141 #define TEE_DIGEST_HASH_TO_ALGO(algo) \ macro
547 res = tee_alg_get_digest_size(TEE_DIGEST_HASH_TO_ALGO(algo), in crypto_acipher_rsassa_sign()618 res = tee_alg_get_digest_size(TEE_DIGEST_HASH_TO_ALGO(algo), in crypto_acipher_rsassa_verify()
173 TEE_DIGEST_HASH_TO_ALGO(shdr->algo)); in ree_fs_ta_open()
3757 hash_algo = TEE_DIGEST_HASH_TO_ALGO(cs->algo); in syscall_asymm_verify()3774 hash_algo = TEE_DIGEST_HASH_TO_ALGO(cs->algo); in syscall_asymm_verify()
Completed in 23 milliseconds