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

/linux-master/drivers/md/
H A Ddm-crypt.c185 } cipher_tfm; member in struct:crypt_config
254 return cc->cipher_tfm.tfms[0];
259 return cc->cipher_tfm.tfms_aead[0];
1485 skcipher_request_set_tfm(ctx->r.req, cc->cipher_tfm.tfms[key_index]);
1507 aead_request_set_tfm(ctx->r.req_aead, cc->cipher_tfm.tfms_aead[0]);
2315 if (!cc->cipher_tfm.tfms_aead)
2318 if (cc->cipher_tfm.tfms_aead[0] && !IS_ERR(cc->cipher_tfm.tfms_aead[0])) {
2319 crypto_free_aead(cc->cipher_tfm.tfms_aead[0]);
2320 cc->cipher_tfm
[all...]

Completed in 203 milliseconds