Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/crypto_api/acipher/
H A Drsa.c377 rsa_ssa.hash_algo = TEE_DIGEST_HASH_TO_ALGO(algo); in crypto_acipher_rsassa_sign()
380 ret = tee_alg_get_digest_size(TEE_DIGEST_HASH_TO_ALGO(algo), in crypto_acipher_rsassa_sign()
459 rsa_ssa.hash_algo = TEE_DIGEST_HASH_TO_ALGO(algo); in crypto_acipher_rsassa_verify()
462 ret = tee_alg_get_digest_size(TEE_DIGEST_HASH_TO_ALGO(algo), in crypto_acipher_rsassa_verify()
/optee_os/core/crypto/
H A Dsigned_hdr.c86 hash_algo = TEE_DIGEST_HASH_TO_ALGO(shdr->algo); in shdr_verify_signature()
289 if (crypto_hash_alloc_ctx(&ctx, TEE_DIGEST_HASH_TO_ALGO(shdr->algo))) { in shdr_load_pub_key()
375 hash_algo = TEE_DIGEST_HASH_TO_ALGO(shdr->algo); in shdr_verify_signature2()
/optee_os/core/pta/
H A Dsecstor_ta_mgmt.c70 TEE_DIGEST_HASH_TO_ALGO(shdr->algo)); in install_ta()
/optee_os/core/lib/libtomcrypt/
H A Ddsa.c120 res = tee_alg_get_digest_size(TEE_DIGEST_HASH_TO_ALGO(algo), in crypto_acipher_dsa_sign()
H A Drsa.c584 res = tee_alg_get_digest_size(TEE_DIGEST_HASH_TO_ALGO(algo), in sw_crypto_acipher_rsassa_sign()
652 res = tee_alg_get_digest_size(TEE_DIGEST_HASH_TO_ALGO(algo), in sw_crypto_acipher_rsassa_verify()
/optee_os/lib/libutee/include/
H A Dutee_defines.h174 #define TEE_DIGEST_HASH_TO_ALGO(algo) \ macro
/optee_os/lib/libmbedtls/core/
H A Drsa.c713 res = tee_alg_get_digest_size(TEE_DIGEST_HASH_TO_ALGO(algo), in sw_crypto_acipher_rsassa_sign()
804 res = tee_alg_get_digest_size(TEE_DIGEST_HASH_TO_ALGO(algo), in sw_crypto_acipher_rsassa_verify()
/optee_os/core/kernel/
H A Dree_fs_ta.c373 TEE_DIGEST_HASH_TO_ALGO(shdr->algo)); in ree_fs_ta_open()
/optee_os/core/tee/
H A Dtee_svc_cryp.c4706 hash_algo = TEE_DIGEST_HASH_TO_ALGO(cs->algo); in syscall_asymm_verify()
4725 hash_algo = TEE_DIGEST_HASH_TO_ALGO(cs->algo); in syscall_asymm_verify()