Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/alts/crypt/
Daes_gcm.cc70 static void aes_gcm_format_errors(const char* error_msg, char** error_details) { in aes_gcm_format_errors() function
93 aes_gcm_format_errors("max_ciphertext_and_tag_length is nullptr.", in gsec_aes_gcm_aead_crypter_max_ciphertext_and_tag_length()
109 aes_gcm_format_errors("max_plaintext_length is nullptr.", error_details); in gsec_aes_gcm_aead_crypter_max_plaintext_length()
117 aes_gcm_format_errors( in gsec_aes_gcm_aead_crypter_max_plaintext_length()
130 aes_gcm_format_errors("nonce_length is nullptr.", error_details); in gsec_aes_gcm_aead_crypter_nonce_length()
144 aes_gcm_format_errors("key_length is nullptr.", error_details); in gsec_aes_gcm_aead_crypter_key_length()
158 aes_gcm_format_errors("tag_length is nullptr.", error_details); in gsec_aes_gcm_aead_crypter_tag_length()
234 aes_gcm_format_errors("Rekeying failed in key derivation.", error_details); in aes_gcm_rekey_if_required()
239 aes_gcm_format_errors("Rekeying failed in context update.", error_details); in aes_gcm_rekey_if_required()
255 aes_gcm_format_errors("Nonce buffer is nullptr.", error_details); in gsec_aes_gcm_aead_crypter_encrypt_iovec()
[all …]
/aosp_15_r20/external/grpc-grpc/src/core/tsi/alts/crypt/
H A Daes_gcm.cc164 static void aes_gcm_format_errors(const char* error_msg, char** error_details) { in aes_gcm_format_errors() function
187 aes_gcm_format_errors("max_ciphertext_and_tag_length is nullptr.", in gsec_aes_gcm_aead_crypter_max_ciphertext_and_tag_length()
203 aes_gcm_format_errors("max_plaintext_length is nullptr.", error_details); in gsec_aes_gcm_aead_crypter_max_plaintext_length()
211 aes_gcm_format_errors( in gsec_aes_gcm_aead_crypter_max_plaintext_length()
224 aes_gcm_format_errors("nonce_length is nullptr.", error_details); in gsec_aes_gcm_aead_crypter_nonce_length()
238 aes_gcm_format_errors("key_length is nullptr.", error_details); in gsec_aes_gcm_aead_crypter_key_length()
252 aes_gcm_format_errors("tag_length is nullptr.", error_details); in gsec_aes_gcm_aead_crypter_tag_length()
299 aes_gcm_format_errors("Rekeying failed in key derivation.", error_details); in aes_gcm_rekey_if_required()
305 aes_gcm_format_errors("Rekeying failed in context update.", error_details); in aes_gcm_rekey_if_required()
321 aes_gcm_format_errors("Nonce buffer is nullptr.", error_details); in gsec_aes_gcm_aead_crypter_encrypt_iovec()
[all …]