Home
last modified time | relevance | path

Searched refs:cra_blkcipher (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/crypto/
Dblkcipher.c371 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 …]
Dskcipher.c642 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()
/Linux-v5.4/include/crypto/internal/
Dskcipher.h187 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()
/Linux-v5.4/drivers/crypto/nx/
Dnx-aes-cbc.c130 .cra_blkcipher = {
Dnx-aes-ecb.c130 .cra_blkcipher = {
Dnx-aes-ctr.c146 .cra_blkcipher = {
/Linux-v5.4/include/crypto/
Dskcipher.h263 return alg->base.cra_blkcipher.ivsize; in crypto_skcipher_alg_ivsize()
/Linux-v5.4/include/linux/
Dcrypto.h454 #define cra_blkcipher cra_u.blkcipher macro
1387 return &crypto_blkcipher_tfm(tfm)->__crt_alg->cra_blkcipher; in crypto_blkcipher_alg()