Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dcrypto_user_base.c36 struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact) in crypto_alg_match()
100 struct crypto_user_alg *ualg, struct sk_buff *skb) in crypto_report_one()
160 struct crypto_user_alg *ualg; in crypto_report_alg()
188 struct crypto_user_alg *p = nlmsg_data(in_nlh); in crypto_report()
264 struct crypto_user_alg *p = nlmsg_data(nlh); in crypto_update_alg()
300 struct crypto_user_alg *p = nlmsg_data(nlh); in crypto_del_alg()
340 struct crypto_user_alg *p = nlmsg_data(nlh); in crypto_add_alg()
393 [CRYPTO_MSG_NEWALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
394 [CRYPTO_MSG_DELALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
396 [CRYPTO_MSG_GETALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
[all …]
H A Dcrypto_user_stat.c50 struct crypto_user_alg *ualg, in crypto_reportstat_one()
112 struct crypto_user_alg *ualg; in crypto_reportstat_alg()
140 struct crypto_user_alg *p = nlmsg_data(in_nlh); in crypto_reportstat()
/openbmc/linux/include/uapi/linux/
H A Dcryptouser.h72 struct crypto_user_alg { struct
202 #define CRYPTO_REPORT_MAXSIZE (sizeof(struct crypto_user_alg) + \
/openbmc/linux/include/crypto/internal/
H A Dcryptouser.h5 struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact);