Searched refs:cra_cipher (Results 1 - 14 of 14) sorted by relevance

/linux-4.1.27/crypto/
H A Dcipher.c26 struct cipher_alg *cia = &tfm->__crt_alg->cra_cipher; setkey_unaligned()
48 struct cipher_alg *cia = &tfm->__crt_alg->cra_cipher; setkey()
82 struct cipher_alg *cipher = &tfm->__crt_alg->cra_cipher; cipher_encrypt_unaligned()
96 struct cipher_alg *cipher = &tfm->__crt_alg->cra_cipher; cipher_decrypt_unaligned()
109 struct cipher_alg *cipher = &tfm->__crt_alg->cra_cipher; crypto_init_cipher_ops()
H A Dproc.c112 alg->cra_cipher.cia_min_keysize); c_show()
114 alg->cra_cipher.cia_max_keysize); c_show()
H A Decb.c143 inst->alg.cra_blkcipher.min_keysize = alg->cra_cipher.cia_min_keysize; crypto_ecb_alloc()
144 inst->alg.cra_blkcipher.max_keysize = alg->cra_cipher.cia_max_keysize; crypto_ecb_alloc()
H A Dcbc.c247 inst->alg.cra_blkcipher.min_keysize = alg->cra_cipher.cia_min_keysize; crypto_cbc_alloc()
248 inst->alg.cra_blkcipher.max_keysize = alg->cra_cipher.cia_max_keysize; crypto_cbc_alloc()
H A Dlrw.c357 alg->cra_cipher.cia_min_keysize + alg->cra_blocksize; alloc()
359 alg->cra_cipher.cia_max_keysize + alg->cra_blocksize; alloc()
H A Dpcbc.c253 inst->alg.cra_blkcipher.min_keysize = alg->cra_cipher.cia_min_keysize; crypto_pcbc_alloc()
254 inst->alg.cra_blkcipher.max_keysize = alg->cra_cipher.cia_max_keysize; crypto_pcbc_alloc()
H A Dxts.c319 2 * alg->cra_cipher.cia_min_keysize; alloc()
321 2 * alg->cra_cipher.cia_max_keysize; alloc()
H A Dcrypto_user.c87 rcipher.min_keysize = alg->cra_cipher.cia_min_keysize; crypto_report_cipher()
88 rcipher.max_keysize = alg->cra_cipher.cia_max_keysize; crypto_report_cipher()
H A Dctr.c216 inst->alg.cra_blkcipher.min_keysize = alg->cra_cipher.cia_min_keysize; crypto_ctr_alloc()
217 inst->alg.cra_blkcipher.max_keysize = alg->cra_cipher.cia_max_keysize; crypto_ctr_alloc()
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_crypto.h99 #define cra_cipher cra_u.cipher macro
241 return tfm->__crt_alg->cra_cipher.cia_min_keysize; crypto_tfm_alg_min_keysize()
247 return tfm->__crt_alg->cra_cipher.cia_max_keysize; crypto_tfm_alg_max_keysize()
/linux-4.1.27/drivers/crypto/vmx/
H A Daes.c134 .cra_cipher = {
/linux-4.1.27/arch/arm64/crypto/
H A Daes-ce-cipher.c245 .cra_cipher = {
/linux-4.1.27/include/crypto/
H A Dalgapi.h288 return &crypto_cipher_tfm(tfm)->__crt_alg->cra_cipher; crypto_cipher_alg()
/linux-4.1.27/include/linux/
H A Dcrypto.h460 #define cra_cipher cra_u.cipher macro

Completed in 170 milliseconds