Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/crypto_api/acipher/
A Drsa.c359 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()
/optee_os/core/crypto/
A Dsigned_hdr.c60 res = tee_alg_get_digest_size(TEE_DIGEST_HASH_TO_ALGO(shdr->algo), in shdr_verify_signature()
/optee_os/core/pta/
A Dsecstor_ta_mgmt.c70 TEE_DIGEST_HASH_TO_ALGO(shdr->algo)); in install_ta()
/optee_os/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.c486 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()
/optee_os/out/arm/export-ta_arm64/host_include/
A Dutee_defines.h141 #define TEE_DIGEST_HASH_TO_ALGO(algo) \ macro
/optee_os/out/arm/export-ta_arm64/include/
A Dutee_defines.h141 #define TEE_DIGEST_HASH_TO_ALGO(algo) \ macro
/optee_os/lib/libutee/include/
A Dutee_defines.h141 #define TEE_DIGEST_HASH_TO_ALGO(algo) \ macro
/optee_os/out/arm/export-ta_arm32/host_include/
A Dutee_defines.h141 #define TEE_DIGEST_HASH_TO_ALGO(algo) \ macro
/optee_os/out/arm/export-ta_arm32/include/
A Dutee_defines.h141 #define TEE_DIGEST_HASH_TO_ALGO(algo) \ macro
/optee_os/lib/libmbedtls/core/
A Drsa.c547 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()
/optee_os/core/kernel/
A Dree_fs_ta.c173 TEE_DIGEST_HASH_TO_ALGO(shdr->algo)); in ree_fs_ta_open()
/optee_os/core/tee/
A Dtee_svc_cryp.c3757 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