Searched refs:ifapi_crypto_hash_start (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/ |
H A D | ifapi_policy_calculate.c | 112 r = ifapi_crypto_hash_start(&cryptoContext, current_hash_alg); in ifapi_compute_policy_pcr() 171 r = ifapi_crypto_hash_start(&cryptoContext, current_hash_alg); in calculate_policy_key_param() 192 r = ifapi_crypto_hash_start(&cryptoContext, current_hash_alg); in calculate_policy_key_param() 355 r = ifapi_crypto_hash_start(&cryptoContext, current_hash_alg); in ifapi_calculate_policy_duplicate() 534 r = ifapi_crypto_hash_start(&cryptoContext, current_hash_alg); in ifapi_calculate_policy_counter_timer() 549 r = ifapi_crypto_hash_start(&cryptoContext, current_hash_alg); in ifapi_calculate_policy_counter_timer() 610 r = ifapi_crypto_hash_start(&cryptoContext, current_hash_alg); in ifapi_calculate_simple_policy() 804 r = ifapi_crypto_hash_start(&cryptoContext, current_hash_alg); in ifapi_calculate_policy_digest_hash() 859 r = ifapi_crypto_hash_start(&cryptoContext, current_hash_alg); in ifapi_calculate_policy_name_hash() 959 r = ifapi_crypto_hash_start(&cryptoContext, current_hash_alg); in ifapi_calculate_policy_locality() [all …]
|
H A D | ifapi_helpers.c | 1465 r = ifapi_crypto_hash_start(&cryptoContext, publicInfo->nameAlg); in ifapi_get_name() 1530 r = ifapi_crypto_hash_start(&cryptoContext, publicInfo->nvPublic.nameAlg); in ifapi_nv_get_name() 1901 r = ifapi_crypto_hash_start(&cryptoContext, bank); in ifapi_extend_vpcr() 2019 r = ifapi_crypto_hash_start(&cryptoContext, pcr_digest_hash_alg); in ifapi_calculate_pcr_digest() 2224 r = ifapi_crypto_hash_start(&cryptoContext, hash_alg); in ifapi_compute_policy_digest()
|
H A D | fapi_crypto.h | 58 ifapi_crypto_hash_start(
|
H A D | fapi_crypto.c | 1438 ifapi_crypto_hash_start(IFAPI_CRYPTO_CONTEXT_BLOB **context, in ifapi_crypto_hash_start() function 2116 r = ifapi_crypto_hash_start(&cryptoContext, hashAlg); in ifapi_get_tpm_key_fingerprint()
|
H A D | ifapi_policy_execute.c | 602 r = ifapi_crypto_hash_start(&cryptoContext, hash_alg); in execute_policy_authorize()
|
/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/api/ |
H A D | Fapi_AuthorizePolicy.c | 290 r = ifapi_crypto_hash_start(&cryptoContext, hashAlg); in Fapi_AuthorizePolicy_Finish()
|
H A D | Fapi_NvExtend.c | 368 r = ifapi_crypto_hash_start(&cryptoContext, hashAlg); in Fapi_NvExtend_Finish()
|
/aosp_15_r20/external/tpm2-tss/doc/ |
H A D | doxygen.dox | 1626 \fn TSS2_RC ifapi_crypto_hash_start(IFAPI_CRYPTO_CONTEXT_BLOB **context,
|