Home
last modified time | relevance | path

Searched refs:cru_type (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/crypto/
H A Dcrypto_user_base.c48 if ((q->cra_flags ^ p->cru_type) & p->cru_mask) in crypto_alg_match()
110 ualg->cru_type = 0; in crypto_report_one()
366 alg = crypto_alg_mod_lookup(name, p->cru_type, p->cru_mask); in crypto_add_alg()
H A Dcrypto_user_stat.c61 ualg->cru_type = 0; in crypto_reportstat_one()
/openbmc/linux/include/uapi/linux/
H A Dcryptouser.h76 __u32 cru_type; member