Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/vmx/
H A Daes.c42 crypto_cipher_set_flags(fallback, in p8_aes_init()
/OK3568_Linux_fs/kernel/include/crypto/internal/
H A Dcipher.h124 static inline void crypto_cipher_set_flags(struct crypto_cipher *tfm, in crypto_cipher_set_flags() function
/OK3568_Linux_fs/kernel/crypto/
H A Dessiv.c86 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 Dxts.c62 crypto_cipher_set_flags(tweak, crypto_skcipher_get_flags(parent) & in xts_setkey()
H A Dadiantum.c161 crypto_cipher_set_flags(tctx->blockcipher, in adiantum_setkey()
H A Dskcipher.c886 crypto_cipher_set_flags(cipher, crypto_skcipher_get_flags(tfm) & in skcipher_setkey_simple()
H A Dtestmgr.c2654 crypto_cipher_set_flags(tfm, CRYPTO_TFM_REQ_FORBID_WEAK_KEYS); in test_cipher()
/OK3568_Linux_fs/kernel/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c2095 crypto_cipher_set_flags(ctx->kaes, crypto_ahash_get_flags(tfm) & in safexcel_xcbcmac_setkey()
2111 crypto_cipher_set_flags(ctx->kaes, crypto_ahash_get_flags(tfm) & in safexcel_xcbcmac_setkey()
2195 crypto_cipher_set_flags(ctx->kaes, crypto_ahash_get_flags(tfm) & in safexcel_cmac_setkey()
H A Dsafexcel_cipher.c2592 crypto_cipher_set_flags(ctx->hkaes, crypto_aead_get_flags(ctfm) & in safexcel_aead_gcm_setkey()