Home
last modified time | relevance | path

Searched defs:encryption_key (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2_connections/src/
Dd2d_connection_context_v1.rs64 fn encryption_key<const N: usize, C: CryptoProvider>( in encryption_key() function
117 encryption_key: Aes256Key, field
173 let encryption_key = derive_aes256_key::<C>(&encode_key, b"ENC:2"); in new() localVariable
/aosp_15_r20/system/secretkeeper/client/src/
H A Dlib.rs47 encryption_key: key::AesKey, field
120 pub fn encryption_key(&self) -> &key::AesKey { in encryption_key() method
/aosp_15_r20/external/tink/cc/subtle/
H A Dencrypt_then_authenticate_test.cc92 util::SecretData encryption_key, int iv_size, util::SecretData mac_key, in createAead2()
116 util::SecretData encryption_key = in createAead() local
/aosp_15_r20/external/google-cloud-java/java-run/proto-google-cloud-run-v2/src/main/proto/google/cloud/run/v2/
H A Dtask_template.proto63 string encryption_key = 7 [(google.api.resource_reference) = { field
H A Drevision_template.proto94 string encryption_key = 14 [(google.api.resource_reference) = { field
/aosp_15_r20/external/googleapis/google/cloud/run/v2/
H A Dtask_template.proto63 string encryption_key = 7 [(google.api.resource_reference) = { field
H A Drevision_template.proto95 string encryption_key = 14 [(google.api.resource_reference) = { field
/aosp_15_r20/frameworks/av/drm/mediacas/plugins/clearkey/protos/
H A Dlicense_protos.proto61 optional bytes encryption_key = 1; // 256-byte key for the asset. field
/aosp_15_r20/external/google-cloud-java/java-gke-backup/proto-google-cloud-gke-backup-v1/src/main/proto/google/cloud/gkebackup/v1/
H A Dbackup_plan.proto126 EncryptionKey encryption_key = 6; field
/aosp_15_r20/external/googleapis/google/cloud/gkebackup/logging/v1/
H A Dlogged_backup_plan.proto86 EncryptionKey encryption_key = 6; field
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
H A Dsimple_ticket_crypter.cc42 absl::string_view in, absl::string_view encryption_key) { in Encrypt()
/aosp_15_r20/external/googleapis/google/cloud/gkebackup/v1/
H A Dbackup_plan.proto158 EncryptionKey encryption_key = 6 [(google.api.field_behavior) = OPTIONAL]; field
/aosp_15_r20/system/security/keystore/
H A Dkeystore_cli_v2.cpp357 auto encryption_key = std::get<ks2::KeyEntryResponse>(encryption_key_result); in encryptWithAuthentication() local
474 auto encryption_key = std::get<ks2::KeyEntryResponse>(encryption_key_result); in decryptWithAuthentication() local
/aosp_15_r20/external/libbrillo/brillo/blkdev_utils/
H A Ddevice_mapper.cc103 const SecureBlob& encryption_key, in CryptCreateParameters()
/aosp_15_r20/tools/security/remote_provisioning/hwtrust/src/cbor/rkp/
H A Dprotected_data.rs40 let encryption_key = eek::derive_ephemeral_symmetric_key(&eek, pubkey.pkey()) in from_cose_encrypt() localVariable
/aosp_15_r20/trusty/user/app/sample/hwcryptohal/server/
Dservice_encryption_key.rs138 let encryption_key = match encryption_key { in derive_raw_service_encryption_key() localVariable
/aosp_15_r20/external/googleapis/google/storage/v1/
H A Dstorage.proto1584 string encryption_key = 2; field
/aosp_15_r20/external/gsc-utils/tpm_generated/
H A Dtpm_generated.cc12327 const TPM2B_DATA& encryption_key, in SerializeCommand_Import()
12569 const TPM2B_DATA& encryption_key, in Import()
12594 const TPM2B_DATA& encryption_key, in ImportSync()