Home
last modified time | relevance | path

Searched refs:digest_algo (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/coreboot/src/security/tpm/
H A Dtspi.h86 enum vb2_hash_algorithm *digest_algo, const char **event_name) in tpm_log_get() argument
89 return tpm_cb_log_get(entry_idx, pcr, digest_data, digest_algo, event_name); in tpm_log_get()
91 return tpm1_log_get(entry_idx, pcr, digest_data, digest_algo, event_name); in tpm_log_get()
93 return tpm2_log_get(entry_idx, pcr, digest_data, digest_algo, event_name); in tpm_log_get()
106 enum vb2_hash_algorithm digest_algo, in tpm_log_add_table_entry() argument
111 tpm_cb_log_add_table_entry(name, pcr, digest_algo, digest, digest_len); in tpm_log_add_table_entry()
113 tpm1_log_add_table_entry(name, pcr, digest_algo, digest, digest_len); in tpm_log_add_table_entry()
115 tpm2_log_add_table_entry(name, pcr, digest_algo, digest, digest_len); in tpm_log_add_table_entry()
140 tpm_result_t tpm_extend_pcr(int pcr, enum vb2_hash_algorithm digest_algo,
H A Dtss.h157 enum vb2_hash_algorithm digest_algo) in tlcl_extend() argument
159 TLCL_CALL(extend, pcr_num, digest_data, digest_algo); in tlcl_extend()
H A Dtss1.h92 enum vb2_hash_algorithm digest_algo);
H A Dtss2.h81 enum vb2_hash_algorithm digest_algo);
/aosp_15_r20/external/coreboot/src/security/tpm/tspi/
H A Dlogs.h17 enum vb2_hash_algorithm *digest_algo, const char **event_name);
19 enum vb2_hash_algorithm digest_algo,
32 enum vb2_hash_algorithm *digest_algo, const char **event_name);
34 enum vb2_hash_algorithm digest_algo,
47 enum vb2_hash_algorithm *digest_algo, const char **event_name);
49 enum vb2_hash_algorithm digest_algo,
H A Dlog.c59 enum vb2_hash_algorithm digest_algo, in tpm_cb_log_add_table_entry() argument
91 vb2_get_hash_algorithm_name(digest_algo), in tpm_cb_log_add_table_entry()
106 enum vb2_hash_algorithm *digest_algo, const char **event_name) in tpm_cb_log_get() argument
125 *digest_algo = VB2_HASH_INVALID; in tpm_cb_log_get()
128 *digest_algo = algo; in tpm_cb_log_get()
H A Dlog-tpm2.c119 enum vb2_hash_algorithm digest_algo, in tpm2_log_add_table_entry() argument
137 if (digest_algo != TPM_MEASURE_ALGO) { in tpm2_log_add_table_entry()
139 vb2_get_hash_algorithm_name(digest_algo)); in tpm2_log_add_table_entry()
170 enum vb2_hash_algorithm *digest_algo, const char **event_name) in tpm2_log_get() argument
186 *digest_algo = TPM_MEASURE_ALGO; /* We validate algorithm on addition */ in tpm2_log_get()
H A Dlog-tpm1.c85 enum vb2_hash_algorithm digest_algo, in tpm1_log_add_table_entry() argument
103 if (digest_algo != VB2_HASH_SHA1) { in tpm1_log_add_table_entry()
139 enum vb2_hash_algorithm *digest_algo, const char **event_name) in tpm1_log_get() argument
155 *digest_algo = VB2_HASH_SHA1; in tpm1_log_get()
H A Dcrtm.c185 enum vb2_hash_algorithm digest_algo; in tspi_measure_cache_to_pcr() local
198 while (!tpm_log_get(i++, &pcr, &digest_data, &digest_algo, &event_name)) { in tspi_measure_cache_to_pcr()
200 tpm_result_t rc = tlcl_extend(pcr, digest_data, digest_algo); in tspi_measure_cache_to_pcr()
H A Dtspi.c222 tpm_result_t tpm_extend_pcr(int pcr, enum vb2_hash_algorithm digest_algo, in tpm_extend_pcr() argument
238 rc = tlcl_extend(pcr, digest, digest_algo); in tpm_extend_pcr()
247 tpm_log_add_table_entry(name, pcr, digest_algo, digest, digest_len); in tpm_extend_pcr()
/aosp_15_r20/external/fsverity-utils/lib/
H A Dsign_digest.c121 CBB out, outer_seq, wrapped_seq, seq, digest_algos_set, digest_algo, in sign_pkcs7() local
181 !CBB_add_asn1(&digest_algos_set, &digest_algo, CBS_ASN1_SEQUENCE) || in sign_pkcs7()
182 !OBJ_nid2cbb(&digest_algo, EVP_MD_type(md)) || in sign_pkcs7()
183 !CBB_add_asn1(&digest_algo, &null, CBS_ASN1_NULL) || in sign_pkcs7()
193 !CBB_add_asn1(&signer_info, &digest_algo, CBS_ASN1_SEQUENCE) || in sign_pkcs7()
194 !OBJ_nid2cbb(&digest_algo, EVP_MD_type(md)) || in sign_pkcs7()
195 !CBB_add_asn1(&digest_algo, &null, CBS_ASN1_NULL) || in sign_pkcs7()
/aosp_15_r20/external/coreboot/src/security/tpm/tss/tcg-1.2/
H A Dtss.c322 enum vb2_hash_algorithm digest_algo) in tlcl1_extend() argument
327 if (digest_algo != VB2_HASH_SHA1) in tlcl1_extend()
/aosp_15_r20/external/bcc/libbpf-tools/x86/
H A Dvmlinux.h72017 const char *digest_algo; member
H A Dvmlinux_518.h72017 const char *digest_algo; member
/aosp_15_r20/external/bcc/libbpf-tools/arm64/
H A Dvmlinux_608.h93517 const char *digest_algo; member
H A Dvmlinux.h93517 const char *digest_algo; member
/aosp_15_r20/external/bcc/libbpf-tools/riscv/
H A Dvmlinux_602.h70633 const char *digest_algo; member
H A Dvmlinux.h70633 const char *digest_algo; member
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/
H A Dvmlinux.h60096 u8 digest_algo; member
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/
H A Dvmlinux.h50339 u8 digest_algo; member