Home
last modified time | relevance | path

Searched defs:slen (Results 1 – 8 of 8) sorted by relevance

/crypto/
Dcompress.c21 const u8 *src, unsigned int slen, in crypto_compress()
29 const u8 *src, unsigned int slen, in crypto_decompress()
Dlzo.c48 unsigned int slen, u8 *dst, unsigned int *dlen) in lzo_compress()
64 unsigned int slen, u8 *dst, unsigned int *dlen) in lzo_decompress()
D842.c78 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()
Ddeflate.c128 unsigned int slen, u8 *dst, unsigned int *dlen) in deflate_compress()
157 unsigned int slen, u8 *dst, unsigned int *dlen) in deflate_decompress()
Dkrng.c25 static int krng_reset(struct crypto_rng *tfm, u8 *seed, unsigned int slen) in krng_reset()
Dansi_cprng.c366 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()
Drng.c32 static int rngapi_reset(struct crypto_rng *tfm, u8 *seed, unsigned int slen) in rngapi_reset()
Dcrypto_null.c33 unsigned int slen, u8 *dst, unsigned int *dlen) in null_compress()