Lines Matching refs:crypto_user_alg
35 static struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact) in crypto_alg_match()
99 struct crypto_user_alg *ualg, struct sk_buff *skb) in crypto_report_one()
159 struct crypto_user_alg *ualg; in crypto_report_alg()
187 struct crypto_user_alg *p = nlmsg_data(in_nlh); in crypto_report()
263 struct crypto_user_alg *p = nlmsg_data(nlh); in crypto_update_alg()
299 struct crypto_user_alg *p = nlmsg_data(nlh); in crypto_del_alg()
339 struct crypto_user_alg *p = nlmsg_data(nlh); in crypto_add_alg()
399 [CRYPTO_MSG_NEWALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
400 [CRYPTO_MSG_DELALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
401 [CRYPTO_MSG_UPDATEALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
402 [CRYPTO_MSG_GETALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
404 [CRYPTO_MSG_GETSTAT - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),