Home
last modified time | relevance | path

Searched refs:crypto_cipher_set_flags (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/crypto/vmx/
Daes.c41 crypto_cipher_set_flags(fallback, in p8_aes_init()
/Linux-v5.4/crypto/
Dessiv.c90 crypto_cipher_set_flags(tctx->essiv_cipher, in essiv_skcipher_setkey()
133 crypto_cipher_set_flags(tctx->essiv_cipher, crypto_aead_get_flags(tfm) & in essiv_aead_setkey()
Dxts.c61 crypto_cipher_set_flags(tweak, crypto_skcipher_get_flags(parent) & in setkey()
Dadiantum.c164 crypto_cipher_set_flags(tctx->blockcipher, in adiantum_setkey()
Dskcipher.c1115 crypto_cipher_set_flags(cipher, crypto_skcipher_get_flags(tfm) & in skcipher_setkey_simple()
Dtestmgr.c2387 crypto_cipher_set_flags(tfm, CRYPTO_TFM_REQ_FORBID_WEAK_KEYS); in test_cipher()
/Linux-v5.4/include/linux/
Dcrypto.h1716 static inline void crypto_cipher_set_flags(struct crypto_cipher *tfm, in crypto_cipher_set_flags() function
/Linux-v5.4/drivers/crypto/inside-secure/
Dsafexcel_cipher.c2099 crypto_cipher_set_flags(ctx->hkaes, crypto_aead_get_flags(ctfm) & in safexcel_aead_gcm_setkey()