Searched defs:slen (Results 1 – 8 of 8) sorted by relevance
/crypto/ |
D | compress.c | 21 const u8 *src, unsigned int slen, in crypto_compress() 29 const u8 *src, unsigned int slen, in crypto_decompress()
|
D | lzo.c | 48 unsigned int slen, u8 *dst, unsigned int *dlen) in lzo_compress() 64 unsigned int slen, u8 *dst, unsigned int *dlen) in lzo_decompress()
|
D | 842.c | 78 unsigned int slen, u8 *dst, unsigned int *dlen) in nx842_crypto_compress() 120 unsigned int slen, u8 *dst, unsigned int *dlen) in nx842_crypto_decompress()
|
D | deflate.c | 128 unsigned int slen, u8 *dst, unsigned int *dlen) in deflate_compress() 157 unsigned int slen, u8 *dst, unsigned int *dlen) in deflate_decompress()
|
D | krng.c | 25 static int krng_reset(struct crypto_rng *tfm, u8 *seed, unsigned int slen) in krng_reset()
|
D | ansi_cprng.c | 366 static int cprng_reset(struct crypto_rng *tfm, u8 *seed, unsigned int slen) in cprng_reset() 394 static int fips_cprng_reset(struct crypto_rng *tfm, u8 *seed, unsigned int slen) in fips_cprng_reset()
|
D | rng.c | 32 static int rngapi_reset(struct crypto_rng *tfm, u8 *seed, unsigned int slen) in rngapi_reset()
|
D | crypto_null.c | 33 unsigned int slen, u8 *dst, unsigned int *dlen) in null_compress()
|