Home
last modified time | relevance | path

Searched defs:is_rekey (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/tsi/alts/crypt/
H A Daes_gcm.cc44 GsecKeyFactory::GsecKeyFactory(absl::Span<const uint8_t> key, bool is_rekey) in GsecKeyFactory()
51 GsecKey::GsecKey(absl::Span<const uint8_t> key, bool is_rekey) in GsecKey()
664 bool is_rekey = aes_gcm_crypter->gsec_key->IsRekey(); in aes_gcm_new_evp_cipher_ctx() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_zero_copy_grpc_protector.cc113 const uint8_t* key, size_t key_size, bool is_rekey, bool is_client, in create_alts_grpc_record_protocol()
262 const uint8_t* key, size_t key_size, bool is_rekey, bool is_client, in alts_zero_copy_grpc_protector_create()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/alts/frame_protector/
Dalts_frame_protector.cc334 bool is_rekey, in create_alts_crypters()
366 bool is_client, bool is_rekey, in alts_create_frame_protector()
/aosp_15_r20/external/grpc-grpc/src/core/tsi/alts/frame_protector/
H A Dalts_frame_protector.cc335 bool is_rekey, in create_alts_crypters()
370 bool is_client, bool is_rekey, in alts_create_frame_protector()
/aosp_15_r20/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_zero_copy_grpc_protector.cc121 bool is_rekey = key->IsRekey(); in create_alts_grpc_record_protocol() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/alts/crypt/
Daes_gcm.cc599 bool is_rekey = aes_gcm_crypter->rekey_data != nullptr; in aes_gcm_new_evp_cipher_ctx() local