Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/tsi/alts/crypt/
Daes_gcm.cc71 static void aes_gcm_format_errors(const char* error_msg, char** error_details) { in aes_gcm_format_errors() function
94 aes_gcm_format_errors("max_ciphertext_and_tag_length is nullptr.", in gsec_aes_gcm_aead_crypter_max_ciphertext_and_tag_length()
110 aes_gcm_format_errors("max_plaintext_length is nullptr.", error_details); in gsec_aes_gcm_aead_crypter_max_plaintext_length()
118 aes_gcm_format_errors( in gsec_aes_gcm_aead_crypter_max_plaintext_length()
131 aes_gcm_format_errors("nonce_length is nullptr.", error_details); in gsec_aes_gcm_aead_crypter_nonce_length()
145 aes_gcm_format_errors("key_length is nullptr.", error_details); in gsec_aes_gcm_aead_crypter_key_length()
159 aes_gcm_format_errors("tag_length is nullptr.", error_details); in gsec_aes_gcm_aead_crypter_tag_length()
235 aes_gcm_format_errors("Rekeying failed in key derivation.", error_details); in aes_gcm_rekey_if_required()
240 aes_gcm_format_errors("Rekeying failed in context update.", error_details); in aes_gcm_rekey_if_required()
256 aes_gcm_format_errors("Nonce buffer is nullptr.", error_details); in gsec_aes_gcm_aead_crypter_encrypt_iovec()
[all …]