Lines Matching refs:crt
461 struct ablkcipher_tfm *crt = &tfm->crt_ablkcipher; in crypto_init_blkcipher_ops_async() local
464 crt->setkey = async_setkey; in crypto_init_blkcipher_ops_async()
465 crt->encrypt = async_encrypt; in crypto_init_blkcipher_ops_async()
466 crt->decrypt = async_decrypt; in crypto_init_blkcipher_ops_async()
467 crt->base = __crypto_ablkcipher_cast(tfm); in crypto_init_blkcipher_ops_async()
468 crt->ivsize = alg->ivsize; in crypto_init_blkcipher_ops_async()
475 struct blkcipher_tfm *crt = &tfm->crt_blkcipher; in crypto_init_blkcipher_ops_sync() local
480 crt->setkey = setkey; in crypto_init_blkcipher_ops_sync()
481 crt->encrypt = alg->encrypt; in crypto_init_blkcipher_ops_sync()
482 crt->decrypt = alg->decrypt; in crypto_init_blkcipher_ops_sync()
487 crt->iv = (void *)addr; in crypto_init_blkcipher_ops_sync()