Searched refs:crypto_cipher_set_flags (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/vmx/ |
H A D | aes.c | 41 crypto_cipher_set_flags(fallback, in p8_aes_init()
|
/kernel/linux/linux-6.6/include/crypto/internal/ |
H A D | cipher.h | 124 static inline void crypto_cipher_set_flags(struct crypto_cipher *tfm, in crypto_cipher_set_flags() function
|
/kernel/linux/linux-6.6/drivers/crypto/vmx/ |
H A D | aes.c | 42 crypto_cipher_set_flags(fallback, in p8_aes_init()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | essiv.c | 85 crypto_cipher_set_flags(tctx->essiv_cipher, in essiv_skcipher_setkey() 119 crypto_cipher_set_flags(tctx->essiv_cipher, crypto_aead_get_flags(tfm) & in essiv_aead_setkey()
|
H A D | xts.c | 61 crypto_cipher_set_flags(tweak, crypto_skcipher_get_flags(parent) & in xts_setkey()
|
H A D | adiantum.c | 160 crypto_cipher_set_flags(tctx->blockcipher, in adiantum_setkey()
|
H A D | skcipher.c | 885 crypto_cipher_set_flags(cipher, crypto_skcipher_get_flags(tfm) & in skcipher_setkey_simple()
|
H A D | testmgr.c | 2651 crypto_cipher_set_flags(tfm, CRYPTO_TFM_REQ_FORBID_WEAK_KEYS); in test_cipher()
|
/kernel/linux/linux-6.6/crypto/ |
H A 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()
|
H A D | hctr2.c | 137 crypto_cipher_set_flags(tctx->blockcipher, in hctr2_setkey()
|
H A D | xts.c | 62 crypto_cipher_set_flags(tweak, crypto_skcipher_get_flags(parent) & in xts_setkey()
|
H A D | adiantum.c | 161 crypto_cipher_set_flags(tctx->blockcipher, in adiantum_setkey()
|
H A D | skcipher.c | 931 crypto_cipher_set_flags(cipher, crypto_skcipher_get_flags(tfm) & in skcipher_setkey_simple()
|
H A D | testmgr.c | 2761 crypto_cipher_set_flags(tfm, CRYPTO_TFM_REQ_FORBID_WEAK_KEYS); in test_cipher()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | crypto.h | 853 static inline void crypto_cipher_set_flags(struct crypto_cipher *tfm, in crypto_cipher_set_flags() function
|
/kernel/linux/linux-5.10/drivers/crypto/inside-secure/ |
H A D | safexcel_hash.c | 2094 crypto_cipher_set_flags(ctx->kaes, crypto_ahash_get_flags(tfm) & in safexcel_xcbcmac_setkey() 2110 crypto_cipher_set_flags(ctx->kaes, crypto_ahash_get_flags(tfm) & in safexcel_xcbcmac_setkey() 2194 crypto_cipher_set_flags(ctx->kaes, crypto_ahash_get_flags(tfm) & in safexcel_cmac_setkey()
|
H A D | safexcel_cipher.c | 2592 crypto_cipher_set_flags(ctx->hkaes, crypto_aead_get_flags(ctfm) & in safexcel_aead_gcm_setkey()
|
Completed in 39 milliseconds