Searched refs:cipher_api (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/md/ |
D | dm-crypt.c | 2360 static int crypt_ctr_auth_cipher(struct crypt_config *cc, char *cipher_api) in crypt_ctr_auth_cipher() argument 2365 if (!strstarts(cipher_api, "authenc(")) in crypt_ctr_auth_cipher() 2368 start = strchr(cipher_api, '('); in crypt_ctr_auth_cipher() 2369 end = strchr(cipher_api, ','); in crypt_ctr_auth_cipher() 2398 char *tmp, *cipher_api; in crypt_ctr_cipher_new() local 2408 cipher_api = strsep(&tmp, "-"); in crypt_ctr_cipher_new() 2418 ret = crypt_alloc_tfms(cc, cipher_api); in crypt_ctr_cipher_new() 2426 ret = crypt_ctr_auth_cipher(cc, cipher_api); in crypt_ctr_cipher_new() 2449 char *cipher_api = NULL; in crypt_ctr_cipher_old() local 2500 cipher_api = kmalloc(CRYPTO_MAX_ALG_NAME, GFP_KERNEL); in crypt_ctr_cipher_old() [all …]
|