Home
last modified time | relevance | path

Searched refs:CRYPTO_ALG_TYPE_ACOMPRESS (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/crypto/
H A Dacompress.c136 .type = CRYPTO_ALG_TYPE_ACOMPRESS,
203 base->cra_flags |= CRYPTO_ALG_TYPE_ACOMPRESS; in crypto_register_acomp()
H A Dtestmgr.c3694 if (algo_type == CRYPTO_ALG_TYPE_ACOMPRESS) { in alg_test_comp()
/openbmc/linux/include/crypto/
H A Dacompress.h183 type |= CRYPTO_ALG_TYPE_ACOMPRESS; in crypto_has_acomp()
/openbmc/linux/include/linux/
H A Dcrypto.h31 #define CRYPTO_ALG_TYPE_ACOMPRESS 0x0000000a macro