Searched refs:cipher_api (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/md/ |
| H A D | dm-crypt.c | 2863 static int crypt_ctr_auth_cipher(struct crypt_config *cc, char *cipher_api) in crypt_ctr_auth_cipher() argument 2868 if (!strstarts(cipher_api, "authenc(")) in crypt_ctr_auth_cipher() 2871 start = strchr(cipher_api, '('); in crypt_ctr_auth_cipher() 2872 end = strchr(cipher_api, ','); in crypt_ctr_auth_cipher() 2901 char *tmp, *cipher_api, buf[CRYPTO_MAX_ALG_NAME]; in crypt_ctr_cipher_new() local 2925 cipher_api = tmp; in crypt_ctr_cipher_new() 2929 ret = crypt_ctr_auth_cipher(cc, cipher_api); in crypt_ctr_cipher_new() 2945 cipher_api, *ivopts); in crypt_ctr_cipher_new() 2950 cipher_api = buf; in crypt_ctr_cipher_new() 2956 ret = crypt_alloc_tfms(cc, cipher_api); in crypt_ctr_cipher_new() [all …]
|