Searched refs:mac_alg (Results 1 – 1 of 1) sorted by relevance
2916 char *start, *end, *mac_alg = NULL; in crypt_ctr_auth_cipher() local2927 mac_alg = kmemdup_nul(start, end - start, GFP_KERNEL); in crypt_ctr_auth_cipher()2928 if (!mac_alg) in crypt_ctr_auth_cipher()2931 mac = crypto_alloc_ahash(mac_alg, 0, CRYPTO_ALG_ALLOCATES_MEMORY); in crypt_ctr_auth_cipher()2932 kfree(mac_alg); in crypt_ctr_auth_cipher()