Home
last modified time | relevance | path

Searched refs:atfm (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_akcipher_algs.c214 struct crypto_akcipher *atfm = crypto_akcipher_reqtfm(req); in __virtio_crypto_akcipher_do_req() local
215 struct virtio_crypto_akcipher_ctx *ctx = akcipher_tfm_ctx(atfm); in __virtio_crypto_akcipher_do_req()
275 struct crypto_akcipher *atfm = crypto_akcipher_reqtfm(req); in virtio_crypto_rsa_do_req() local
276 struct virtio_crypto_akcipher_ctx *ctx = akcipher_tfm_ctx(atfm); in virtio_crypto_rsa_do_req()
312 struct crypto_akcipher *atfm = crypto_akcipher_reqtfm(req); in virtio_crypto_rsa_req() local
313 struct virtio_crypto_akcipher_ctx *ctx = akcipher_tfm_ctx(atfm); in virtio_crypto_rsa_req()
H A Dvirtio_crypto_skcipher_algs.c466 struct crypto_skcipher *atfm = crypto_skcipher_reqtfm(req); in virtio_crypto_skcipher_encrypt() local
467 struct virtio_crypto_skcipher_ctx *ctx = crypto_skcipher_ctx(atfm); in virtio_crypto_skcipher_encrypt()
489 struct crypto_skcipher *atfm = crypto_skcipher_reqtfm(req); in virtio_crypto_skcipher_decrypt() local
490 struct virtio_crypto_skcipher_ctx *ctx = crypto_skcipher_ctx(atfm); in virtio_crypto_skcipher_decrypt()
/linux/crypto/
H A Dtestmgr.c1902 struct crypto_ahash *atfm = NULL; in __alg_test_hash()
1917 atfm = crypto_alloc_ahash(driver, type, mask); in __alg_test_hash()
1918 if (IS_ERR(atfm)) { in __alg_test_hash()
1919 if (PTR_ERR(atfm) == -ENOENT) in __alg_test_hash()
1922 driver, PTR_ERR(atfm)); in __alg_test_hash()
1923 return PTR_ERR(atfm); in __alg_test_hash()
1925 driver = crypto_ahash_driver_name(atfm); in __alg_test_hash()
1927 req = ahash_request_alloc(atfm, GFP_KERNEL); in __alg_test_hash()
1953 statesize = crypto_ahash_statesize(atfm); in __alg_test_hash()
1984 crypto_free_ahash(atfm); in __alg_test_hash()
1903 struct crypto_ahash *atfm = NULL; __alg_test_hash() local
[all...]