Searched refs:aes_gcm_decrypt (Results 1 – 1 of 1) sorted by relevance
240 static int aes_gcm_decrypt(void *data_ptr, size_t len, const void *key, in aes_gcm_decrypt() function319 rc = aes_gcm_decrypt(data_ptr, len, key, key_len, iv, iv_len, in auth_decrypt()