| /trueos/usr.sbin/ppp/ |
| HD | auth.h | 33 struct authinfo; 34 typedef void (*auth_func)(struct authinfo *); 36 struct authinfo { struct 59 extern void auth_Init(struct authinfo *, struct physical *, argument 61 extern void auth_StopTimer(struct authinfo *); 62 extern void auth_StartReq(struct authinfo *); 67 extern struct mbuf *auth_ReadHeader(struct authinfo *, struct mbuf *); 68 extern struct mbuf *auth_ReadName(struct authinfo *, struct mbuf *, size_t);
|
| HD | auth.c | 390 struct authinfo *authp = (struct authinfo *)vauthp; in AuthTimeout() 404 auth_Init(struct authinfo *authp, struct physical *p, auth_func req, in auth_Init() 407 memset(authp, '\0', sizeof(struct authinfo)); in auth_Init() 418 auth_StartReq(struct authinfo *authp) in auth_StartReq() 432 auth_StopTimer(struct authinfo *authp) in auth_StopTimer() 438 auth_ReadHeader(struct authinfo *authp, struct mbuf *bp) in auth_ReadHeader() 461 auth_ReadName(struct authinfo *authp, struct mbuf *bp, size_t len) in auth_ReadName()
|
| HD | pap.c | 83 pap_Req(struct authinfo *authp) in pap_Req() 114 SendPapCode(struct authinfo *authp, int code, const char *message) in SendPapCode() 143 pap_Success(struct authinfo *authp) in pap_Success() 167 pap_Failure(struct authinfo *authp) in pap_Failure() 174 pap_Init(struct authinfo *pap, struct physical *p) in pap_Init() 183 struct authinfo *authp = &p->dl->pap; in pap_Input()
|
| HD | pap.h | 37 struct authinfo; 39 extern void pap_Init(struct authinfo *, struct physical *);
|
| HD | radius.h | 46 struct authinfo *auth; /* Tell this about success/failure */ 113 extern int radius_Authenticate(struct radius *, struct authinfo *,
|
| HD | chap.h | 49 struct authinfo auth;
|
| HD | datalink.h | 116 struct authinfo pap; /* Authentication using pap */
|
| HD | chap.c | 487 chap_ChallengeInit(struct authinfo *authp) in chap_ChallengeInit() 524 chap_Challenge(struct authinfo *authp) in chap_Challenge() 549 chap_Success(struct authinfo *authp) in chap_Success() 589 chap_Failure(struct authinfo *authp) in chap_Failure()
|
| HD | radius.c | 893 radius_Authenticate(struct radius *r, struct authinfo *authp, const char *name, in radius_Authenticate()
|
| /trueos/sys/netinet/ |
| HD | sctp_auth.c | 800 sctp_free_authinfo(sctp_authinfo_t * authinfo) in sctp_free_authinfo() argument 802 if (authinfo == NULL) in sctp_free_authinfo() 805 if (authinfo->random != NULL) in sctp_free_authinfo() 806 sctp_free_key(authinfo->random); in sctp_free_authinfo() 807 if (authinfo->peer_random != NULL) in sctp_free_authinfo() 808 sctp_free_key(authinfo->peer_random); in sctp_free_authinfo() 809 if (authinfo->assoc_key != NULL) in sctp_free_authinfo() 810 sctp_free_key(authinfo->assoc_key); in sctp_free_authinfo() 811 if (authinfo->recv_key != NULL) in sctp_free_authinfo() 812 sctp_free_key(authinfo->recv_key); in sctp_free_authinfo() [all …]
|
| HD | sctp_auth.h | 171 extern void sctp_free_authinfo(sctp_authinfo_t * authinfo);
|
| HD | sctp_output.c | 3475 struct sctp_authinfo authinfo; in sctp_find_cmsg() local 3549 …_copydata(control, at + CMSG_ALIGN(sizeof(cmh)), sizeof(struct sctp_authinfo), (caddr_t)&authinfo); in sctp_find_cmsg() 3551 sndrcvinfo->sinfo_keynumber = authinfo.auth_keynumber; in sctp_find_cmsg() 4823 if (stcb->asoc.authinfo.random != NULL) { in sctp_send_initiate() 4832 parameter_len = (uint16_t) sizeof(struct sctp_auth_random) + stcb->asoc.authinfo.random_len; in sctp_send_initiate() 4834 memcpy(randp, stcb->asoc.authinfo.random->key, parameter_len); in sctp_send_initiate() 6342 sp->auth_keyid = stcb->asoc.authinfo.active_keyid; in sctp_msg_append() 7771 auth_keyid = stcb->asoc.authinfo.active_keyid; in sctp_med_chunk_output() 8130 stcb->asoc.authinfo.active_keyid, in sctp_med_chunk_output() 8405 stcb->asoc.authinfo.active_keyid, in sctp_med_chunk_output() [all …]
|
| HD | sctp_structs.h | 1069 sctp_authinfo_t authinfo; /* randoms, cached keys */ member
|
| HD | sctp_pcb.c | 5168 sctp_free_authinfo(&asoc->authinfo); in sctp_free_assoc() 6686 if (stcb->asoc.authinfo.peer_random != NULL) in sctp_load_addresses_from_init() 6687 sctp_free_key(stcb->asoc.authinfo.peer_random); in sctp_load_addresses_from_init() 6688 stcb->asoc.authinfo.peer_random = new_key; in sctp_load_addresses_from_init() 6689 sctp_clear_cachedkeys(stcb, stcb->asoc.authinfo.assoc_keyid); in sctp_load_addresses_from_init() 6690 sctp_clear_cachedkeys(stcb, stcb->asoc.authinfo.recv_keyid); in sctp_load_addresses_from_init()
|
| HD | sctputil.c | 1127 asoc->authinfo.random = NULL; in sctp_init_asoc() 1128 asoc->authinfo.active_keyid = 0; in sctp_init_asoc() 1129 asoc->authinfo.assoc_key = NULL; in sctp_init_asoc() 1130 asoc->authinfo.assoc_keyid = 0; in sctp_init_asoc() 1131 asoc->authinfo.recv_key = NULL; in sctp_init_asoc() 1132 asoc->authinfo.recv_keyid = 0; in sctp_init_asoc()
|
| HD | sctp_usrreq.c | 2950 scact->scact_keynumber = stcb->asoc.authinfo.active_keyid;
|
| /trueos/contrib/sendmail/cf/feature/ |
| HD | authinfo.m4 | 13 VERSIONID(`$Id: authinfo.m4,v 1.10 2013-11-22 20:51:11 ca Exp $') 19 # authinfo list database: contains info for authentication as client 20 Kauthinfo ifelse(defn(`_ARG_'), `', DATABASE_MAP_TYPE MAIL_SETTINGS_DIR`authinfo', 21 …ACluster=${sendmailMTACluster})(sendmailMTAHost=$j))(sendmailMTAMapName=authinfo)(sendmailMTAKey=%…
|
| /trueos/sys/cam/scsi/ |
| HD | scsi_cd.c | 260 struct dvd_authinfo *authinfo); 262 struct dvd_authinfo *authinfo); 2126 struct dvd_authinfo *authinfo; in cdioctl() local 2128 authinfo = (struct dvd_authinfo *)addr; in cdioctl() 2131 error = cdreportkey(periph, authinfo); in cdioctl() 2133 error = cdsendkey(periph, authinfo); in cdioctl() 3203 cdreportkey(struct cam_periph *periph, struct dvd_authinfo *authinfo) in cdreportkey() argument 3215 switch (authinfo->format) { in cdreportkey() 3228 lba = authinfo->lba; in cdreportkey() 3256 /* agid */ authinfo->agid, in cdreportkey() [all …]
|
| /trueos/usr.sbin/lpr/common_source/ |
| HD | request.c | 70 if (rp->authinfo) in free_request() 71 free(rp->authinfo); in free_request()
|
| HD | lp.h | 139 void *authinfo; /* authentication information */ member
|
| /trueos/contrib/sendmail/src/ |
| HD | main.c | 177 char *authinfo = NULL; local 1391 authinfo = getauthinfo(STDIN_FILENO, &forged); 1392 macdefine(&BlankEnvelope.e_macro, A_TEMP, '_', authinfo); 2569 authinfo = getauthinfo(sm_io_getinfo(InChannel, SM_IO_WHAT_FD, 2571 macdefine(&BlankEnvelope.e_macro, A_TEMP, '_', authinfo); 2586 sm_syslog(LOG_INFO, NULL, "connect from %s", authinfo);
|
| /trueos/contrib/ntp/ntpdc/ |
| HD | ntpdc_ops.c | 68 static void authinfo P((struct parse *, FILE *)); 176 { "authinfo", authinfo, { NO, NO, NO, NO }, 2324 authinfo( in authinfo() function
|
| /trueos/contrib/sendmail/cf/m4/ |
| HD | proto.m4 | 2929 ### authinfo: lookup authinfo in the access map 2944 R$* $: <$(authinfo AuthInfo:$&{server_name} $: ? $)> 2945 R<?> $: <$(authinfo AuthInfo:$&{server_addr} $: ? $)> 2946 R<?> $: <$(authinfo AuthInfo: $: ? $)> 2947 R<?> $@ no no authinfo available 2954 R$* $| <?>$* $@ no no authinfo available
|
| /trueos/contrib/sendmail/cf/ |
| HD | README | 1382 authinfo Provide a separate map for client side authentication 1384 By default, the authinfo database specification is: 1386 hash /etc/mail/authinfo 2058 authinfo authinfo 3241 by the ruleset authinfo or by the option DefaultAuthInfo. The 3242 authinfo ruleset looks up {server_name} using the tag AuthInfo: in 3246 only performed if the access map is used; if the authinfo feature 3257 to fail since the ruleset authinfo is in the .cf file. If you really 3286 or FEATURE(`authinfo') must be used which provides a separate map. 4227 the file. Use the authinfo ruleset [all …]
|
| /trueos/contrib/sendmail/cf/cf/ |
| HD | submit.cf | 1258 ### authinfo: lookup authinfo in the access map
|