Home
last modified time | relevance | path

Searched defs:crypto_header (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/intel/soc/common/sip/
Dsocfpga_sip_fcs.c123 uint32_t crypto_header; in intel_fcs_random_number_gen_ext() local
862 uint32_t crypto_header; in intel_fcs_get_digest_update_finalize() local
964 uint32_t crypto_header; in intel_fcs_get_digest_smmu_update_finalize() local
1072 uint32_t crypto_header; in intel_fcs_mac_verify_update_finalize() local
1203 uint32_t crypto_header; in intel_fcs_mac_verify_smmu_update_finalize() local
1548 uint32_t crypto_header; in intel_fcs_ecdsa_sha2_data_sign_update_finalize() local
1644 uint32_t crypto_header; in intel_fcs_ecdsa_sha2_data_sign_smmu_update_finalize() local
1748 uint32_t crypto_header; in intel_fcs_ecdsa_sha2_data_sig_verify_update_finalize() local
1878 uint32_t crypto_header; in intel_fcs_ecdsa_sha2_data_sig_verify_smmu_update_finalize() local
2018 uint32_t crypto_header; in intel_fcs_ecdsa_get_pubkey_finalize() local
[all …]
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/intel/soc/common/include/
Dsocfpga_fcs.h102 uint32_t crypto_header; member
126 uint32_t crypto_header; member
136 uint32_t crypto_header; member
/aosp_15_r20/external/rust/android-crates-io/crates/zip/src/
Dwrite.rs414 let mut crypto_header = [0u8; 12]; in start_entry() localVariable