Searched refs:crypto_sync_skcipher_set_flags (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/drivers/crypto/sunxi-ss/ |
D | sun4i-ss-cipher.c | 535 crypto_sync_skcipher_set_flags(op->fallback_tfm, tfm->base.crt_flags & CRYPTO_TFM_REQ_MASK); in sun4i_ss_aes_setkey() 555 crypto_sync_skcipher_set_flags(op->fallback_tfm, tfm->base.crt_flags & CRYPTO_TFM_REQ_MASK); in sun4i_ss_des_setkey() 575 crypto_sync_skcipher_set_flags(op->fallback_tfm, tfm->base.crt_flags & CRYPTO_TFM_REQ_MASK); in sun4i_ss_des3_setkey()
|
/Linux-v5.4/include/crypto/ |
D | skcipher.h | 342 static inline void crypto_sync_skcipher_set_flags( in crypto_sync_skcipher_set_flags() function
|
/Linux-v5.4/arch/s390/crypto/ |
D | aes_s390.c | 189 crypto_sync_skcipher_set_flags(sctx->fallback.blk, tfm->crt_flags & in setkey_fallback_blk() 458 crypto_sync_skcipher_set_flags(xts_ctx->fallback, tfm->crt_flags & in xts_fallback_setkey()
|
/Linux-v5.4/drivers/crypto/amcc/ |
D | crypto4xx_alg.c | 299 crypto_sync_skcipher_set_flags(ctx->sw_cipher.cipher, in crypto4xx_sk_setup_fallback()
|
/Linux-v5.4/drivers/crypto/ |
D | mxs-dcp.c | 514 crypto_sync_skcipher_set_flags(actx->fallback, in mxs_dcp_aes_setkey()
|
D | omap-aes.c | 564 crypto_sync_skcipher_set_flags(ctx->fallback, tfm->base.crt_flags & in omap_aes_setkey()
|
D | sahara.c | 622 crypto_sync_skcipher_set_flags(ctx->fallback, tfm->base.crt_flags & in sahara_aes_setkey()
|
D | picoxcell_crypto.c | 803 crypto_sync_skcipher_set_flags(ctx->sw_cipher, in spacc_aes_setkey()
|
/Linux-v5.4/crypto/ |
D | cryptd.c | 258 crypto_sync_skcipher_set_flags(child, in cryptd_skcipher_setkey()
|
/Linux-v5.4/drivers/crypto/chelsio/ |
D | chcr_algo.c | 879 crypto_sync_skcipher_set_flags(ablkctx->sw_cipher, in chcr_cipher_fallback_setkey()
|