Home
last modified time | relevance | path

Searched refs:gzip_head (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/hisilicon/zip/
H A Dzip_crypto.c41 static const u8 gzip_head[HZIP_GZIP_HEAD_SIZE] = { variable
62 ((req_type) == HZIP_ALG_TYPE_GZIP) ? sizeof(gzip_head) : 0) \
66 ((req_type) == HZIP_ALG_TYPE_GZIP) ? gzip_head : NULL) \
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/zip/
H A Dzip_crypto.c46 static const u8 gzip_head[HZIP_GZIP_HEAD_SIZE] = { variable
67 ((req_type) == HZIP_ALG_TYPE_GZIP) ? sizeof(gzip_head) : 0) \
71 ((req_type) == HZIP_ALG_TYPE_GZIP) ? gzip_head : NULL) \

Completed in 3 milliseconds