Home
last modified time | relevance | path

Searched defs:cert_chain (Results 1 – 25 of 81) sorted by relevance

1234

/aosp_15_r20/system/security/keystore2/tests/
H A Dkeystore2_client_attest_key_tests.rs57 let mut cert_chain: Vec<u8> = Vec::new(); in keystore2_attest_rsa_signing_key_success() localVariable
84 let mut cert_chain: Vec<u8> = Vec::new(); in keystore2_attest_rsa_signing_key_success() localVariable
110 let mut cert_chain: Vec<u8> = Vec::new(); in keystore2_attest_rsa_encrypt_key_success() localVariable
137 let mut cert_chain: Vec<u8> = Vec::new(); in keystore2_attest_rsa_encrypt_key_success() localVariable
164 let mut cert_chain: Vec<u8> = Vec::new(); in keystore2_attest_ec_key_success() localVariable
179 let mut cert_chain: Vec<u8> = Vec::new(); in keystore2_attest_ec_key_success() localVariable
218 let mut cert_chain: Vec<u8> = Vec::new(); in keystore2_attest_rsa_signing_key_with_ec_25519_key_success() localVariable
245 let mut cert_chain: Vec<u8> = Vec::new(); in keystore2_attest_rsa_signing_key_with_ec_25519_key_success() localVariable
359 let mut cert_chain: Vec<u8> = Vec::new(); in keystore2_attest_key_fails_missing_challenge() localVariable
534 let mut cert_chain: Vec<u8> = Vec::new(); in generate_attested_key_with_device_attest_ids() localVariable
/aosp_15_r20/hardware/interfaces/keymaster/4.1/vts/functional/
H A DDeviceUniqueAttestationTest.cpp194 bool check_certificate_chain_signatures(const hidl_vec<hidl_vec<uint8_t>>& cert_chain) { in check_certificate_chain_signatures()
231 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
266 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
313 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
372 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
436 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DAuthTest.cpp322 vector<Certificate> cert_chain; in TEST_P() local
398 vector<Certificate> cert_chain; in TEST_P() local
499 vector<Certificate> cert_chain; in TEST_P() local
568 vector<Certificate> cert_chain; in TEST_P() local
611 vector<Certificate> cert_chain; in TEST_P() local
H A DKeyBlobUpgradeTest.cpp154 const std::vector<Certificate>& cert_chain) { in save_keyblob_and_cert()
393 vector<Certificate> cert_chain; in TEST_P() local
/aosp_15_r20/system/authgraph/tests/src/
H A Dlib.rs891 let cert_chain = Value::Array(vec![ in create_identity() localVariable
947 let cert_chain = Value::Array(vec![ in create_identity() localVariable
1015 let cert_chain = Value::Array(vec![ in create_identity() localVariable
1077 let cert_chain = Value::Array(vec![ in create_identity() localVariable
1140 let cert_chain = Value::Array(vec![ in create_identity() localVariable
1204 let cert_chain = Value::Array(vec![ in create_identity() localVariable
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/security_connector/
H A Dssl_utils.h151 PemKeyCertPair(absl::string_view private_key, absl::string_view cert_chain) in PemKeyCertPair()
180 const std::string& cert_chain() const { return cert_chain_; } in cert_chain() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/
Dssl_utils.h147 PemKeyCertPair(absl::string_view private_key, absl::string_view cert_chain) in PemKeyCertPair()
176 const std::string& cert_chain() const { return cert_chain_; } in cert_chain() function
/aosp_15_r20/system/keymaster/include/keymaster/legacy_support/
H A Dkeymaster1_legacy_support.h73 CertificateChain* cert_chain) const { in GenerateKey()
92 AuthorizationSet* sw_enforced, CertificateChain* cert_chain) const { in ImportKey()
/aosp_15_r20/external/webrtc/rtc_base/
H A Dopenssl_identity.cc48 std::unique_ptr<SSLCertChain> cert_chain) in OpenSSLIdentity()
157 const SSLCertChain& OpenSSLIdentity::cert_chain() const { in cert_chain() function in rtc::OpenSSLIdentity
H A Dboringssl_identity.cc46 std::unique_ptr<SSLCertChain> cert_chain) in BoringSSLIdentity()
172 const SSLCertChain& BoringSSLIdentity::cert_chain() const { in cert_chain() function in rtc::BoringSSLIdentity
/aosp_15_r20/packages/modules/adb/tls/
Dtls_connection.cpp252 std::vector<CRYPTO_BUFFER*> cert_chain = { in DoHandshake() local
383 std::vector<CRYPTO_BUFFER*> cert_chain = { in SetCertAndKey() local
/aosp_15_r20/system/keymaster/km_openssl/
H A Dattestation_utils.cpp195 const CertificateChain& cert_chain, keymaster_error_t* error) { in get_issuer_subject()
299 CertificateChain cert_chain = in generate_attestation() local
/aosp_15_r20/hardware/interfaces/keymaster/4.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp4378 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
4411 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
4430 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
4478 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
4529 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
4549 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
4572 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
4600 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
4621 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/tls/
Dgrpc_tls_certificate_provider.cc363 std::string cert_chain(StringViewFromSlice(cert_slice.slice)); in ReadIdentityKeyCertPairFromFiles() local
398 absl::string_view private_key, absl::string_view cert_chain) { in PrivateKeyAndCertificateMatch()
/aosp_15_r20/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp701 hidl_vec<hidl_vec<uint8_t>>* cert_chain) { in AttestKey()
718 hidl_vec<hidl_vec<uint8_t>>* cert_chain) { in AttestKey()
3926 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
3955 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
3974 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
4003 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
4023 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
4047 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
/aosp_15_r20/external/grpc-grpc/test/core/tsi/
H A Dssl_transport_security_test.cc972 char* cert_chain = load_file(SSL_TSI_TEST_CREDENTIALS_DIR "client.pem"); in test_tsi_ssl_client_handshaker_factory_refcounting() local
1019 const char* cert_chain = in test_tsi_ssl_server_handshaker_factory_refcounting() local
1063 const char* cert_chain = "This is not a valid PEM file."; in test_tsi_ssl_client_handshaker_factory_bad_params() local
/aosp_15_r20/packages/modules/Virtualization/android/VmAttestationDemoApp/src/
Dmain.rs59 let cert_chain: Vec<_> = res.certificate_chain().collect(); in try_main() localVariable
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/tls/
H A Dgrpc_tls_certificate_match.cc34 absl::string_view private_key, absl::string_view cert_chain) { in PrivateKeyAndCertificateMatch()
/aosp_15_r20/system/keymint/ta/src/
H A Ddevice.rs161 fn cert_chain(&self, key_type: SigningKeyType) -> Result<Vec<keymint::Certificate>, Error>; in cert_chain() method
370 fn cert_chain(&self, _key_type: SigningKeyType) -> Result<Vec<keymint::Certificate>, Error> { in cert_chain() method
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dtls_client_connection.cc36 const std::vector<CRYPTO_BUFFER*>& cert_chain, EVP_PKEY* privkey) { in SetCertChain()
/aosp_15_r20/external/grpc-grpc/include/grpcpp/security/
H A Dserver_credentials.h50 std::string cert_chain; member
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/security/
Dserver_credentials.h50 std::string cert_chain; member
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/security/
Dserver_credentials.h50 std::string cert_chain; member
/aosp_15_r20/external/google-cloud-java/java-confidentialcomputing/proto-google-cloud-confidentialcomputing-v1/src/main/proto/google/cloud/confidentialcomputing/v1/
H A Dservice.proto175 repeated bytes cert_chain = 5; field
/aosp_15_r20/external/google-cloud-java/java-confidentialcomputing/proto-google-cloud-confidentialcomputing-v1alpha1/src/main/proto/google/cloud/confidentialcomputing/v1alpha1/
H A Dservice.proto183 repeated bytes cert_chain = 5; field

1234