Searched refs:cipher_tfm (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/md/
H A Ddm-crypt.c187 } cipher_tfm; member in struct:crypt_config
257 return cc->cipher_tfm.tfms[0];
262 return cc->cipher_tfm.tfms_aead[0];
1488 skcipher_request_set_tfm(ctx->r.req, cc->cipher_tfm.tfms[key_index]);
1510 aead_request_set_tfm(ctx->r.req_aead, cc->cipher_tfm.tfms_aead[0]);
2318 if (!cc->cipher_tfm.tfms_aead)
2321 if (cc->cipher_tfm.tfms_aead[0] && !IS_ERR(cc->cipher_tfm.tfms_aead[0])) {
2322 crypto_free_aead(cc->cipher_tfm.tfms_aead[0]);
2323 cc->cipher_tfm
[all...]

Completed in 390 milliseconds