Home
last modified time | relevance | path

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

/external/trusty/arm-trusted-firmware/plat/intel/soc/common/sip/
Dsocfpga_sip_fcs.c124 uint32_t crypto_header; in intel_fcs_random_number_gen_ext() local
863 uint32_t crypto_header; in intel_fcs_get_digest_update_finalize() local
965 uint32_t crypto_header; in intel_fcs_get_digest_smmu_update_finalize() local
1073 uint32_t crypto_header; in intel_fcs_mac_verify_update_finalize() local
1204 uint32_t crypto_header; in intel_fcs_mac_verify_smmu_update_finalize() local
1549 uint32_t crypto_header; in intel_fcs_ecdsa_sha2_data_sign_update_finalize() local
1645 uint32_t crypto_header; in intel_fcs_ecdsa_sha2_data_sign_smmu_update_finalize() local
1749 uint32_t crypto_header; in intel_fcs_ecdsa_sha2_data_sig_verify_update_finalize() local
1879 uint32_t crypto_header; in intel_fcs_ecdsa_sha2_data_sig_verify_smmu_update_finalize() local
2019 uint32_t crypto_header; in intel_fcs_ecdsa_get_pubkey_finalize() local
[all …]
/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
/external/rust/android-crates-io/crates/zip/src/
Dwrite.rs414 let mut crypto_header = [0u8; 12]; in start_entry() localVariable