Searched refs:ciphermode (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/md/ |
H A D | dm-crypt.c | 2372 static int crypt_alloc_tfms_skcipher(struct crypt_config *cc, char *ciphermode) in crypt_free_tfms_skcipher() 2384 cc->cipher_tfm.tfms[i] = crypto_alloc_skcipher(ciphermode, 0, in crypt_alloc_tfms_skcipher() 2398 DMDEBUG_LIMIT("%s using implementation \"%s\"", ciphermode, in crypt_alloc_tfms_skcipher() 2403 static int crypt_alloc_tfms_aead(struct crypt_config *cc, char *ciphermode) in crypt_alloc_tfms_skcipher() 2411 cc->cipher_tfm.tfms_aead[0] = crypto_alloc_aead(ciphermode, 0, in crypt_alloc_tfms_skcipher() 2419 DMDEBUG_LIMIT("%s using implementation \"%s\"", ciphermode, in crypt_alloc_tfms_aead() 2424 static int crypt_alloc_tfms(struct crypt_config *cc, char *ciphermode) in crypt_alloc_tfms_aead() 2427 return crypt_alloc_tfms_aead(cc, ciphermode); in crypt_alloc_tfms_aead() 2429 return crypt_alloc_tfms_skcipher(cc, ciphermode); in crypt_alloc_tfms_aead() 2382 crypt_alloc_tfms_skcipher(struct crypt_config * cc,char * ciphermode) crypt_alloc_tfms_skcipher() argument 2413 crypt_alloc_tfms_aead(struct crypt_config * cc,char * ciphermode) crypt_alloc_tfms_aead() argument 2434 crypt_alloc_tfms(struct crypt_config * cc,char * ciphermode) crypt_alloc_tfms() argument
|