Home
last modified time | relevance | path

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 Difapi_policy_calculate.c112 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 Difapi_helpers.c1465 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 Dfapi_crypto.h58 ifapi_crypto_hash_start(
H A Dfapi_crypto.c1438 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 Difapi_policy_execute.c602 r = ifapi_crypto_hash_start(&cryptoContext, hash_alg); in execute_policy_authorize()
/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/api/
H A DFapi_AuthorizePolicy.c290 r = ifapi_crypto_hash_start(&cryptoContext, hashAlg); in Fapi_AuthorizePolicy_Finish()
H A DFapi_NvExtend.c368 r = ifapi_crypto_hash_start(&cryptoContext, hashAlg); in Fapi_NvExtend_Finish()
/aosp_15_r20/external/tpm2-tss/doc/
H A Ddoxygen.dox1626 \fn TSS2_RC ifapi_crypto_hash_start(IFAPI_CRYPTO_CONTEXT_BLOB **context,