Home
last modified time | relevance | path

Searched refs:crypto_cipher (Results 1 – 25 of 36) sorted by relevance

12

/OK3568_Linux_fs/kernel/include/crypto/internal/
H A Dcipher.h16 struct crypto_cipher { struct
37 static inline struct crypto_cipher *__crypto_cipher_cast(struct crypto_tfm *tfm) in __crypto_cipher_cast() argument
39 return (struct crypto_cipher *)tfm; in __crypto_cipher_cast()
56 static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name, in crypto_alloc_cipher()
66 static inline struct crypto_tfm *crypto_cipher_tfm(struct crypto_cipher *tfm) in crypto_cipher_tfm()
75 static inline void crypto_free_cipher(struct crypto_cipher *tfm) in crypto_free_cipher()
109 static inline unsigned int crypto_cipher_blocksize(struct crypto_cipher *tfm) in crypto_cipher_blocksize()
114 static inline unsigned int crypto_cipher_alignmask(struct crypto_cipher *tfm) in crypto_cipher_alignmask()
119 static inline u32 crypto_cipher_get_flags(struct crypto_cipher *tfm) in crypto_cipher_get_flags()
124 static inline void crypto_cipher_set_flags(struct crypto_cipher *tfm, in crypto_cipher_set_flags()
[all …]
H A Dskcipher.h202 struct crypto_cipher *cipher; /* underlying block cipher */
204 static inline struct crypto_cipher *
/OK3568_Linux_fs/kernel/crypto/
H A Dcipher.c20 static int setkey_unaligned(struct crypto_cipher *tfm, const u8 *key, in setkey_unaligned()
43 int crypto_cipher_setkey(struct crypto_cipher *tfm, in crypto_cipher_setkey()
59 static inline void cipher_crypt_one(struct crypto_cipher *tfm, in cipher_crypt_one()
80 void crypto_cipher_encrypt_one(struct crypto_cipher *tfm, in crypto_cipher_encrypt_one()
87 void crypto_cipher_decrypt_one(struct crypto_cipher *tfm, in crypto_cipher_decrypt_one()
H A Dpcbc.c22 struct crypto_cipher *tfm) in crypto_pcbc_encrypt_segment()
44 struct crypto_cipher *tfm) in crypto_pcbc_encrypt_inplace()
67 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_pcbc_encrypt()
89 struct crypto_cipher *tfm) in crypto_pcbc_decrypt_segment()
111 struct crypto_cipher *tfm) in crypto_pcbc_decrypt_inplace()
134 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_pcbc_decrypt()
H A Decb.c17 struct crypto_cipher *cipher, in crypto_ecb_crypt()
47 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ecb_encrypt()
56 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ecb_decrypt()
H A Dcbc.c25 struct crypto_cipher *cipher; in crypto_cbc_encrypt_segment()
52 struct crypto_cipher *cipher; in crypto_cbc_encrypt_inplace()
100 struct crypto_cipher *cipher; in crypto_cbc_decrypt_segment()
130 struct crypto_cipher *cipher; in crypto_cbc_decrypt_inplace()
H A Dxcbc.c29 struct crypto_cipher *child;
92 struct crypto_cipher *tfm = tctx->child; in crypto_xcbc_digest_update()
138 struct crypto_cipher *tfm = tctx->child; in crypto_xcbc_digest_final()
169 struct crypto_cipher *cipher; in xcbc_init_tfm()
H A Dcmac.c30 struct crypto_cipher *child;
125 struct crypto_cipher *tfm = tctx->child; in crypto_cmac_digest_update()
171 struct crypto_cipher *tfm = tctx->child; in crypto_cmac_digest_final()
203 struct crypto_cipher *cipher; in cmac_init_tfm()
H A Dctr.c29 struct crypto_cipher *tfm) in crypto_ctr_crypt_final()
47 struct crypto_cipher *tfm) in crypto_ctr_crypt_segment()
73 struct crypto_cipher *tfm) in crypto_ctr_crypt_inplace()
102 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ctr_crypt()
H A Dkeywrap.c127 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_kw_decrypt()
196 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_kw_encrypt()
H A Dxts.c26 struct crypto_cipher *tweak;
46 struct crypto_cipher *tweak; in xts_setkey()
301 struct crypto_cipher *tweak; in xts_init_tfm()
H A Ddrbg.c1712 struct crypto_cipher *tfm = in drbg_fini_sym_kernel()
1713 (struct crypto_cipher *)drbg->priv_data; in drbg_fini_sym_kernel()
1734 struct crypto_cipher *tfm; in drbg_init_sym_kernel()
1794 struct crypto_cipher *tfm = in drbg_kcapi_symsetkey()
1795 (struct crypto_cipher *)drbg->priv_data; in drbg_kcapi_symsetkey()
1803 struct crypto_cipher *tfm = in drbg_kcapi_sym()
1804 (struct crypto_cipher *)drbg->priv_data; in drbg_kcapi_sym()
H A Dofb.c21 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ofb_crypt()
H A Dccm.c54 struct crypto_cipher *child;
804 struct crypto_cipher *tfm = tctx->child; in crypto_cbcmac_digest_update()
830 struct crypto_cipher *tfm = tctx->child; in crypto_cbcmac_digest_final()
843 struct crypto_cipher *cipher; in cbcmac_init_tfm()
H A Dadiantum.c72 struct crypto_cipher *blockcipher;
403 struct crypto_cipher *blockcipher; in adiantum_init_tfm()
H A Dessiv.c55 struct crypto_cipher *essiv_cipher;
268 struct crypto_cipher *essiv_cipher; in essiv_init_tfm()
/OK3568_Linux_fs/kernel/drivers/crypto/vmx/
H A Daes.c23 struct crypto_cipher *fallback;
31 struct crypto_cipher *fallback; in p8_aes_init()
44 crypto_cipher *) in p8_aes_init()
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dgeode-aes.h53 struct crypto_cipher *cip;
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-extended/corosync/corosync/
H A Dcorosync.conf13 crypto_cipher: none
/OK3568_Linux_fs/u-boot/drivers/crypto/
H A Dcrypto-uclass.su
/OK3568_Linux_fs/u-boot/spl/drivers/crypto/
H A Dcrypto-uclass.su
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dsec_ccmp.c52 struct crypto_cipher *tfm;
62 static inline void lib80211_ccmp_aes_encrypt(struct crypto_cipher *tfm, in lib80211_ccmp_aes_encrypt()
161 static void ccmp_init_blocks(struct crypto_cipher *tfm, in ccmp_init_blocks()
444 struct crypto_cipher *tfm = data->tfm; in lib80211_ccmp_set_key()
/OK3568_Linux_fs/u-boot/cmd/
H A Dcrypto.c382 ret = crypto_cipher(dev, ctx, plain, cipher, in test_cipher_perf()
519 ret = crypto_cipher(dev, &ctx, test_data->plain, in test_cipher_result()
538 ret = crypto_cipher(dev, &ctx, test_data->cipher, in test_cipher_result()
/OK3568_Linux_fs/u-boot/include/
H A Dcrypto.h245 int crypto_cipher(struct udevice *dev, cipher_context *ctx,
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Daes-neonbs-glue.c59 struct crypto_cipher *cts_tfm;
60 struct crypto_cipher *tweak_tfm;

12