Home
last modified time | relevance | path

Searched defs:cert_bytes (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/cronet/net/cert/
H A Dcert_verify_proc_android.cc131 std::vector<std::string> cert_bytes; in AttemptVerificationAfterAIAFetch() local
166 const std::vector<std::string>& cert_bytes, in TryVerifyWithAIAFetching()
248 const std::vector<std::string>& cert_bytes, in VerifyFromAndroidTrustManager()
363 std::vector<std::string> cert_bytes; in VerifyInternal() local
H A Dx509_util.cc407 uint8_t* cert_bytes; in CreateCert() local
/aosp_15_r20/system/security/keystore2/test_utils/
H A Dffi_test_utils.cpp207 std::vector<uint8_t> cert_bytes; in extractCertFromCertChainBuffer() local
620 std::vector<uint8_t> cert_bytes; in getValueFromAttestRecord() local
/aosp_15_r20/system/hardware/interfaces/wifi/keystore/1.0/default/
Dwifikeystorehal_utils.h14 std::vector<uint8_t> extractPubKey(const std::vector<uint8_t>& cert_bytes) { in extractPubKey()
Dkeystore.cpp73 const std::vector<uint8_t>& cert_bytes) { in convertDerCertToPemOrPassthrough()
/aosp_15_r20/system/security/keystore2/tests/
H A Dkeystore2_client_key_agreement_tests.rs43 let cert_bytes = keymint_key.certificate.as_ref().unwrap(); in get_keymint_public_key() localVariable
H A Dkeystore2_client_keystore_engine_tests.rs236 let cert_bytes = key_entry_response.metadata.certificate.as_ref().unwrap(); in keystore2_perform_crypto_op_using_keystore2_engine_pem_pub_key_success() localVariable
H A Dkeystore2_client_import_keys_tests.rs117 let cert_bytes = wrapping_key_metadata.certificate.as_ref().unwrap(); in build_secure_key_wrapper() localVariable
H A Dkeystore2_client_test_utils.rs297 let cert_bytes = key_metadata.certificate.as_ref().unwrap(); in perform_sample_asym_sign_verify_op() localVariable
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/aidl/vendor/
H A Dcertificate_utils.cpp60 const std::vector<uint8_t>& cert_bytes) { in convertDerCertToPemOrPassthrough()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dcertificate_util.cc256 uint8_t* cert_bytes; in CreateSelfSignedCertificate() local
H A Dquic_crypto_client_config.cc631 absl::string_view proof, cert_bytes, cert_sct; in CacheNewServerConfig() local
/aosp_15_r20/external/webrtc/rtc_base/
H A Dboringssl_certificate.cc223 uint8_t* cert_bytes; in MakeCertificate() local
/aosp_15_r20/system/security/keystore-engine/
H A Dkeystore2_engine.cpp334 bssl::UniquePtr<EVP_PKEY> extractPubKey(const std::vector<uint8_t>& cert_bytes) { in extractPubKey()
/aosp_15_r20/external/rust/crates/openssl/src/
Dcms.rs376 let cert_bytes = include_bytes!("../test/cert.pem"); in cms_sign_verify_generic_helper() localVariable
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/
H A Dparse_certificate_unittest.cc661 std::string cert_bytes; in GetCrlDps() local