Searched refs:cra_blkcipher (Results 1 – 8 of 8) sorted by relevance
371 struct blkcipher_alg *cipher = &tfm->__crt_alg->cra_blkcipher; in setkey_unaligned()392 struct blkcipher_alg *cipher = &tfm->__crt_alg->cra_blkcipher; in setkey()415 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in async_encrypt()429 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in async_decrypt()442 struct blkcipher_alg *cipher = &alg->cra_blkcipher; in crypto_blkcipher_ctxsize()457 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in crypto_init_blkcipher_ops_async()471 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in crypto_init_blkcipher_ops_sync()489 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in crypto_init_blkcipher_ops()511 rblkcipher.min_keysize = alg->cra_blkcipher.min_keysize; in crypto_blkcipher_report()512 rblkcipher.max_keysize = alg->cra_blkcipher.max_keysize; in crypto_blkcipher_report()[all …]
642 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in skcipher_encrypt_blkcipher()651 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in skcipher_decrypt_blkcipher()690 skcipher->keysize = calg->cra_blkcipher.max_keysize; in crypto_init_skcipher_ops_blkcipher()
187 return alg->base.cra_blkcipher.min_keysize; in crypto_skcipher_alg_min_keysize()200 return alg->base.cra_blkcipher.max_keysize; in crypto_skcipher_alg_max_keysize()
130 .cra_blkcipher = {
146 .cra_blkcipher = {
263 return alg->base.cra_blkcipher.ivsize; in crypto_skcipher_alg_ivsize()
454 #define cra_blkcipher cra_u.blkcipher macro1387 return &crypto_blkcipher_tfm(tfm)->__crt_alg->cra_blkcipher; in crypto_blkcipher_alg()