Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Ddm-crypt.c1552 char *cipher_api = NULL; in crypt_ctr_cipher() local
1609 cipher_api = kmalloc(CRYPTO_MAX_ALG_NAME, GFP_KERNEL); in crypt_ctr_cipher()
1610 if (!cipher_api) in crypt_ctr_cipher()
1613 ret = snprintf(cipher_api, CRYPTO_MAX_ALG_NAME, in crypt_ctr_cipher()
1616 kfree(cipher_api); in crypt_ctr_cipher()
1621 ret = crypt_alloc_tfms(cc, cipher_api); in crypt_ctr_cipher()
1700 kfree(cipher_api); in crypt_ctr_cipher()