Home
last modified time | relevance | path

Searched refs:cra_blocksize (Results 1 – 3 of 3) sorted by relevance

/include/crypto/internal/
Dskcipher.h213 return alg->base.cra_blocksize; in crypto_skcipher_alg_walksize()
216 return alg->base.cra_blocksize; in crypto_skcipher_alg_walksize()
/include/crypto/
Dskcipher.h312 return alg->base.cra_blocksize; in crypto_skcipher_alg_chunksize()
315 return alg->base.cra_blocksize; in crypto_skcipher_alg_chunksize()
/include/linux/
Dcrypto.h555 unsigned int cra_blocksize; member
860 return tfm->__crt_alg->cra_blocksize; in crypto_tfm_alg_blocksize()