Searched refs:ctxsize (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/crypto/ |
D | rng.c | 102 .ctxsize = crypto_rng_ctxsize,
|
D | aead.c | 158 .ctxsize = crypto_aead_ctxsize, 244 .ctxsize = crypto_aead_ctxsize,
|
D | ablkcipher.c | 430 .ctxsize = crypto_ablkcipher_ctxsize, 511 .ctxsize = crypto_ablkcipher_ctxsize,
|
D | api.c | 340 return len + type_obj->ctxsize(alg, type, mask); in crypto_ctxsize()
|
D | shash.c | 567 .ctxsize = crypto_shash_ctxsize,
|
D | blkcipher.c | 553 .ctxsize = crypto_blkcipher_ctxsize,
|
/linux-4.1.27/include/crypto/ |
D | algapi.h | 25 unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask); member
|