Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Dcrypto_user.c88 struct crypto_user_alg *ualg, struct sk_buff *skb) in crypto_report_one()
143 struct crypto_user_alg *ualg; in crypto_report_alg()
171 struct crypto_user_alg *p = nlmsg_data(in_nlh); in crypto_report()
247 struct crypto_user_alg *p = nlmsg_data(nlh); in crypto_update_alg()
283 struct crypto_user_alg *p = nlmsg_data(nlh); in crypto_del_alg()
323 struct crypto_user_alg *p = nlmsg_data(nlh); in crypto_add_alg()
383 [CRYPTO_MSG_NEWALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
384 [CRYPTO_MSG_DELALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
385 [CRYPTO_MSG_UPDATEALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
386 [CRYPTO_MSG_GETALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
[all …]
/linux-6.15/include/uapi/linux/
H A Dcryptouser.h73 struct crypto_user_alg { struct
215 #define CRYPTO_REPORT_MAXSIZE (sizeof(struct crypto_user_alg) + \