Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dcrypto_user.c49 static struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact) in crypto_alg_match()
164 struct crypto_user_alg *ualg, struct sk_buff *skb) in crypto_report_one()
236 struct crypto_user_alg *ualg; in crypto_report_alg()
263 struct crypto_user_alg *p = nlmsg_data(in_nlh); in crypto_report()
339 struct crypto_user_alg *p = nlmsg_data(nlh); in crypto_update_alg()
375 struct crypto_user_alg *p = nlmsg_data(nlh); in crypto_del_alg()
414 struct crypto_user_alg *p = nlmsg_data(nlh); in crypto_add_alg()
467 [CRYPTO_MSG_NEWALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
468 [CRYPTO_MSG_DELALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
469 [CRYPTO_MSG_UPDATEALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
[all …]
/linux-4.19.296/include/uapi/linux/
Dcryptouser.h58 struct crypto_user_alg { struct
123 #define CRYPTO_REPORT_MAXSIZE (sizeof(struct crypto_user_alg) + \