Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dcrypto_user.c57 if ((q->cra_flags ^ p->cru_type) & p->cru_mask) in crypto_alg_match()
138 ualg->cru_type = 0; in crypto_report_one()
419 switch (p->cru_type & p->cru_mask & CRYPTO_ALG_TYPE_MASK) { in crypto_add_alg()
423 alg = crypto_user_skcipher_alg(name, p->cru_type, p->cru_mask); in crypto_add_alg()
426 alg = crypto_alg_mod_lookup(name, p->cru_type, p->cru_mask); in crypto_add_alg()
/linux-4.4.14/include/uapi/linux/
Dcryptouser.h57 __u32 cru_type; member