Home
last modified time | relevance | path

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

/crypto/
Decb.c16 struct crypto_cipher *cipher, in crypto_ecb_crypt()
46 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ecb_encrypt() local
55 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ecb_decrypt() local
Dcipher.c78 struct cipher_alg *cipher = &tfm->__crt_alg->cra_cipher; in cipher_encrypt_unaligned() local
92 struct cipher_alg *cipher = &tfm->__crt_alg->cra_cipher; in cipher_decrypt_unaligned() local
105 struct cipher_alg *cipher = &tfm->__crt_alg->cra_cipher; in crypto_init_cipher_ops() local
Dkeywrap.c126 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_kw_decrypt() local
195 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_kw_encrypt() local
Dpcbc.c66 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_pcbc_encrypt() local
133 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_pcbc_decrypt() local
Dofb.c20 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ofb_crypt() local
Dblkcipher.c371 struct blkcipher_alg *cipher = &tfm->__crt_alg->cra_blkcipher; in setkey_unaligned() local
392 struct blkcipher_alg *cipher = &tfm->__crt_alg->cra_blkcipher; in setkey() local
442 struct blkcipher_alg *cipher = &alg->cra_blkcipher; in crypto_blkcipher_ctxsize() local
Dctr.c101 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ctr_crypt() local
228 struct crypto_skcipher *cipher; in crypto_rfc3686_init_tfm() local
Dablkcipher.c298 struct ablkcipher_alg *cipher = crypto_ablkcipher_alg(tfm); in setkey_unaligned() local
320 struct ablkcipher_alg *cipher = crypto_ablkcipher_alg(tfm); in setkey() local
Dskcipher.c801 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in skcipher_setkey_unaligned() local
821 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in skcipher_setkey() local
1111 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in skcipher_setkey_simple() local
1128 struct crypto_cipher *cipher; in skcipher_init_tfm_simple() local
Dcmac.c202 struct crypto_cipher *cipher; in cmac_init_tfm() local
Dxcbc.c168 struct crypto_cipher *cipher; in xcbc_init_tfm() local
Dlrw.c269 struct crypto_skcipher *cipher; in init_tfm() local
Dvmac.c52 struct crypto_cipher *cipher; member
603 struct crypto_cipher *cipher; in vmac_init_tfm() local
Dcts.c292 struct crypto_skcipher *cipher; in crypto_cts_init_tfm() local
Dpcrypt.c161 struct crypto_aead *cipher; in pcrypt_aead_init_tfm() local
Dcryptd.c369 struct crypto_skcipher *cipher; in cryptd_skcipher_init_tfm() local
833 struct crypto_aead *cipher; in cryptd_aead_init_tfm() local
Dccm.c897 struct crypto_cipher *cipher; in cbcmac_init_tfm() local
Dtestmgr.c133 struct cipher_test_suite cipher; member