Home
last modified time | relevance | path

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

/crypto/
Dcipher.c82 struct cipher_alg *cipher = &tfm->__crt_alg->cra_cipher; in cipher_encrypt_unaligned() local
96 struct cipher_alg *cipher = &tfm->__crt_alg->cra_cipher; in cipher_decrypt_unaligned() local
109 struct cipher_alg *cipher = &tfm->__crt_alg->cra_cipher; in crypto_init_cipher_ops() local
Dblkcipher.c398 struct blkcipher_alg *cipher = &tfm->__crt_alg->cra_blkcipher; in setkey_unaligned() local
419 struct blkcipher_alg *cipher = &tfm->__crt_alg->cra_blkcipher; in setkey() local
469 struct blkcipher_alg *cipher = &alg->cra_blkcipher; in crypto_blkcipher_ctxsize() local
745 struct crypto_ablkcipher *cipher; in skcipher_geniv_init() local
Dccm.c26 struct crypto_spawn cipher; member
30 struct crypto_cipher *cipher; member
257 struct crypto_cipher *cipher = ctx->cipher; in crypto_ccm_auth() local
456 struct crypto_cipher *cipher; in crypto_ccm_init_tfm() local
513 struct crypto_alg *cipher; in crypto_ccm_create_common() local
Dctr.c163 struct crypto_cipher *cipher; in crypto_ctr_init_tfm() local
311 struct crypto_ablkcipher *cipher; in crypto_rfc3686_init_tfm() local
Decb.c102 struct crypto_cipher *cipher; in crypto_ecb_init_tfm() local
Dxcbc.c179 struct crypto_cipher *cipher; in xcbc_init_tfm() local
Dcmac.c205 struct crypto_cipher *cipher; in cmac_init_tfm() local
Dablkcipher.c305 struct ablkcipher_alg *cipher = crypto_ablkcipher_alg(tfm); in setkey_unaligned() local
327 struct ablkcipher_alg *cipher = crypto_ablkcipher_alg(tfm); in setkey() local
Dkeywrap.c326 struct crypto_cipher *cipher; in crypto_kw_init_tfm() local
Dpcbc.c202 struct crypto_cipher *cipher; in crypto_pcbc_init_tfm() local
Dxts.c243 struct crypto_cipher *cipher; in init_tfm() local
Dcts.c258 struct crypto_blkcipher *cipher; in crypto_cts_init_tfm() local
Dcbc.c198 struct crypto_cipher *cipher; in crypto_cbc_init_tfm() local
Dvmac.c51 struct crypto_cipher *cipher; member
579 struct crypto_cipher *cipher; in vmac_init_tfm() local
Dlrw.c303 struct crypto_cipher *cipher; in init_tfm() local
Dpcrypt.c231 struct crypto_aead *cipher; in pcrypt_aead_init_tfm() local
Dcryptd.c278 struct crypto_blkcipher *cipher; in cryptd_blkcipher_init_tfm() local
760 struct crypto_aead *cipher; in cryptd_aead_init_tfm() local
Dtestmgr.c134 struct cipher_test_suite cipher; member