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

/linux-4.1.27/crypto/
H A Dcrypto_user.c47 static struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact) crypto_alg_match()
114 struct crypto_user_alg *ualg, struct sk_buff *skb) crypto_report_one()
172 struct crypto_user_alg *ualg; crypto_report_alg()
199 struct crypto_user_alg *p = nlmsg_data(in_nlh); crypto_report()
270 struct crypto_user_alg *p = nlmsg_data(nlh); crypto_update_alg()
306 struct crypto_user_alg *p = nlmsg_data(nlh); crypto_del_alg()
399 struct crypto_user_alg *p = nlmsg_data(nlh); crypto_add_alg()
456 [CRYPTO_MSG_NEWALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
457 [CRYPTO_MSG_DELALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
458 [CRYPTO_MSG_UPDATEALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
459 [CRYPTO_MSG_GETALG - CRYPTO_MSG_BASE] = MSGSIZE(crypto_user_alg),
/linux-4.1.27/include/linux/
H A Dcryptouser.h51 struct crypto_user_alg { struct
104 #define CRYPTO_REPORT_MAXSIZE (sizeof(struct crypto_user_alg) + \

Completed in 68 milliseconds