Searched refs:challenge (Results 1 – 10 of 10) sorted by relevance
/haiku/src/libs/libtelnet/ |
H A D | kerberos.c | 91 static Block challenge = { 0 }; variable 208 DES_ecb_encrypt(&session_key, &challenge, sched, 0); in kerberos4_send() 215 x = (unsigned int)challenge[i] + 1; in kerberos4_send() 216 challenge[i] = x; /* ignore overflow */ in kerberos4_send() 220 DES_ecb_encrypt(&challenge, &challenge, sched, 1); in kerberos4_send() 313 DES_ecb_encrypt(&datablock, &challenge, sched, 0); in kerberos4_is() 316 t = (unsigned int)challenge[r] + 1; in kerberos4_is() 317 challenge[r] = t; /* ignore overflow */ in kerberos4_is() 321 DES_ecb_encrypt(&challenge, &challenge, sched, 1); in kerberos4_is() 322 Data(ap, KRB_RESPONSE, challenge, sizeof(challenge)); in kerberos4_is() [all …]
|
H A D | rsaencpwd.c | 106 static char challenge[CHAL_SZ]; variable 222 r = accept_rsa_encpwd(&auth, key, challenge, 256 sprintf(challenge, "%x", now); 257 challenge_len = strlen(challenge); 259 strcpy(challenge, "randchal"); 290 memmove(ptr, challenge, challenge_len); 350 memmove(challenge, ptr, challenge_len); 362 Challenge = challenge; 363 r = init_rsa_encpwd(&token, user_passwd, challenge, challenge_len, pubkey);
|
H A D | krb4encpwd.c | 111 static char challenge[REALM_SZ]; variable 214 …if (r = krb_rd_encpwd_req(&auth, KRB_SERVICE_NAME, lhostname, 0, &adat, NULL, challenge, r_user, r… 239 memmove((void *)challenge, (void *)data, sizeof(Block)); 257 sprintf(challenge, "%x", now); 258 Data(ap, KRB4_ENCPWD_CHALLENGE, (void *)challenge, strlen(challenge)); 305 memmove((void *)challenge, (void *)data, cnt); 309 Challenge = challenge;
|
/haiku/src/libs/compat/freebsd_wlan/net80211/ |
H A D | ieee80211_sta.c | 1033 uint8_t *challenge; in sta_auth_shared() local 1063 challenge = NULL; in sta_auth_shared() 1074 challenge = frm; in sta_auth_shared() 1080 if (challenge == NULL) { in sta_auth_shared() 1087 if (challenge[1] != IEEE80211_CHALLENGE_LEN) { in sta_auth_shared() 1090 "bad challenge len %d", challenge[1]); in sta_auth_shared() 1119 memcpy(ni->ni_challenge, &challenge[2], challenge[1]); in sta_auth_shared()
|
H A D | ieee80211_hostap.c | 999 uint8_t *challenge; in hostap_auth_shared() local 1034 challenge = NULL; in hostap_auth_shared() 1046 challenge = frm; in hostap_auth_shared() 1052 if (challenge == NULL) { in hostap_auth_shared() 1060 if (challenge[1] != IEEE80211_CHALLENGE_LEN) { in hostap_auth_shared() 1063 "bad challenge len %d", challenge[1]); in hostap_auth_shared() 1149 if (memcmp(ni->ni_challenge, &challenge[2], in hostap_auth_shared() 1150 challenge[1]) != 0) { in hostap_auth_shared()
|
/haiku/docs/develop/packages/ |
H A D | Infrastructure.rst | 153 Another challenge that comes with having two installation locations is that some
|
/haiku/data/system/data/fortunes/ |
H A D | Linux cookies | 181 "Linux poses a real challenge for those with a taste for late-night hacking (and/or conversations w…
|
H A D | Education | 265 …hat you believe? The things most worth reading are precisely those that challenge our convictions.
|
H A D | Computers | 507 At Group L, Stoffel oversees six first-rate programmers, a managerial challenge roughly comparable …
|
/haiku/src/apps/mail/ |
H A D | words | 8225 challenge/DGRSZ
|