Searched refs:cra_blkcipher (Results 1 - 22 of 22) sorted by relevance

/linux-4.1.27/arch/x86/crypto/
H A Dfpu.c126 inst->alg.cra_blkcipher.ivsize = alg->cra_blkcipher.ivsize; crypto_fpu_alloc()
127 inst->alg.cra_blkcipher.min_keysize = alg->cra_blkcipher.min_keysize; crypto_fpu_alloc()
128 inst->alg.cra_blkcipher.max_keysize = alg->cra_blkcipher.max_keysize; crypto_fpu_alloc()
132 inst->alg.cra_blkcipher.setkey = crypto_fpu_setkey; crypto_fpu_alloc()
133 inst->alg.cra_blkcipher.encrypt = crypto_fpu_encrypt; crypto_fpu_alloc()
134 inst->alg.cra_blkcipher.decrypt = crypto_fpu_decrypt; crypto_fpu_alloc()
/linux-4.1.27/crypto/
H A Dblkcipher.c377 struct blkcipher_alg *cipher = &tfm->__crt_alg->cra_blkcipher; setkey_unaligned()
398 struct blkcipher_alg *cipher = &tfm->__crt_alg->cra_blkcipher; setkey()
421 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; async_encrypt()
435 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; async_decrypt()
448 struct blkcipher_alg *cipher = &alg->cra_blkcipher; crypto_blkcipher_ctxsize()
463 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; crypto_init_blkcipher_ops_async()
481 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; crypto_init_blkcipher_ops_sync()
499 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; crypto_init_blkcipher_ops()
516 strncpy(rblkcipher.geniv, alg->cra_blkcipher.geniv ?: "<default>", crypto_blkcipher_report()
520 rblkcipher.min_keysize = alg->cra_blkcipher.min_keysize; crypto_blkcipher_report()
521 rblkcipher.max_keysize = alg->cra_blkcipher.max_keysize; crypto_blkcipher_report()
522 rblkcipher.ivsize = alg->cra_blkcipher.ivsize; crypto_blkcipher_report()
545 seq_printf(m, "min keysize : %u\n", alg->cra_blkcipher.min_keysize); crypto_blkcipher_show()
546 seq_printf(m, "max keysize : %u\n", alg->cra_blkcipher.max_keysize); crypto_blkcipher_show()
547 seq_printf(m, "ivsize : %u\n", alg->cra_blkcipher.ivsize); crypto_blkcipher_show()
548 seq_printf(m, "geniv : %s\n", alg->cra_blkcipher.geniv ?: crypto_blkcipher_show()
633 balg.ivsize = alg->cra_blkcipher.ivsize; skcipher_geniv_alloc()
634 balg.min_keysize = alg->cra_blkcipher.min_keysize; skcipher_geniv_alloc()
635 balg.max_keysize = alg->cra_blkcipher.max_keysize; skcipher_geniv_alloc()
641 balg.geniv = alg->cra_blkcipher.geniv; skcipher_geniv_alloc()
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()
151 inst->alg.cra_blkcipher.setkey = crypto_ecb_setkey; crypto_ecb_alloc()
152 inst->alg.cra_blkcipher.encrypt = crypto_ecb_encrypt; crypto_ecb_alloc()
153 inst->alg.cra_blkcipher.decrypt = crypto_ecb_decrypt; crypto_ecb_alloc()
H A Dcts.c309 inst->alg.cra_blkcipher.ivsize = alg->cra_blocksize; crypto_cts_alloc()
310 inst->alg.cra_blkcipher.min_keysize = alg->cra_blkcipher.min_keysize; crypto_cts_alloc()
311 inst->alg.cra_blkcipher.max_keysize = alg->cra_blkcipher.max_keysize; crypto_cts_alloc()
318 inst->alg.cra_blkcipher.setkey = crypto_cts_setkey; crypto_cts_alloc()
319 inst->alg.cra_blkcipher.encrypt = crypto_cts_encrypt; crypto_cts_alloc()
320 inst->alg.cra_blkcipher.decrypt = crypto_cts_decrypt; crypto_cts_alloc()
H A Dcbc.c246 inst->alg.cra_blkcipher.ivsize = alg->cra_blocksize; crypto_cbc_alloc()
247 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()
255 inst->alg.cra_blkcipher.setkey = crypto_cbc_setkey; crypto_cbc_alloc()
256 inst->alg.cra_blkcipher.encrypt = crypto_cbc_encrypt; crypto_cbc_alloc()
257 inst->alg.cra_blkcipher.decrypt = crypto_cbc_decrypt; crypto_cbc_alloc()
H A Dlrw.c355 inst->alg.cra_blkcipher.ivsize = alg->cra_blocksize; alloc()
356 inst->alg.cra_blkcipher.min_keysize = alloc()
358 inst->alg.cra_blkcipher.max_keysize = alloc()
366 inst->alg.cra_blkcipher.setkey = setkey; alloc()
367 inst->alg.cra_blkcipher.encrypt = encrypt; alloc()
368 inst->alg.cra_blkcipher.decrypt = decrypt; alloc()
H A Dpcbc.c252 inst->alg.cra_blkcipher.ivsize = alg->cra_blocksize; crypto_pcbc_alloc()
253 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()
261 inst->alg.cra_blkcipher.setkey = crypto_pcbc_setkey; crypto_pcbc_alloc()
262 inst->alg.cra_blkcipher.encrypt = crypto_pcbc_encrypt; crypto_pcbc_alloc()
263 inst->alg.cra_blkcipher.decrypt = crypto_pcbc_decrypt; crypto_pcbc_alloc()
H A Dxts.c317 inst->alg.cra_blkcipher.ivsize = alg->cra_blocksize; alloc()
318 inst->alg.cra_blkcipher.min_keysize = alloc()
320 inst->alg.cra_blkcipher.max_keysize = alloc()
328 inst->alg.cra_blkcipher.setkey = setkey; alloc()
329 inst->alg.cra_blkcipher.encrypt = encrypt; alloc()
330 inst->alg.cra_blkcipher.decrypt = decrypt; alloc()
H A Dctr.c215 inst->alg.cra_blkcipher.ivsize = alg->cra_blocksize; crypto_ctr_alloc()
216 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()
224 inst->alg.cra_blkcipher.setkey = crypto_ctr_setkey; crypto_ctr_alloc()
225 inst->alg.cra_blkcipher.encrypt = crypto_ctr_crypt; crypto_ctr_alloc()
226 inst->alg.cra_blkcipher.decrypt = crypto_ctr_crypt; crypto_ctr_alloc()
228 inst->alg.cra_blkcipher.geniv = "chainiv"; crypto_ctr_alloc()
H A Dablkcipher.c523 CRYPTO_ALG_TYPE_BLKCIPHER ? alg->cra_blkcipher.ivsize : crypto_default_geniv()
577 geniv = alg->cra_blkcipher.geniv; crypto_givcipher_default()
627 CRYPTO_ALG_TYPE_BLKCIPHER ? alg->cra_blkcipher.ivsize : crypto_lookup_skcipher()
647 CRYPTO_ALG_TYPE_BLKCIPHER ? alg->cra_blkcipher.ivsize : crypto_lookup_skcipher()
H A Dcryptd.c367 inst->alg.cra_ablkcipher.ivsize = alg->cra_blkcipher.ivsize; cryptd_create_blkcipher()
368 inst->alg.cra_ablkcipher.min_keysize = alg->cra_blkcipher.min_keysize; cryptd_create_blkcipher()
369 inst->alg.cra_ablkcipher.max_keysize = alg->cra_blkcipher.max_keysize; cryptd_create_blkcipher()
371 inst->alg.cra_ablkcipher.geniv = alg->cra_blkcipher.geniv; cryptd_create_blkcipher()
H A Dalgboss.c254 CRYPTO_ALG_TYPE_BLKCIPHER ? alg->cra_blkcipher.ivsize : cryptomgr_schedule_test()
/linux-4.1.27/drivers/crypto/nx/
H A Dnx-aes-ctr.c158 .cra_blkcipher = {
179 .cra_blkcipher = {
H A Dnx-aes-cbc.c142 .cra_blkcipher = {
H A Dnx-aes-ecb.c142 .cra_blkcipher = {
/linux-4.1.27/arch/arm/crypto/
H A Daesbs-glue.c311 .cra_blkcipher = {
330 .cra_blkcipher = {
349 .cra_blkcipher = {
H A Daes-ce-glue.c364 .cra_blkcipher = {
383 .cra_blkcipher = {
402 .cra_blkcipher = {
421 .cra_blkcipher = {
/linux-4.1.27/arch/arm64/crypto/
H A Daes-glue.c294 .cra_blkcipher = {
313 .cra_blkcipher = {
332 .cra_blkcipher = {
351 .cra_blkcipher = {
/linux-4.1.27/drivers/crypto/vmx/
H A Daes_cbc.c178 .cra_blkcipher = {
H A Daes_ctr.c162 .cra_blkcipher = {
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
H A Dcapa.c82 return crypto_blkcipher_tfm(tfm)->__crt_alg->cra_blkcipher.min_keysize; ll_crypto_tfm_alg_min_keysize()
/linux-4.1.27/include/linux/
H A Dcrypto.h459 #define cra_blkcipher cra_u.blkcipher macro
1711 return &crypto_blkcipher_tfm(tfm)->__crt_alg->cra_blkcipher; crypto_blkcipher_alg()

Completed in 249 milliseconds