Searched refs:atfm (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c142 static void sec_alg_skcipher_init_context(struct crypto_skcipher *atfm, argument
147 struct crypto_tfm *tfm = crypto_skcipher_tfm(atfm);
431 struct crypto_skcipher *atfm = crypto_skcipher_reqtfm(skreq); local
462 crypto_skcipher_ivsize(atfm),
464 crypto_skcipher_ivsize(atfm));
469 crypto_skcipher_ivsize(atfm),
471 crypto_skcipher_ivsize(atfm));
527 if (crypto_skcipher_ivsize(atfm)) {
529 crypto_skcipher_ivsize(atfm),
710 struct crypto_skcipher *atfm local
[all...]
/linux-master/drivers/crypto/virtio/
H A Dvirtio_crypto_skcipher_algs.c468 struct crypto_skcipher *atfm = crypto_skcipher_reqtfm(req); local
469 struct virtio_crypto_skcipher_ctx *ctx = crypto_skcipher_ctx(atfm);
493 struct crypto_skcipher *atfm = crypto_skcipher_reqtfm(req); local
494 struct virtio_crypto_skcipher_ctx *ctx = crypto_skcipher_ctx(atfm);
H A Dvirtio_crypto_akcipher_algs.c328 struct crypto_akcipher *atfm = crypto_akcipher_reqtfm(req); local
329 struct virtio_crypto_akcipher_ctx *ctx = akcipher_tfm_ctx(atfm);
/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c590 static int cpt_aead_init(struct crypto_aead *atfm, u8 cipher_type, u8 mac_type) argument
592 struct otx2_cpt_aead_ctx *ctx = crypto_aead_ctx_dma(atfm);
593 struct crypto_tfm *tfm = crypto_aead_tfm(atfm);
651 crypto_aead_set_reqsize_dma(atfm, sizeof(struct otx2_cpt_req_ctx));
/linux-master/crypto/
H A Dtestmgr.c1898 struct crypto_ahash *atfm = NULL; local
1913 atfm = crypto_alloc_ahash(driver, type, mask);
1914 if (IS_ERR(atfm)) {
1916 driver, PTR_ERR(atfm));
1917 return PTR_ERR(atfm);
1919 driver = crypto_ahash_driver_name(atfm);
1921 req = ahash_request_alloc(atfm, GFP_KERNEL);
1947 statesize = crypto_ahash_statesize(atfm);
1978 crypto_free_ahash(atfm);

Completed in 290 milliseconds