Home
last modified time | relevance | path

Searched defs:algo (Results 1 – 25 of 112) sorted by relevance

12345

/external/cronet/crypto/
Dunexportable_key_metrics.cc61 std::string GetHistogramSuffixForAlgo(internal::TPMSupport algo) { in GetHistogramSuffixForAlgo()
93 internal::TPMSupport algo, in ReportUmaLatency()
104 internal::TPMSupport algo, in ReportUmaOperationSuccess()
115 internal::TPMSupport algo, in ReportUmaTpmOperation()
136 auto algo = virtual_provider->SelectAlgorithm(kAllAlgorithms); in MeasureVirtualTpmOperations() local
215 auto algo = provider->SelectAlgorithm(kAllAlgorithms); in MeasureTpmOperationsInternal() local
Dunexportable_key_win.cc53 SignatureVerifier::SignatureAlgorithm algo) { in BCryptAlgorithmFor()
72 for (auto algo : acceptable_algorithms) { in GetBestSupported() local
396 std::optional<SignatureVerifier::SignatureAlgorithm> algo = in GenerateSigningKeySlowly() local
646 std::optional<SignatureVerifier::SignatureAlgorithm> algo = in GenerateSigningKey() local
Dunexportable_key_unittest.cc32 const crypto::SignatureVerifier::SignatureAlgorithm algo = in TEST_P() local
Dunexportable_key_software_unsecure.cc75 for (auto algo : acceptable_algorithms) { in SelectAlgorithm() local
/external/arm-trusted-firmware/drivers/nxp/crypto/caam/src/auth/
Dhash.c42 int hash_init(enum hash_algo algo, void **ctx) in hash_init()
64 int hash_update(enum hash_algo algo, void *context, void *data_ptr, in hash_update()
111 int hash_final(enum hash_algo algo, void *context, void *hash_ptr, in hash_final()
Dnxp_crypto.c82 enum hash_algo algo = SHA256; in verify_hash() local
/external/trusty/arm-trusted-firmware/drivers/nxp/crypto/caam/src/auth/
Dhash.c42 int hash_init(enum hash_algo algo, void **ctx) in hash_init()
64 int hash_update(enum hash_algo algo, void *context, void *data_ptr, in hash_update()
111 int hash_final(enum hash_algo algo, void *context, void *hash_ptr, in hash_final()
Dnxp_crypto.c82 enum hash_algo algo = SHA256; in verify_hash() local
/external/pigweed/pw_kvs/
Dchecksum_test.cc32 ChecksumAlgorithm& algo = crc16_algo; in TEST() local
39 ChecksumCrc16 algo; in TEST() local
44 ChecksumCrc16 algo; in TEST() local
52 ChecksumCrc16 algo; in TEST() local
/external/arm-trusted-firmware/drivers/nxp/auth/csf_hdr_parser/
Dcsf_hdr_parser.c56 enum hash_algo algo = SHA256; in deploy_rotpk_hash_table() local
147 enum hash_algo algo = SHA256; in calc_img_hash() local
299 enum sig_alg *algo) in validate_esbc_header()
/external/trusty/arm-trusted-firmware/drivers/nxp/auth/csf_hdr_parser/
Dcsf_hdr_parser.c56 enum hash_algo algo = SHA256; in deploy_rotpk_hash_table() local
147 enum hash_algo algo = SHA256; in calc_img_hash() local
299 enum sig_alg *algo) in validate_esbc_header()
/external/cronet/third_party/boringssl/src/crypto/x509/
Dx509rset.c90 int X509_REQ_set1_signature_algo(X509_REQ *req, const X509_ALGOR *algo) { in X509_REQ_set1_signature_algo()
/external/libnl/include/linux-private/linux/tc_ematch/
Dtc_em_text.h11 char algo[TC_EM_TEXT_ALGOSIZ]; member
/external/boringssl/src/crypto/x509/
Dx509rset.c90 int X509_REQ_set1_signature_algo(X509_REQ *req, const X509_ALGOR *algo) { in X509_REQ_set1_signature_algo()
/external/kernel-headers/original/uapi/linux/tc_ematch/
Dtc_em_text.h11 char algo[TC_EM_TEXT_ALGOSIZ]; member
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_algorithm_denylist.cc74 for (const auto& algo : entry.algos()) { local
/external/sdv/vsomeip/third_party/boost/intrusive/example/
Ddoc_slist_algorithms.cpp34 typedef boost::intrusive::circular_slist_algorithms<my_slist_node_traits> algo; in main() typedef
Ddoc_list_algorithms.cpp36 typedef boost::intrusive::circular_list_algorithms<my_list_node_traits> algo; in main() typedef
/external/libaom/test/
Dcoding_path_sync.cc31 aom_codec_iface_t *algo = aom_codec_av1_cx(); in CompressedSource() local
150 aom_codec_iface_t *algo = aom_codec_av1_dx(); in Decoder() local
/external/kernel-headers/original/uapi/linux/
Dvirtio_crypto.h66 __le32 algo; member
88 __le32 algo; member
125 __le32 algo; member
153 __le32 algo; member
171 __le32 algo; member
222 __le32 algo; member
338 __le32 algo; member
/external/iptables/include/linux/netfilter/
Dxt_string.h17 char algo[XT_STRING_MAX_ALGO_NAME_SIZE]; member
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_string.h18 char algo[XT_STRING_MAX_ALGO_NAME_SIZE]; member
/external/cronet/third_party/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
Dhash.go60 algo string member
/external/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
Dhash.go60 algo string member
/external/google-cloud-java/java-grafeas/src/main/proto/grafeas/v1/
Dcommon.proto148 string algo = 1; field

12345