Searched defs:etype (Results 1 - 25 of 53) sorted by relevance

123

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dvalid_enctype.c37 krb5_c_valid_enctype(krb5_enctype etype) argument
42 if (krb5_enctypes_list[i].etype == etype)
50 valid_enctype(krb5_enctype etype) argument
52 return krb5_c_valid_enctype (etype);
H A Dpkcs11slot.c19 get_algo(krb5_enctype etype, KRB5_MECH_TO_PKCS *algos) argument
21 switch (etype) {
82 get_key_type(krb5_enctype etype, CK_KEY_TYPE *keyType) argument
84 switch (etype) {
130 tempenctype = krb5_enctypes_list[i].etype;
138 krb5_enctypes_list[i].etype = -1;
162 krb5_enctypes_list[i].etype = -1;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dmandatory_sumtype.c35 krb5int_c_mandatory_cksumtype (krb5_context ctx, krb5_enctype etype, argument
41 if (krb5_enctypes_list[i].etype == etype) {
/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A D_getmessage.c54 short etype; local
74 etype = stoh(buf + MESG_TYPE);
75 if (etype < 0 || etype > LAST_MESSAGE)
81 if (etype != rtype)
92 fmt = _lp_msg_fmts[etype];
164 return(etype);
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_rr.c49 ushort_t etype; local
72 etype = ntohs(((struct ether_header *)pHdr)->ether_type);
74 if (etype == ETHERTYPE_VLAN)
76 etype = ntohs(((struct ether_vlan_header *)pHdr)->ether_type);
84 if (etype == ETHERTYPE_IP)
/illumos-gate/usr/src/boot/lib/libstand/
H A Drarp.c164 u_int16_t etype; /* host order */ local
171 n = readether(d, pkt, len, tleft, &etype);
181 if (etype != ETHERTYPE_REVARP) {
184 printf("bad type=0x%x\n", etype);
H A Dudp.c147 u_int16_t etype; /* host order */ local
157 n = readether(d, ip, len + sizeof(*ip) + sizeof(*uh), tleft, &etype);
164 if (etype == ETHERTYPE_ARP) {
173 if (etype != ETHERTYPE_IP) {
176 printf("readudp: not IP. ether_type=%x\n", etype);
H A Darp.c177 u_int16_t etype; /* host order */ local
184 n = readether(d, pkt, len, tleft, &etype);
194 if (etype != ETHERTYPE_ARP) {
197 printf("not arp type=%d\n", etype);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgic_keytab.c44 krb5_enctype etype,
57 /* if there's already a key of the correct etype, we're done.
58 if the etype is wrong, free the existing key, and make
62 if (as_key->enctype == etype)
69 if (!krb5_c_valid_enctype(etype))
75 etype, &kt_ent)) != NULL)
41 krb5_get_as_key_keytab( krb5_context context, krb5_principal client, krb5_enctype etype, krb5_prompter_fct prompter, void *prompter_data, krb5_data *salt, krb5_data *params, krb5_keyblock *as_key, void *gak_data) argument
H A Drd_req_dec.c354 /* no etype check needed */
358 int etype; local
361 etype = req->ticket->enc_part.enctype)) ||
363 etype = req->ticket->enc_part2->session->enctype)) ||
366 etype = (*auth_context)->authentp->subkey->enctype))) {
369 if (krb5_enctype_to_string(etype, enctype_name, sizeof(enctype_name)) == 0)
H A Dgic_pwd.c43 krb5_enctype etype,
61 /* If there's already a key of the correct etype, we're done.
62 If the etype is wrong, free the existing key, and make
70 if (as_key->enctype != etype) {
113 ret = krb5_c_string_to_key_with_params(context, etype, password, salt,
40 krb5_get_as_key_password( krb5_context context, krb5_principal client, krb5_enctype etype, krb5_prompter_fct prompter, void *prompter_data, krb5_data *salt, krb5_data *params, krb5_keyblock *as_key, void *gak_data) argument
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dexc.c209 ** etype -- type of exception.
237 sm_exc_vnew_x(etype, ap)
238 const SM_EXC_TYPE_T *etype;
252 SM_REQUIRE_ISA(etype, SmExcTypeMagic);
253 argc = strlen(etype->etype_argformat);
265 exc->exc_type = etype;
279 switch (etype->etype_argformat[i])
294 SM_REQUIRE(etype->etype_argformat[i+1] == '\0');
299 etype->etype_argformat[i]);
313 switch (etype
407 sm_exc_new_x( const SM_EXC_TYPE_T *etype, ...) argument
637 sm_exc_raisenew_x( const SM_EXC_TYPE_T *etype, ...) argument
[all...]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dldmain.c147 Half etype; local
300 * Call ld_start() with the etype of our output file and the
304 etype = ET_DYN;
306 etype = ET_REL;
308 etype = ET_EXEC;
310 ld_sup_start(ofl, etype, argv[0]);
H A Dsupport.c143 ld_sup_start(Ofl_desc *ofl, const Half etype, const char *caller) argument
151 (*flp->fl_fptr)(ofl->ofl_name, etype, caller);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_smhba.c234 pmcs_smhba_log_sysevent(pmcs_hw_t *pwp, char *subclass, char *etype, argument
261 if (strcmp(etype, SAS_PHY_ONLINE) == 0) {
289 if (strcmp(etype, SAS_PHY_ONLINE) == 0) {
294 if (nvlist_add_string(attr_list, SAS_EVENT_TYPE, etype) != 0)
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Devents.c182 events_new_event(char *name, int dtype, char *etype) argument
206 if (nvlist_add_string(event, DM_EV_TYPE, etype) != 0) {
/illumos-gate/usr/src/cmd/cron/
H A Dcron.h68 char etype; member in struct:message
H A Dfuncs.c153 cron_sendmsg(char action, char *login, char *fname, char etype) argument
173 pmsg->etype = etype;
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Ddo_tgs_req.c230 krb5_enctype etype; local
249 etype = request->second_ticket[st_idx]->enc_part2->session->enctype;
250 if (!krb5_c_valid_enctype(etype)) {
257 if (request->ktype[i] == etype) {
258 useenctype = etype;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_smhba.c230 mptsas_smhba_log_sysevent(mptsas_t *mpt, char *subclass, char *etype, argument
255 if (strcmp(etype, SAS_PHY_ONLINE) == 0) {
283 if (strcmp(etype, SAS_PHY_ONLINE) == 0) {
288 if (nvlist_add_string(attr_list, SAS_EVENT_TYPE, etype) != 0)
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Deventlog_svc.c390 logr_set_event_typeid(int le_pri, WORD *etype, DWORD *eid) argument
398 *etype = EVENTLOG_ERROR_TYPE;
402 *etype = EVENTLOG_WARNING_TYPE;
408 *etype = EVENTLOG_INFORMATION_TYPE;
412 *etype = EVENTLOG_SUCCESS;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_mip.c201 enum EXT_TYPE etype) {
228 if (!((etype == ADV && ext_type == ICMP_ADV_MSG_PADDING_EXT &&
234 if (etype == ADV) {
251 if (etype == ADV && ext_type == ICMP_ADV_MSG_PADDING_EXT) {
264 if (etype == ADV) {
199 interpret_extensions(uchar_t *ext, int regext_size, enum EXT_TYPE etype) argument
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgdbmerg.c729 int i, etype, itype, retcode; local
758 etype = itype = 0;
760 /* Set etype to that of the new entity */
763 etype = i+1;
776 if (itype == etype) {
787 if (etype != 4 && itype == 4) {
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dinit_ctx.c793 krb5_is_permitted_enctype(krb5_context context, krb5_enctype etype) argument
805 if (*ptr == etype)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_tx.c683 uint16_t etype; local
752 etype = ntohs(evh->ether_type);
758 etype = ntohs(eh->ether_type);
812 if (etype == ETHERTYPE_IP) {

Completed in 89 milliseconds

123