Home
last modified time | relevance | path

Searched refs:extsize (Results 1 – 13 of 13) sorted by relevance

/crypto/
A Dacompress.c128 int extsize = crypto_alg_extsize(alg); in crypto_acomp_extsize() local
131 extsize += sizeof(struct crypto_scomp *); in crypto_acomp_extsize()
133 return extsize; in crypto_acomp_extsize()
137 .extsize = crypto_acomp_extsize,
A Dkpp.c70 .extsize = crypto_alg_extsize,
A Dsig.c64 .extsize = crypto_alg_extsize,
A Dinternal.h38 unsigned int (*extsize)(struct crypto_alg *alg); member
A Drng.c89 .extsize = crypto_alg_extsize,
A Dakcipher.c87 .extsize = crypto_alg_extsize,
A Daead.c176 .extsize = crypto_alg_extsize,
A Dscompress.c336 .extsize = crypto_alg_extsize,
A Dshash.c361 .extsize = crypto_alg_extsize,
A Dlskcipher.c284 .extsize = crypto_alg_extsize,
A Dskcipher.c361 .extsize = crypto_skcipher_extsize,
A Dapi.c512 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_alloc_tfmmem()
A Dahash.c803 .extsize = crypto_ahash_extsize,

Completed in 21 milliseconds