Home
last modified time | relevance | path

Searched refs:ctxsize (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/crypto/
Drng.c102 .ctxsize = crypto_rng_ctxsize,
Daead.c158 .ctxsize = crypto_aead_ctxsize,
244 .ctxsize = crypto_aead_ctxsize,
Dablkcipher.c430 .ctxsize = crypto_ablkcipher_ctxsize,
511 .ctxsize = crypto_ablkcipher_ctxsize,
Dapi.c340 return len + type_obj->ctxsize(alg, type, mask); in crypto_ctxsize()
Dshash.c567 .ctxsize = crypto_shash_ctxsize,
Dblkcipher.c553 .ctxsize = crypto_blkcipher_ctxsize,
/linux-4.1.27/include/crypto/
Dalgapi.h25 unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask); member