Home
last modified time | relevance | path

Searched refs:SYNC_SKCIPHER_REQUEST_ON_STACK (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c113 SYNC_SKCIPHER_REQUEST_ON_STACK(req, tfm); in krb5_encrypt()
168 SYNC_SKCIPHER_REQUEST_ON_STACK(req, tfm); in krb5_decrypt()
451 SYNC_SKCIPHER_REQUEST_ON_STACK(req, tfm); in gss_encrypt_xdr_buf()
534 SYNC_SKCIPHER_REQUEST_ON_STACK(req, tfm); in gss_decrypt_xdr_buf()
597 SYNC_SKCIPHER_REQUEST_ON_STACK(req, cipher); in gss_krb5_cts_crypt()
695 SYNC_SKCIPHER_REQUEST_ON_STACK(req, cbc_tfm); in krb5_cbc_cts_encrypt()
758 SYNC_SKCIPHER_REQUEST_ON_STACK(req, cbc_tfm); in krb5_cbc_cts_decrypt()
/openbmc/linux/crypto/
H A Dechainiv.c45 SYNC_SKCIPHER_REQUEST_ON_STACK(nreq, ctx->sknull); in echainiv_encrypt()
H A Dseqiv.c68 SYNC_SKCIPHER_REQUEST_ON_STACK(nreq, ctx->sknull); in seqiv_aead_encrypt()
H A Dalgif_aead.c78 SYNC_SKCIPHER_REQUEST_ON_STACK(skreq, null_tfm); in crypto_aead_copy_sgl()
H A Dauthencesn.c169 SYNC_SKCIPHER_REQUEST_ON_STACK(skreq, ctx->null); in crypto_authenc_esn_copy()
H A Dauthenc.c180 SYNC_SKCIPHER_REQUEST_ON_STACK(skreq, ctx->null); in crypto_authenc_copy_assoc()
H A Dgcm.c964 SYNC_SKCIPHER_REQUEST_ON_STACK(nreq, ctx->null); in crypto_rfc4543_copy_src_to_dst()
/openbmc/linux/include/crypto/
H A Dskcipher.h152 #define SYNC_SKCIPHER_REQUEST_ON_STACK(name, tfm) \ macro
/openbmc/linux/net/ceph/
H A Dcrypto.c222 SYNC_SKCIPHER_REQUEST_ON_STACK(req, key->tfm); in ceph_aes_crypt()
/openbmc/linux/net/mac802154/
H A Dllsec.c625 SYNC_SKCIPHER_REQUEST_ON_STACK(req, key->tfm0); in llsec_do_encrypt_unauth()
846 SYNC_SKCIPHER_REQUEST_ON_STACK(req, key->tfm0); in llsec_do_decrypt_unauth()
/openbmc/linux/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c269 SYNC_SKCIPHER_REQUEST_ON_STACK(subreq, ctx->sw_cipher.cipher); in crypto4xx_ctr_crypt()
/openbmc/linux/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-aes-core.c320 SYNC_SKCIPHER_REQUEST_ON_STACK(subreq, tctx->sw_cipher.sk); in kmb_ocs_sk_common()
/openbmc/linux/drivers/crypto/axis/
H A Dartpec6_crypto.c1205 SYNC_SKCIPHER_REQUEST_ON_STACK(subreq, ctx->fallback); in artpec6_crypto_ctr_crypt()
/openbmc/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c2085 SYNC_SKCIPHER_REQUEST_ON_STACK(subreq, c_ctx->fbtfm); in sec_skcipher_soft_crypto()
/openbmc/linux/drivers/net/wireless/cisco/
H A Dairo.c1643 SYNC_SKCIPHER_REQUEST_ON_STACK(req, tfm); in emmh32_setseed()