Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_zero_copy_grpc_protector.cc112 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/
Dalts_frame_protector.cc330 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/
Daes_gcm.cc598 bool is_rekey = aes_gcm_crypter->rekey_data != nullptr; in aes_gcm_new_evp_cipher_ctx() local