Searched refs:crypto_tfm_set_flags (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/include/crypto/internal/ |
| D | des.h | 40 crypto_tfm_set_flags(tfm, CRYPTO_TFM_RES_WEAK_KEY); in crypto_des_verify_key() 104 crypto_tfm_set_flags(tfm, CRYPTO_TFM_RES_WEAK_KEY); in crypto_des3_ede_verify_key()
|
| /Linux-v5.4/crypto/ |
| D | des_generic.c | 35 crypto_tfm_set_flags(tfm, CRYPTO_TFM_RES_WEAK_KEY); in des_setkey() 70 crypto_tfm_set_flags(tfm, CRYPTO_TFM_RES_WEAK_KEY); in des3_ede_setkey()
|
| /Linux-v5.4/include/crypto/ |
| D | hash.h | 360 crypto_tfm_set_flags(crypto_ahash_tfm(tfm), flags); in crypto_ahash_set_flags() 778 crypto_tfm_set_flags(crypto_shash_tfm(tfm), flags); in crypto_shash_set_flags()
|
| D | aead.h | 257 crypto_tfm_set_flags(crypto_aead_tfm(tfm), flags); in crypto_aead_set_flags()
|
| D | kpp.h | 150 crypto_tfm_set_flags(crypto_kpp_tfm(tfm), flags); in crypto_kpp_set_flags()
|
| D | skcipher.h | 327 crypto_tfm_set_flags(crypto_skcipher_tfm(tfm), flags); in crypto_skcipher_set_flags()
|
| /Linux-v5.4/include/linux/ |
| D | crypto.h | 873 static inline void crypto_tfm_set_flags(struct crypto_tfm *tfm, u32 flags) in crypto_tfm_set_flags() function 1030 crypto_tfm_set_flags(crypto_ablkcipher_tfm(tfm), flags); in crypto_ablkcipher_set_flags() 1434 crypto_tfm_set_flags(crypto_blkcipher_tfm(tfm), flags); in crypto_blkcipher_set_flags() 1719 crypto_tfm_set_flags(crypto_cipher_tfm(tfm), flags); in crypto_cipher_set_flags()
|
| /Linux-v5.4/drivers/crypto/ccree/ |
| D | cc_cipher.c | 294 crypto_tfm_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in cc_cipher_sethkey() 307 crypto_tfm_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in cc_cipher_sethkey() 398 crypto_tfm_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in cc_cipher_setkey() 840 crypto_tfm_set_flags(tfm, CRYPTO_TFM_RES_BAD_BLOCK_LEN); in cc_cipher_process()
|
| /Linux-v5.4/drivers/crypto/virtio/ |
| D | virtio_crypto_algs.c | 297 crypto_tfm_set_flags(ctx->tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in virtio_crypto_alg_ablkcipher_init_sessions()
|
| /Linux-v5.4/drivers/crypto/chelsio/ |
| D | chcr_algo.c | 3198 crypto_tfm_set_flags((struct crypto_tfm *) tfm, in chcr_gcm_setauthsize() 3224 crypto_tfm_set_flags((struct crypto_tfm *)tfm, in chcr_4106_4309_setauthsize() 3266 crypto_tfm_set_flags((struct crypto_tfm *)tfm, in chcr_ccm_setauthsize() 3292 crypto_tfm_set_flags((struct crypto_tfm *)aead, in chcr_ccm_common_setkey() 3331 crypto_tfm_set_flags((struct crypto_tfm *)aead, in chcr_aead_rfc4309_setkey() 3382 crypto_tfm_set_flags((struct crypto_tfm *)aead, in chcr_gcm_setkey()
|
| /Linux-v5.4/drivers/crypto/qat/qat_common/ |
| D | qat_algs.c | 594 crypto_tfm_set_flags(ctx->tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in qat_alg_ablkcipher_init_sessions()
|