Searched refs:aes_gcm_cleanup (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/cipher/ |
D | e_aes.c | 490 static void aes_gcm_cleanup(EVP_CIPHER_CTX *c) { in aes_gcm_cleanup() function 713 NULL /* app_data */, aes_gcm_init_key, aes_gcm_cipher, aes_gcm_cleanup, 741 NULL /* app_data */, aes_gcm_init_key, aes_gcm_cipher, aes_gcm_cleanup, 775 NULL /* app_data */, aes_gcm_init_key, aes_gcm_cipher, aes_gcm_cleanup, 901 NULL /* app_data */, aesni_gcm_init_key, aes_gcm_cipher, aes_gcm_cleanup, 929 NULL /* app_data */, aesni_gcm_init_key, aes_gcm_cipher, aes_gcm_cleanup, 963 NULL /* app_data */, aesni_gcm_init_key, aes_gcm_cipher, aes_gcm_cleanup,
|