Searched refs:crypto_cipher_set_flags (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/drivers/crypto/vmx/ |
D | aes.c | 42 crypto_cipher_set_flags(fallback, in p8_aes_init()
|
/linux-5.19.10/include/crypto/internal/ |
D | cipher.h | 124 static inline void crypto_cipher_set_flags(struct crypto_cipher *tfm, in crypto_cipher_set_flags() function
|
/linux-5.19.10/crypto/ |
D | essiv.c | 86 crypto_cipher_set_flags(tctx->essiv_cipher, in essiv_skcipher_setkey() 120 crypto_cipher_set_flags(tctx->essiv_cipher, crypto_aead_get_flags(tfm) & in essiv_aead_setkey()
|
D | xts.c | 62 crypto_cipher_set_flags(tweak, crypto_skcipher_get_flags(parent) & in xts_setkey()
|
D | adiantum.c | 161 crypto_cipher_set_flags(tctx->blockcipher, in adiantum_setkey()
|
D | skcipher.c | 880 crypto_cipher_set_flags(cipher, crypto_skcipher_get_flags(tfm) & in skcipher_setkey_simple()
|
D | testmgr.c | 2690 crypto_cipher_set_flags(tfm, CRYPTO_TFM_REQ_FORBID_WEAK_KEYS); in test_cipher()
|
/linux-5.19.10/drivers/crypto/inside-secure/ |
D | safexcel_hash.c | 2096 crypto_cipher_set_flags(ctx->kaes, crypto_ahash_get_flags(tfm) & in safexcel_xcbcmac_setkey() 2112 crypto_cipher_set_flags(ctx->kaes, crypto_ahash_get_flags(tfm) & in safexcel_xcbcmac_setkey() 2196 crypto_cipher_set_flags(ctx->kaes, crypto_ahash_get_flags(tfm) & in safexcel_cmac_setkey()
|
D | safexcel_cipher.c | 2593 crypto_cipher_set_flags(ctx->hkaes, crypto_aead_get_flags(ctfm) & in safexcel_aead_gcm_setkey()
|