Searched refs:crypto_cipher (Results 1 – 25 of 26) sorted by relevance
12
21 struct crypto_cipher *tfm) in crypto_pcbc_encrypt_segment()43 struct crypto_cipher *tfm) in crypto_pcbc_encrypt_inplace()66 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_pcbc_encrypt()88 struct crypto_cipher *tfm) in crypto_pcbc_decrypt_segment()110 struct crypto_cipher *tfm) in crypto_pcbc_decrypt_inplace()133 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_pcbc_decrypt()
16 struct crypto_cipher *cipher, in crypto_ecb_crypt()46 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ecb_encrypt()55 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ecb_decrypt()
28 struct crypto_cipher *child;91 struct crypto_cipher *tfm = tctx->child; in crypto_xcbc_digest_update()137 struct crypto_cipher *tfm = tctx->child; in crypto_xcbc_digest_final()168 struct crypto_cipher *cipher; in xcbc_init_tfm()
29 struct crypto_cipher *child;124 struct crypto_cipher *tfm = tctx->child; in crypto_cmac_digest_update()170 struct crypto_cipher *tfm = tctx->child; in crypto_cmac_digest_final()202 struct crypto_cipher *cipher; in cmac_init_tfm()
28 struct crypto_cipher *tfm) in crypto_ctr_crypt_final()46 struct crypto_cipher *tfm) in crypto_ctr_crypt_segment()72 struct crypto_cipher *tfm) in crypto_ctr_crypt_inplace()101 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ctr_crypt()
126 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_kw_decrypt()195 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_kw_encrypt()
25 struct crypto_cipher *tweak;45 struct crypto_cipher *tweak; in setkey()301 struct crypto_cipher *tweak; in init_tfm()
20 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ofb_crypt()
1718 struct crypto_cipher *tfm = in drbg_fini_sym_kernel()1719 (struct crypto_cipher *)drbg->priv_data; in drbg_fini_sym_kernel()1740 struct crypto_cipher *tfm; in drbg_init_sym_kernel()1800 struct crypto_cipher *tfm = in drbg_kcapi_symsetkey()1801 (struct crypto_cipher *)drbg->priv_data; in drbg_kcapi_symsetkey()1809 struct crypto_cipher *tfm = in drbg_kcapi_sym()1810 (struct crypto_cipher *)drbg->priv_data; in drbg_kcapi_sym()
55 struct crypto_cipher *child;858 struct crypto_cipher *tfm = tctx->child; in crypto_cbcmac_digest_update()884 struct crypto_cipher *tfm = tctx->child; in crypto_cbcmac_digest_final()897 struct crypto_cipher *cipher; in cbcmac_init_tfm()
72 struct crypto_cipher *blockcipher;411 struct crypto_cipher *blockcipher; in adiantum_init_tfm()
54 struct crypto_cipher *essiv_cipher;286 struct crypto_cipher *essiv_cipher; in essiv_init_tfm()
46 struct crypto_cipher *tfm;
52 struct crypto_cipher *cipher;603 struct crypto_cipher *cipher; in vmac_init_tfm()
1111 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in skcipher_setkey_simple()1128 struct crypto_cipher *cipher; in skcipher_init_tfm_simple()
2347 static int test_cipher(struct crypto_cipher *tfm, int enc, in test_cipher()3239 struct crypto_cipher *tfm; in alg_test_cipher()
787 struct crypto_cipher { struct1618 static inline struct crypto_cipher *__crypto_cipher_cast(struct crypto_tfm *tfm) in __crypto_cipher_cast()1620 return (struct crypto_cipher *)tfm; in __crypto_cipher_cast()1623 static inline struct crypto_cipher *crypto_cipher_cast(struct crypto_tfm *tfm) in crypto_cipher_cast()1643 static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name, in crypto_alloc_cipher()1653 static inline struct crypto_tfm *crypto_cipher_tfm(struct crypto_cipher *tfm) in crypto_cipher_tfm()1662 static inline void crypto_free_cipher(struct crypto_cipher *tfm) in crypto_free_cipher()1686 static inline struct cipher_tfm *crypto_cipher_crt(struct crypto_cipher *tfm) in crypto_cipher_crt()1701 static inline unsigned int crypto_cipher_blocksize(struct crypto_cipher *tfm) in crypto_cipher_blocksize()1706 static inline unsigned int crypto_cipher_alignmask(struct crypto_cipher *tfm) in crypto_cipher_alignmask()[all …]
22 struct crypto_cipher *fallback;30 struct crypto_cipher *fallback; in p8_aes_init()43 crypto_cipher *) in p8_aes_init()
64 struct crypto_cipher *cip;
270 struct crypto_cipher *cipher; /* underlying block cipher */272 static inline struct crypto_cipher *
308 static inline struct crypto_cipher *crypto_spawn_cipher( in crypto_spawn_cipher()317 static inline struct cipher_alg *crypto_cipher_alg(struct crypto_cipher *tfm) in crypto_cipher_alg()
52 struct crypto_cipher *enc_tfm;57 struct crypto_cipher *cts_tfm;58 struct crypto_cipher *tweak_tfm;
170 struct crypto_cipher *ci_essiv_tfm;
153 struct crypto_cipher *essiv_tfm; in init_essiv_generator()
48 struct crypto_cipher *cip;