Searched refs:cipher_api (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/md/ |
H A D | dm-crypt.c | 2904 static int crypt_ctr_auth_cipher(struct crypt_config *cc, char *cipher_api) in crypt_ctr_ivmode() 2909 if (!strstarts(cipher_api, "authenc(")) 2912 start = strchr(cipher_api, '('); 2913 end = strchr(cipher_api, ','); 2942 char *tmp, *cipher_api, buf[CRYPTO_MAX_ALG_NAME]; in crypt_ctr_auth_cipher() 2966 cipher_api = tmp; in crypt_ctr_cipher_new() 2970 ret = crypt_ctr_auth_cipher(cc, cipher_api); in crypt_ctr_cipher_new() 2986 cipher_api, *ivopts); in crypt_ctr_cipher_new() 2991 cipher_api = buf; in crypt_ctr_cipher_new() 2997 ret = crypt_alloc_tfms(cc, cipher_api); in crypt_ctr_cipher_new() 2914 crypt_ctr_auth_cipher(struct crypt_config * cc,char * cipher_api) crypt_ctr_auth_cipher() argument 2952 char *tmp, *cipher_api, buf[CRYPTO_MAX_ALG_NAME]; crypt_ctr_cipher_new() local 3026 char *cipher_api = NULL; crypt_ctr_cipher_old() local [all...] |