Home
last modified time | relevance | path

Searched refs:crt (Results 1 – 2 of 2) sorted by relevance

/crypto/
Dshash.c381 struct crypto_ahash *crt = __crypto_ahash_cast(tfm); in crypto_init_shash_ops_async() local
397 crt->init = shash_async_init; in crypto_init_shash_ops_async()
398 crt->update = shash_async_update; in crypto_init_shash_ops_async()
399 crt->final = shash_async_final; in crypto_init_shash_ops_async()
400 crt->finup = shash_async_finup; in crypto_init_shash_ops_async()
401 crt->digest = shash_async_digest; in crypto_init_shash_ops_async()
403 crt->setkey = shash_async_setkey; in crypto_init_shash_ops_async()
405 crypto_ahash_set_flags(crt, crypto_shash_get_flags(shash) & in crypto_init_shash_ops_async()
408 crt->export = shash_async_export; in crypto_init_shash_ops_async()
409 crt->import = shash_async_import; in crypto_init_shash_ops_async()
[all …]
Dscompress.c195 struct crypto_acomp *crt = __crypto_acomp_tfm(tfm); in crypto_init_scomp_ops_async() local
211 crt->compress = scomp_acomp_compress; in crypto_init_scomp_ops_async()
212 crt->decompress = scomp_acomp_decompress; in crypto_init_scomp_ops_async()
213 crt->dst_free = sgl_free; in crypto_init_scomp_ops_async()
214 crt->reqsize = sizeof(void *); in crypto_init_scomp_ops_async()