Lines Matching refs:crt
456 struct ablkcipher_tfm *crt = &tfm->crt_ablkcipher; in crypto_init_blkcipher_ops_async() local
459 crt->setkey = async_setkey; in crypto_init_blkcipher_ops_async()
460 crt->encrypt = async_encrypt; in crypto_init_blkcipher_ops_async()
461 crt->decrypt = async_decrypt; in crypto_init_blkcipher_ops_async()
462 crt->base = __crypto_ablkcipher_cast(tfm); in crypto_init_blkcipher_ops_async()
463 crt->ivsize = alg->ivsize; in crypto_init_blkcipher_ops_async()
470 struct blkcipher_tfm *crt = &tfm->crt_blkcipher; in crypto_init_blkcipher_ops_sync() local
475 crt->setkey = setkey; in crypto_init_blkcipher_ops_sync()
476 crt->encrypt = alg->encrypt; in crypto_init_blkcipher_ops_sync()
477 crt->decrypt = alg->decrypt; in crypto_init_blkcipher_ops_sync()
482 crt->iv = (void *)addr; in crypto_init_blkcipher_ops_sync()