Searched defs:is_rekey (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_zero_copy_grpc_protector.cc | 112 const uint8_t* key, size_t key_size, bool is_rekey, bool is_client, in create_alts_grpc_record_protocol() 243 const uint8_t* key, size_t key_size, bool is_rekey, bool is_client, in alts_zero_copy_grpc_protector_create()
|
/external/grpc-grpc/src/core/tsi/alts/frame_protector/ |
D | alts_frame_protector.cc | 330 bool is_rekey, in create_alts_crypters() 362 bool is_client, bool is_rekey, in alts_create_frame_protector()
|
/external/grpc-grpc/src/core/tsi/alts/crypt/ |
D | aes_gcm.cc | 598 bool is_rekey = aes_gcm_crypter->rekey_data != nullptr; in aes_gcm_new_evp_cipher_ctx() local
|