Searched refs:crypto_sync_skcipher_clear_flags (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/drivers/crypto/sunxi-ss/ |
D | sun4i-ss-cipher.c | 534 crypto_sync_skcipher_clear_flags(op->fallback_tfm, CRYPTO_TFM_REQ_MASK); in sun4i_ss_aes_setkey() 554 crypto_sync_skcipher_clear_flags(op->fallback_tfm, CRYPTO_TFM_REQ_MASK); in sun4i_ss_des_setkey() 574 crypto_sync_skcipher_clear_flags(op->fallback_tfm, CRYPTO_TFM_REQ_MASK); in sun4i_ss_des3_setkey()
|
/Linux-v5.4/include/crypto/ |
D | skcipher.h | 348 static inline void crypto_sync_skcipher_clear_flags( in crypto_sync_skcipher_clear_flags() function
|
/Linux-v5.4/arch/s390/crypto/ |
D | aes_s390.c | 187 crypto_sync_skcipher_clear_flags(sctx->fallback.blk, in setkey_fallback_blk() 456 crypto_sync_skcipher_clear_flags(xts_ctx->fallback, in xts_fallback_setkey()
|
/Linux-v5.4/drivers/crypto/amcc/ |
D | crypto4xx_alg.c | 297 crypto_sync_skcipher_clear_flags(ctx->sw_cipher.cipher, in crypto4xx_sk_setup_fallback()
|
/Linux-v5.4/drivers/crypto/ |
D | mxs-dcp.c | 513 crypto_sync_skcipher_clear_flags(actx->fallback, CRYPTO_TFM_REQ_MASK); in mxs_dcp_aes_setkey()
|
D | omap-aes.c | 563 crypto_sync_skcipher_clear_flags(ctx->fallback, CRYPTO_TFM_REQ_MASK); in omap_aes_setkey()
|
D | sahara.c | 621 crypto_sync_skcipher_clear_flags(ctx->fallback, CRYPTO_TFM_REQ_MASK); in sahara_aes_setkey()
|
D | picoxcell_crypto.c | 801 crypto_sync_skcipher_clear_flags(ctx->sw_cipher, in spacc_aes_setkey()
|
/Linux-v5.4/crypto/ |
D | cryptd.c | 257 crypto_sync_skcipher_clear_flags(child, CRYPTO_TFM_REQ_MASK); in cryptd_skcipher_setkey()
|
/Linux-v5.4/drivers/crypto/chelsio/ |
D | chcr_algo.c | 877 crypto_sync_skcipher_clear_flags(ablkctx->sw_cipher, in chcr_cipher_fallback_setkey()
|