Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/alts/crypt/
Daes_gcm.cc230 uint8_t aead_key[kRekeyAeadKeyLen]; in aes_gcm_rekey_if_required() local
608 const uint8_t* aead_key = aes_gcm_crypter->key; in aes_gcm_new_evp_cipher_ctx() local
/aosp_15_r20/external/grpc-grpc/src/core/tsi/alts/crypt/
H A Daes_gcm.cc74 absl::Span<uint8_t> GsecKey::aead_key() { return absl::MakeSpan(aead_key_); } in aead_key() function in grpc_core::GsecKey
677 const uint8_t* aead_key = aes_gcm_crypter->gsec_key->key().data(); in aes_gcm_new_evp_cipher_ctx() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/oblivious_http/buffers/
H A Doblivious_http_response.cc299 std::string aead_key(aead_key_len, '\0'); in CommonOperationsToEncapDecap() local