Home
last modified time | relevance | path

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

/drivers/crypto/hisilicon/sec/
A Dsec_algs.c147 struct crypto_tfm *tfm = crypto_skcipher_tfm(atfm); in sec_alg_skcipher_init_context()
462 crypto_skcipher_ivsize(atfm), in sec_skcipher_alg_callback()
464 crypto_skcipher_ivsize(atfm)); in sec_skcipher_alg_callback()
469 crypto_skcipher_ivsize(atfm), in sec_skcipher_alg_callback()
471 crypto_skcipher_ivsize(atfm)); in sec_skcipher_alg_callback()
527 if (crypto_skcipher_ivsize(atfm)) { in sec_skcipher_alg_callback()
529 crypto_skcipher_ivsize(atfm), in sec_skcipher_alg_callback()
761 if (crypto_skcipher_ivsize(atfm)) { in sec_alg_skcipher_crypto()
763 crypto_skcipher_ivsize(atfm), in sec_alg_skcipher_crypto()
844 if (crypto_skcipher_ivsize(atfm)) in sec_alg_skcipher_crypto()
[all …]
/drivers/crypto/virtio/
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()
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()
/drivers/crypto/marvell/octeontx2/
A Dotx2_cptvf_algs.c592 static int cpt_aead_init(struct crypto_aead *atfm, u8 cipher_type, u8 mac_type) in cpt_aead_init() argument
594 struct otx2_cpt_aead_ctx *ctx = crypto_aead_ctx_dma(atfm); in cpt_aead_init()
595 struct crypto_tfm *tfm = crypto_aead_tfm(atfm); in cpt_aead_init()
669 crypto_aead_set_reqsize_dma(atfm, sizeof(struct otx2_cpt_req_ctx)); in cpt_aead_init()

Completed in 18 milliseconds