Lines Matching refs:crypto_user_alg
36 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()
262 struct crypto_user_alg *p = nlmsg_data(nlh); in crypto_update_alg()
298 struct crypto_user_alg *p = nlmsg_data(nlh); in crypto_del_alg()
337 struct crypto_user_alg *p = nlmsg_data(nlh); in crypto_add_alg()
390 [CRYPTO_MSG_NEWALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
391 [CRYPTO_MSG_DELALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
392 [CRYPTO_MSG_UPDATEALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
393 [CRYPTO_MSG_GETALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
395 [CRYPTO_MSG_GETSTAT - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),