Home
last modified time | relevance | path

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

/include/crypto/internal/
Dblake2b.h27 blake2b_compress_t compress) in __blake2b_update() argument
35 (*compress)(state, state->buf, 1, BLAKE2B_BLOCK_SIZE); in __blake2b_update()
43 (*compress)(state, in, nblocks - 1, BLAKE2B_BLOCK_SIZE); in __blake2b_update()
52 blake2b_compress_t compress) in __blake2b_final() argument
59 (*compress)(state, state->buf, 1, state->buflen); in __blake2b_final()
98 blake2b_compress_t compress) in crypto_blake2b_update() argument
102 __blake2b_update(state, in, inlen, compress); in crypto_blake2b_update()
107 blake2b_compress_t compress) in crypto_blake2b_final() argument
111 __blake2b_final(state, out, compress); in crypto_blake2b_final()
Dscompress.h31 int (*compress)(struct crypto_scomp *tfm, const u8 *src, member
80 return crypto_scomp_alg(tfm)->compress(tfm, src, slen, dst, dlen, ctx); in crypto_scomp_compress()
/include/crypto/
Dacompress.h48 int (*compress)(struct acomp_req *req); member
77 int (*compress)(struct acomp_req *req); member
269 ret = tfm->compress(req); in crypto_acomp_compress()
/include/linux/
Dppp-comp.h50 int (*compress) (void *state, unsigned char *rptr, member
Dcrypto.h381 #define cra_compress cra_u.compress
489 struct compress_alg compress; member
503 struct crypto_istat_compress compress; member
/include/uapi/sound/
Dasoc.h525 __le32 compress; /* 1 = compressed; 0 = PCM */ member
625 __le32 compress; /* 1 = compressed; 0 = PCM */ member
/include/media/davinci/
Disif.h418 struct isif_compress compress; member