Lines Matching refs:crt
369 struct crypto_ahash *crt = __crypto_ahash_cast(tfm); in crypto_init_shash_ops_async() local
385 crt->init = shash_async_init; in crypto_init_shash_ops_async()
386 crt->update = shash_async_update; in crypto_init_shash_ops_async()
387 crt->final = shash_async_final; in crypto_init_shash_ops_async()
388 crt->finup = shash_async_finup; in crypto_init_shash_ops_async()
389 crt->digest = shash_async_digest; in crypto_init_shash_ops_async()
391 crt->setkey = shash_async_setkey; in crypto_init_shash_ops_async()
393 crypto_ahash_set_flags(crt, crypto_shash_get_flags(shash) & in crypto_init_shash_ops_async()
396 crt->export = shash_async_export; in crypto_init_shash_ops_async()
397 crt->import = shash_async_import; in crypto_init_shash_ops_async()
399 crt->reqsize = sizeof(struct shash_desc) + crypto_shash_descsize(shash); in crypto_init_shash_ops_async()