/freebsd/usr.sbin/ppp/ |
H A D | 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);
|
H A D | auth.c | 396 struct authinfo *authp = (struct authinfo *)vauthp; in AuthTimeout() 410 auth_Init(struct authinfo *authp, struct physical *p, auth_func req, in auth_Init() 413 memset(authp, '\0', sizeof(struct authinfo)); in auth_Init() 424 auth_StartReq(struct authinfo *authp) in auth_StartReq() 438 auth_StopTimer(struct authinfo *authp) in auth_StopTimer() 444 auth_ReadHeader(struct authinfo *authp, struct mbuf *bp) in auth_ReadHeader() 467 auth_ReadName(struct authinfo *authp, struct mbuf *bp, size_t len) in auth_ReadName()
|
H A D | 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()
|
H A D | pap.h | 37 struct authinfo; 39 extern void pap_Init(struct authinfo *, struct physical *);
|
H A D | radius.h | 46 struct authinfo *auth; /* Tell this about success/failure */ 113 extern int radius_Authenticate(struct radius *, struct authinfo *,
|
H A D | chap.h | 49 struct authinfo auth;
|
H A D | datalink.h | 116 struct authinfo pap; /* Authentication using pap */
|
H A D | 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()
|
/freebsd/sys/netinet/ |
H A D | sctp_auth.c | 792 sctp_free_authinfo(sctp_authinfo_t *authinfo) in sctp_free_authinfo() argument 794 if (authinfo == NULL) in sctp_free_authinfo() 797 if (authinfo->random != NULL) in sctp_free_authinfo() 798 sctp_free_key(authinfo->random); in sctp_free_authinfo() 799 if (authinfo->peer_random != NULL) in sctp_free_authinfo() 800 sctp_free_key(authinfo->peer_random); in sctp_free_authinfo() 801 if (authinfo->assoc_key != NULL) in sctp_free_authinfo() 802 sctp_free_key(authinfo->assoc_key); in sctp_free_authinfo() 803 if (authinfo->recv_key != NULL) in sctp_free_authinfo() 804 sctp_free_key(authinfo->recv_key); in sctp_free_authinfo() [all …]
|
H A D | sctp_auth.h | 167 extern void sctp_free_authinfo(sctp_authinfo_t *authinfo);
|
H A D | sctp_output.c | 3458 struct sctp_authinfo authinfo; in sctp_find_cmsg() local 3539 m_copydata(control, cmsg_data_off, sizeof(struct sctp_authinfo), (caddr_t)&authinfo); in sctp_find_cmsg() 3541 sndrcvinfo->sinfo_keynumber = authinfo.auth_keynumber; in sctp_find_cmsg() 4777 if (stcb->asoc.authinfo.random != NULL) { in sctp_send_initiate() 4786 parameter_len = (uint16_t)sizeof(struct sctp_auth_random) + stcb->asoc.authinfo.random_len; in sctp_send_initiate() 4788 memcpy(randp, stcb->asoc.authinfo.random->key, parameter_len); in sctp_send_initiate() 6478 sp->auth_keyid = stcb->asoc.authinfo.active_keyid; in sctp_msg_append() 7864 auth_keyid = stcb->asoc.authinfo.active_keyid; in sctp_med_chunk_output() 8216 stcb->asoc.authinfo.active_keyid, in sctp_med_chunk_output() 8506 stcb->asoc.authinfo.active_keyid, in sctp_med_chunk_output() [all …]
|
H A D | sctp_structs.h | 1075 sctp_authinfo_t authinfo; /* randoms, cached keys */ member
|
H A D | sctp_pcb.c | 5006 sctp_free_authinfo(&asoc->authinfo); in sctp_free_assoc() 6543 if (stcb->asoc.authinfo.peer_random != NULL) in sctp_load_addresses_from_init() 6544 sctp_free_key(stcb->asoc.authinfo.peer_random); in sctp_load_addresses_from_init() 6545 stcb->asoc.authinfo.peer_random = new_key; in sctp_load_addresses_from_init() 6546 sctp_clear_cachedkeys(stcb, stcb->asoc.authinfo.assoc_keyid); in sctp_load_addresses_from_init() 6547 sctp_clear_cachedkeys(stcb, stcb->asoc.authinfo.recv_keyid); in sctp_load_addresses_from_init()
|
/freebsd/contrib/sendmail/cf/feature/ |
H A D | 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=%…
|
/freebsd/usr.sbin/lpr/common_source/ |
H A D | request.c | 68 if (rp->authinfo) in free_request() 69 free(rp->authinfo); in free_request()
|
H A D | lp.h | 138 void *authinfo; /* authentication information */ member
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_cd.c | 296 struct dvd_authinfo *authinfo); 298 struct dvd_authinfo *authinfo); 2580 struct dvd_authinfo *authinfo; in cdioctl() local 2582 authinfo = (struct dvd_authinfo *)addr; in cdioctl() 2585 error = cdreportkey(periph, authinfo); in cdioctl() 2587 error = cdsendkey(periph, authinfo); in cdioctl() 3502 cdreportkey(struct cam_periph *periph, struct dvd_authinfo *authinfo) in cdreportkey() argument 3514 switch (authinfo->format) { in cdreportkey() 3527 lba = authinfo->lba; in cdreportkey() 3555 /* agid */ authinfo->agid, in cdreportkey() [all …]
|
/freebsd/crypto/openssh/regress/ |
H A D | agent-restrict.sh | 184 reset_keys authinfo 238 reset_keys authinfo 270 reset_keys authinfo 283 reset_keys authinfo 296 reset_keys authinfo 310 reset_keys authinfo
|
H A D | README.regress | 139 authinfo.sh: authinfo
|
H A D | Makefile | 102 authinfo \
|
/freebsd/etc/mail/ |
H A D | Makefile | 125 genericstable virtusertable access authinfo
|
/freebsd/contrib/sendmail/src/ |
H A D | main.c | 193 char *authinfo = NULL; local 1446 authinfo = getauthinfo(STDIN_FILENO, &forged); 1447 macdefine(&BlankEnvelope.e_macro, A_TEMP, '_', authinfo); 2661 authinfo = buf; 2670 authinfo = getauthinfo(sm_io_getinfo(InChannel, SM_IO_WHAT_FD, 2672 macdefine(&BlankEnvelope.e_macro, A_TEMP, '_', authinfo); 2686 p = authinfo;
|
/freebsd/contrib/sendmail/cf/cf/ |
H A D | Makefile | 103 ${CFDIR}/feature/authinfo.m4 \
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | ntpdc_ops.c | 76 static void authinfo (struct parse *, FILE *); 184 { "authinfo", authinfo, { NO, NO, NO, NO }, 2308 authinfo( in authinfo() function
|
/freebsd/contrib/sendmail/cf/m4/ |
H A D | proto.m4 | 3245 ### authinfo: lookup authinfo in the access map 3260 R$* $: <$(authinfo AuthInfo:$&{server_name} $: ? $)> 3261 R<?> $: <$(authinfo AuthInfo:$&{server_addr} $: ? $)> 3262 R<?> $: <$(authinfo AuthInfo: $: ? $)> 3263 R<?> $@ no no authinfo available 3270 R$* $| <?>$* $@ no no authinfo available
|