Searched defs:aead_key (Results 1 – 3 of 3) sorted by relevance
230 uint8_t aead_key[kRekeyAeadKeyLen]; in aes_gcm_rekey_if_required() local608 const uint8_t* aead_key = aes_gcm_crypter->key; in aes_gcm_new_evp_cipher_ctx() local
74 absl::Span<uint8_t> GsecKey::aead_key() { return absl::MakeSpan(aead_key_); } in aead_key() function in grpc_core::GsecKey677 const uint8_t* aead_key = aes_gcm_crypter->gsec_key->key().data(); in aes_gcm_new_evp_cipher_ctx() local
299 std::string aead_key(aead_key_len, '\0'); in CommonOperationsToEncapDecap() local