Home
last modified time | relevance | path

Searched refs:aes_gcm_crypter (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/core/tsi/alts/crypt/
Daes_gcm.cc98 gsec_aes_gcm_aead_crypter* aes_gcm_crypter = in gsec_aes_gcm_aead_crypter_max_ciphertext_and_tag_length() local
102 plaintext_length + aes_gcm_crypter->tag_length; in gsec_aes_gcm_aead_crypter_max_ciphertext_and_tag_length()
113 gsec_aes_gcm_aead_crypter* aes_gcm_crypter = in gsec_aes_gcm_aead_crypter_max_plaintext_length() local
116 if (ciphertext_and_tag_length < aes_gcm_crypter->tag_length) { in gsec_aes_gcm_aead_crypter_max_plaintext_length()
123 ciphertext_and_tag_length - aes_gcm_crypter->tag_length; in gsec_aes_gcm_aead_crypter_max_plaintext_length()
134 gsec_aes_gcm_aead_crypter* aes_gcm_crypter = in gsec_aes_gcm_aead_crypter_nonce_length() local
137 *nonce_length = aes_gcm_crypter->nonce_length; in gsec_aes_gcm_aead_crypter_nonce_length()
148 gsec_aes_gcm_aead_crypter* aes_gcm_crypter = in gsec_aes_gcm_aead_crypter_key_length() local
151 *key_length = aes_gcm_crypter->key_length; in gsec_aes_gcm_aead_crypter_key_length()
162 gsec_aes_gcm_aead_crypter* aes_gcm_crypter = in gsec_aes_gcm_aead_crypter_tag_length() local
[all …]