Searched refs:CRYPTO_ALG_TYPE_COMPRESS (Results 1 – 18 of 18) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | crypto.h | 25 #define CRYPTO_ALG_TYPE_COMPRESS 0x00000002 macro 505 type |= CRYPTO_ALG_TYPE_COMPRESS; in crypto_alloc_comp() 524 type |= CRYPTO_ALG_TYPE_COMPRESS; in crypto_has_comp()
|
/openbmc/linux/crypto/ |
H A D | proc.c | 78 case CRYPTO_ALG_TYPE_COMPRESS: in c_show()
|
H A D | 842.c | 99 .cra_flags = CRYPTO_ALG_TYPE_COMPRESS,
|
H A D | lz4.c | 110 .cra_flags = CRYPTO_ALG_TYPE_COMPRESS,
|
H A D | lz4hc.c | 111 .cra_flags = CRYPTO_ALG_TYPE_COMPRESS,
|
H A D | lzo.c | 113 .cra_flags = CRYPTO_ALG_TYPE_COMPRESS,
|
H A D | lzo-rle.c | 113 .cra_flags = CRYPTO_ALG_TYPE_COMPRESS,
|
H A D | crypto_null.c | 140 .cra_flags = CRYPTO_ALG_TYPE_COMPRESS,
|
H A D | crypto_user_stat.c | 89 case CRYPTO_ALG_TYPE_COMPRESS: in crypto_reportstat_one()
|
H A D | zstd.c | 210 .cra_flags = CRYPTO_ALG_TYPE_COMPRESS,
|
H A D | deflate.c | 279 .cra_flags = CRYPTO_ALG_TYPE_COMPRESS,
|
H A D | crypto_user_base.c | 140 case CRYPTO_ALG_TYPE_COMPRESS: in crypto_report_one()
|
H A D | api.c | 373 case CRYPTO_ALG_TYPE_COMPRESS: in crypto_ctxsize()
|
/openbmc/linux/drivers/crypto/cavium/zip/ |
H A D | zip_main.c | 377 .cra_flags = CRYPTO_ALG_TYPE_COMPRESS, 392 .cra_flags = CRYPTO_ALG_TYPE_COMPRESS,
|
/openbmc/linux/Documentation/crypto/ |
H A D | architecture.rst | 199 - CRYPTO_ALG_TYPE_COMPRESS Compression 218 CRYPTO_ALG_TYPE_COMPRESS allowing for segmented compression / 221 CRYPTO_ALG_TYPE_COMPRESS once existing consumers are converted.
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_algo.c | 677 .type = CRYPTO_ALG_TYPE_COMPRESS,
|
/openbmc/linux/drivers/crypto/nx/ |
H A D | nx-common-powernv.c | 1043 .cra_flags = CRYPTO_ALG_TYPE_COMPRESS,
|
H A D | nx-common-pseries.c | 1020 .cra_flags = CRYPTO_ALG_TYPE_COMPRESS,
|