Lines Matching refs:type
77 strscpy(rcipher.type, "cipher", sizeof(rcipher.type)); in crypto_report_cipher()
109 strscpy(rl.type, "larval", sizeof(rl.type)); in crypto_report_one()
380 #define MSGSIZE(type) sizeof(struct type) argument
392 [CRYPTOCFGA_PRIORITY_VAL] = { .type = NLA_U32},
418 int type, err; in crypto_user_rcv_msg() local
420 type = nlh->nlmsg_type; in crypto_user_rcv_msg()
421 if (type > CRYPTO_MSG_MAX) in crypto_user_rcv_msg()
424 type -= CRYPTO_MSG_BASE; in crypto_user_rcv_msg()
425 link = &crypto_dispatch[type]; in crypto_user_rcv_msg()
427 if ((type == (CRYPTO_MSG_GETALG - CRYPTO_MSG_BASE) && in crypto_user_rcv_msg()
452 err = nlmsg_parse_deprecated(nlh, crypto_msg_min[type], attrs, in crypto_user_rcv_msg()