Home
last modified time | relevance | path

Searched defs:cipher (Results 1 – 18 of 18) sorted by relevance

/crypto/
Decb.c16 static int crypto_ecb_crypt(struct crypto_cipher *cipher, const u8 *src, in crypto_ecb_crypt()
38 struct crypto_cipher *cipher = *ctx; in crypto_ecb_encrypt2() local
49 struct crypto_cipher *cipher = *ctx; in crypto_ecb_decrypt2() local
60 struct crypto_cipher *cipher = *ctx; in lskcipher_setkey_simple2() local
73 struct crypto_cipher *cipher; in lskcipher_init_tfm_simple2() local
Dkeywrap.c127 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_kw_decrypt() local
196 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_kw_encrypt() local
Dpcbc.c67 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_pcbc_encrypt() local
134 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_pcbc_decrypt() local
Dcbc.c58 struct crypto_lskcipher *cipher = *ctx; in crypto_cbc_encrypt() local
127 struct crypto_lskcipher *cipher = *ctx; in crypto_cbc_decrypt() local
Dlskcipher.c36 struct lskcipher_alg *cipher = crypto_lskcipher_alg(tfm); in lskcipher_setkey_unaligned() local
57 struct lskcipher_alg *cipher = crypto_lskcipher_alg(tfm); in crypto_lskcipher_setkey() local
428 struct crypto_lskcipher *cipher = lskcipher_cipher_simple(tfm); in lskcipher_setkey_simple() local
441 struct crypto_lskcipher *cipher; in lskcipher_init_tfm_simple() local
Dcmac.c199 struct crypto_cipher *cipher; in cmac_init_tfm() local
215 struct crypto_cipher *cipher; in cmac_clone_tfm() local
Dctr.c102 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ctr_crypt() local
223 struct crypto_skcipher *cipher; in crypto_rfc3686_init_tfm() local
Dcipher.c93 struct crypto_cipher *crypto_clone_cipher(struct crypto_cipher *cipher) in crypto_clone_cipher()
Dskcipher.c580 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in skcipher_setkey_unaligned() local
600 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in crypto_skcipher_setkey() local
982 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in skcipher_setkey_simple() local
995 struct crypto_cipher *cipher; in skcipher_init_tfm_simple() local
Dxctr.c103 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_xctr_crypt() local
Dxcbc.c164 struct crypto_cipher *cipher; in xcbc_init_tfm() local
Dlrw.c270 struct crypto_skcipher *cipher; in lrw_init_tfm() local
Dcts.c288 struct crypto_skcipher *cipher; in crypto_cts_init_tfm() local
Dvmac.c53 struct crypto_cipher *cipher; member
602 struct crypto_cipher *cipher; in vmac_init_tfm() local
Dpcrypt.c185 struct crypto_aead *cipher; in pcrypt_aead_init_tfm() local
Dcryptd.c345 struct crypto_skcipher *cipher; in cryptd_skcipher_init_tfm() local
839 struct crypto_aead *cipher; in cryptd_aead_init_tfm() local
Dccm.c838 struct crypto_cipher *cipher; in cbcmac_init_tfm() local
Dtestmgr.c148 struct cipher_test_suite cipher; member