Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/crypto/crypto_api/acipher/
A Drsa.c363 rsa_ssa.hash_algo = TEE_DIGEST_HASH_TO_ALGO(algo); in crypto_acipher_rsassa_sign()
366 ret = tee_alg_get_digest_size(TEE_DIGEST_HASH_TO_ALGO(algo), in crypto_acipher_rsassa_sign()
445 rsa_ssa.hash_algo = TEE_DIGEST_HASH_TO_ALGO(algo); in crypto_acipher_rsassa_verify()
448 ret = tee_alg_get_digest_size(TEE_DIGEST_HASH_TO_ALGO(algo), in crypto_acipher_rsassa_verify()
/optee_os-3.20.0/core/crypto/
A Dsigned_hdr.c74 hash_algo = TEE_DIGEST_HASH_TO_ALGO(shdr->algo); in shdr_verify_signature()
274 if (crypto_hash_alloc_ctx(&ctx, TEE_DIGEST_HASH_TO_ALGO(shdr->algo))) { in shdr_load_pub_key()
360 hash_algo = TEE_DIGEST_HASH_TO_ALGO(shdr->algo); in shdr_verify_signature2()
/optee_os-3.20.0/core/pta/
A Dsecstor_ta_mgmt.c70 TEE_DIGEST_HASH_TO_ALGO(shdr->algo)); in install_ta()
/optee_os-3.20.0/core/lib/libtomcrypt/
A Ddsa.c120 res = tee_alg_get_digest_size(TEE_DIGEST_HASH_TO_ALGO(algo), in crypto_acipher_dsa_sign()
A Drsa.c548 res = tee_alg_get_digest_size(TEE_DIGEST_HASH_TO_ALGO(algo), in sw_crypto_acipher_rsassa_sign()
616 res = tee_alg_get_digest_size(TEE_DIGEST_HASH_TO_ALGO(algo), in sw_crypto_acipher_rsassa_verify()
/optee_os-3.20.0/lib/libutee/include/
A Dutee_defines.h149 #define TEE_DIGEST_HASH_TO_ALGO(algo) \ macro
/optee_os-3.20.0/lib/libmbedtls/core/
A Drsa.c612 res = tee_alg_get_digest_size(TEE_DIGEST_HASH_TO_ALGO(algo), in sw_crypto_acipher_rsassa_sign()
699 res = tee_alg_get_digest_size(TEE_DIGEST_HASH_TO_ALGO(algo), in sw_crypto_acipher_rsassa_verify()
/optee_os-3.20.0/core/kernel/
A Dree_fs_ta.c365 TEE_DIGEST_HASH_TO_ALGO(shdr->algo)); in ree_fs_ta_open()
/optee_os-3.20.0/core/tee/
A Dtee_svc_cryp.c4268 hash_algo = TEE_DIGEST_HASH_TO_ALGO(cs->algo); in syscall_asymm_verify()
4285 hash_algo = TEE_DIGEST_HASH_TO_ALGO(cs->algo); in syscall_asymm_verify()

Completed in 18 milliseconds