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 D | aes_gcm.cc | 44 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/ |
D | alts_zero_copy_grpc_protector.cc | 113 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/ |
D | alts_frame_protector.cc | 334 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 D | alts_frame_protector.cc | 335 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 D | alts_zero_copy_grpc_protector.cc | 121 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/ |
D | aes_gcm.cc | 599 bool is_rekey = aes_gcm_crypter->rekey_data != nullptr; in aes_gcm_new_evp_cipher_ctx() local
|