Lines Matching refs:crt
336 struct crypto_ahash *crt = __crypto_ahash_cast(tfm); in crypto_init_shash_ops_async() local
352 crt->init = shash_async_init; in crypto_init_shash_ops_async()
353 crt->update = shash_async_update; in crypto_init_shash_ops_async()
354 crt->final = shash_async_final; in crypto_init_shash_ops_async()
355 crt->finup = shash_async_finup; in crypto_init_shash_ops_async()
356 crt->digest = shash_async_digest; in crypto_init_shash_ops_async()
357 crt->setkey = shash_async_setkey; in crypto_init_shash_ops_async()
359 crt->has_setkey = alg->setkey != shash_no_setkey; in crypto_init_shash_ops_async()
362 crt->export = shash_async_export; in crypto_init_shash_ops_async()
364 crt->import = shash_async_import; in crypto_init_shash_ops_async()
366 crt->reqsize = sizeof(struct shash_desc) + crypto_shash_descsize(shash); in crypto_init_shash_ops_async()
457 struct hash_tfm *crt = &tfm->crt_hash; in crypto_init_shash_ops_compat() local
484 crt->init = shash_compat_init; in crypto_init_shash_ops_compat()
485 crt->update = shash_compat_update; in crypto_init_shash_ops_compat()
486 crt->final = shash_compat_final; in crypto_init_shash_ops_compat()
487 crt->digest = shash_compat_digest; in crypto_init_shash_ops_compat()
488 crt->setkey = shash_compat_setkey; in crypto_init_shash_ops_compat()
490 crt->digestsize = alg->digestsize; in crypto_init_shash_ops_compat()