Home
last modified time | relevance | path

Searched refs:TEE_ALG_GET_DIGEST_SIZE (Results 1 – 6 of 6) sorted by relevance

/optee_os-3.20.0/ta/pkcs11/src/
A Dprocessing_rsa.c72 hash_size = TEE_ALG_GET_DIGEST_SIZE(TEE_ALG_SHA1); in pkcs2tee_validate_rsa_pss()
75 hash_size = TEE_ALG_GET_DIGEST_SIZE(TEE_ALG_SHA224); in pkcs2tee_validate_rsa_pss()
78 hash_size = TEE_ALG_GET_DIGEST_SIZE(TEE_ALG_SHA256); in pkcs2tee_validate_rsa_pss()
81 hash_size = TEE_ALG_GET_DIGEST_SIZE(TEE_ALG_SHA384); in pkcs2tee_validate_rsa_pss()
84 hash_size = TEE_ALG_GET_DIGEST_SIZE(TEE_ALG_SHA512); in pkcs2tee_validate_rsa_pss()
A Dprocessing_asymm.c654 hash_size = TEE_ALG_GET_DIGEST_SIZE(proc->tee_hash_algo); in step_asymm_operation()
A Dprocessing_symm.c284 hash_size = TEE_ALG_GET_DIGEST_SIZE(algo); in hash_secret_helper()
/optee_os-3.20.0/core/tee/
A Dtee_cryp_utl.c22 size_t digest_size = TEE_ALG_GET_DIGEST_SIZE(algo); in tee_alg_get_digest_size()
/optee_os-3.20.0/lib/libutee/include/
A Dutee_defines.h225 #define TEE_ALG_GET_DIGEST_SIZE(algo) __tee_alg_get_digest_size(algo) macro
/optee_os-3.20.0/lib/libutee/
A Dtee_api_operations.c291 op->info.digestLength = TEE_ALG_GET_DIGEST_SIZE(algorithm); in TEE_AllocateOperation()

Completed in 12 milliseconds