Home
last modified time | relevance | path

Searched refs:cra_ablkcipher (Results 1 – 4 of 4) sorted by relevance

/include/crypto/internal/
Dskcipher.h189 if (alg->base.cra_ablkcipher.encrypt) in crypto_skcipher_alg_min_keysize()
190 return alg->base.cra_ablkcipher.min_keysize; in crypto_skcipher_alg_min_keysize()
202 if (alg->base.cra_ablkcipher.encrypt) in crypto_skcipher_alg_max_keysize()
203 return alg->base.cra_ablkcipher.max_keysize; in crypto_skcipher_alg_max_keysize()
215 if (alg->base.cra_ablkcipher.encrypt) in crypto_skcipher_alg_walksize()
/include/crypto/
Dskcipher.h267 if (alg->base.cra_ablkcipher.encrypt) in crypto_skcipher_alg_ivsize()
268 return alg->base.cra_ablkcipher.ivsize; in crypto_skcipher_alg_ivsize()
316 if (alg->base.cra_ablkcipher.encrypt) in crypto_skcipher_alg_chunksize()
Dalgapi.h276 return &crypto_ablkcipher_tfm(tfm)->__crt_alg->cra_ablkcipher; in crypto_ablkcipher_alg()
/include/linux/
Dcrypto.h453 #define cra_ablkcipher cra_u.ablkcipher macro