Searched refs:extsize (Results 1 – 11 of 11) sorted by relevance
/crypto/ |
D | acompress.c | 88 int extsize = crypto_alg_extsize(alg); in crypto_acomp_extsize() local 91 extsize += sizeof(struct crypto_scomp *); in crypto_acomp_extsize() 93 return extsize; in crypto_acomp_extsize() 123 .extsize = crypto_acomp_extsize,
|
D | sig.c | 59 .extsize = crypto_alg_extsize,
|
D | kpp.c | 93 .extsize = crypto_alg_extsize,
|
D | rng.c | 116 .extsize = crypto_alg_extsize,
|
D | scompress.c | 244 .extsize = crypto_alg_extsize,
|
D | akcipher.c | 98 .extsize = crypto_alg_extsize,
|
D | aead.c | 238 .extsize = crypto_alg_extsize,
|
D | api.c | 494 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_alloc_tfmmem()
|
D | ahash.c | 502 .extsize = crypto_ahash_extsize,
|
D | shash.c | 592 .extsize = crypto_alg_extsize,
|
D | skcipher.c | 773 .extsize = crypto_alg_extsize,
|