/titanic_50/usr/src/lib/libipsecutil/common/ |
H A D | algs.c | 229 protos[i].proto_num, protos[i].proto_name)); in write_new_algfile() 342 proto_setup(ipsec_proto_t **protos, int *num_protos, int proto_num, in proto_setup() argument 355 if (current_proto->proto_num == proto_num) { in proto_setup() 575 delipsecalgbyname(const char *name, int proto_num) in delipsecalgbyname() argument 580 if ((current_proto = proto_setup(&protos, &num_protos, proto_num, in delipsecalgbyname() 595 delipsecalgbynum(int alg_num, int proto_num) in delipsecalgbynum() argument 601 if ((current_proto = proto_setup(&protos, &num_protos, proto_num, in delipsecalgbynum() 650 addipsecproto(const char *proto_name, int proto_num, in addipsecproto() argument 661 current_proto = proto_setup(&protos, &num_protos, proto_num, B_FALSE); in addipsecproto() 700 new_proto->proto_num = proto_num; in addipsecproto() [all …]
|
H A D | ipsec_util.h | 288 int proto_num; member
|
H A D | ipsec_util.c | 421 dump_generic_alg(uint8_t alg_num, int proto_num, FILE *where) in dump_generic_alg() argument 425 alg = getipsecalgbynum(alg_num, proto_num, NULL); in dump_generic_alg() 3299 rparsealg(uint8_t alg, int proto_num) in rparsealg() argument 3306 holder = getipsecalgbynum(alg, proto_num, NULL); in rparsealg()
|
/titanic_50/usr/src/lib/libnsl/ipsec/ |
H A D | algs.c | 272 new_proto->proto_num = new_num; in build_list() 310 if (new_proto->proto_num == new_num) in build_list() 344 new_proto->proto_num); in build_list() 355 new_proto->proto_num); in build_list() 366 new_proto->proto_num); in build_list() 387 alg_num, new_proto->proto_num); in build_list() 401 alg_num, new_proto->proto_num); in build_list() 433 alg_num, new_proto->proto_num); in build_list() 758 findprotobynum(int proto_num) in findprotobynum() argument 763 if (protos[i].proto_num == proto_num) in findprotobynum() [all …]
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_dhchap.h | 423 uint32_t proto_num; /* set to 0x5 */ member 444 uint32_t proto_num; /* set to 0x5 */ member 467 uint32_t proto_num; /* set to 0x5 */ member 488 uint32_t proto_num; /* set to 0x5 */ member 504 uint32_t proto_num; /* set to 0x5 */ member
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipsecalgs.c | 212 synch_emit_proto(uint_t proto_num) in synch_emit_proto() argument 217 EMIT(sync_req_attr, SPD_ATTR_PROTO_ID, proto_num); in synch_emit_proto() 220 if (ipsecproto_get_exec_mode(proto_num, &exec_mode) != 0) { in synch_emit_proto() 222 "proto %d"), proto_num); in synch_emit_proto()
|
H A D | ipseckey.c | 625 parsealg(char *alg, int proto_num, char *ebuf) in parsealg() argument 636 algent = getipsecalgbyname(alg, proto_num, NULL); in parsealg() 660 if (proto_num == IPSEC_PROTO_ESP) { in parsealg()
|
H A D | ipsecconf.c | 1722 print_alg(const char *tag, algreq_t *algreq, int proto_num) in print_alg() argument 1735 alg = getipsecalgbynum(algreq->alg_id, proto_num, NULL); in print_alg() 3452 valid_algorithm(int proto_num, const char *str) in valid_algorithm() argument 3462 alg = getipsecalgbyname(str, proto_num, NULL); in valid_algorithm()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
H A D | ifconfig.c | 1109 rparsealg(uint8_t alg_value, int proto_num) in rparsealg() argument 1119 if (proto_num == IPSEC_PROTO_AH) { in rparsealg() 1126 alg = getipsecalgbynum(alg_value, proto_num, NULL); in rparsealg() 1138 parsealg(char *algname, int proto_num) in parsealg() argument 1154 return ((proto_num == IPSEC_PROTO_ESP) ? in parsealg() 1157 if ((strcasecmp("any", algname) == 0) && (proto_num == IPSEC_PROTO_AH)) in parsealg() 1160 alg = getipsecalgbyname(algname, proto_num, NULL); in parsealg() 1176 (proto_num == IPSEC_PROTO_ESP) ? in parsealg()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_dhchap.c | 1677 ap1->params.proto_num = AUTH_PROTO_NUM; in emlxs_issue_auth_negotiate() 1737 ap2->params.proto_num = AUTH_PROTO_NUM; in emlxs_issue_auth_negotiate() 1803 null_ap1->params.proto_num = AUTH_PROTO_NUM; in emlxs_issue_auth_negotiate() 1822 null_ap2->params.proto_num = AUTH_PROTO_NUM; in emlxs_issue_auth_negotiate()
|