Searched defs:nonce (Results 1 - 25 of 52) sorted by path

123

/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntp_control.c3677 generate_nonce( struct recvbuf * rbufp, char * nonce, size_t nonce_octets ) argument
[all...]
/freebsd-10-stable/contrib/ntp/ntpq/
H A Dntpq-subs.c2369 fetch_nonce( char * nonce, size_t cb_nonce ) argument
2503 char nonce[128]; local
[all...]
/freebsd-10-stable/contrib/serf/auth/
H A Dauth_digest.c46 const char *nonce; member in struct:digest_authn_info_t
242 const char *nonce = NULL; local
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dcram.c124 make_nonce(apr_uint64_t *nonce) argument
139 apr_uint64_t nonce; local
/freebsd-10-stable/contrib/tcpdump/
H A Dprint-babel.c241 u_short nonce, interval; local
255 u_short nonce; local
/freebsd-10-stable/contrib/wpa/src/ap/
H A Dwpa_auth.c1207 __wpa_send_eapol(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, int key_info, const u8 *key_rsc, const u8 *nonce, const u8 *kde, size_t kde_len, int keyidx, int encr, int force_version) argument
1358 wpa_send_eapol(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, int key_info, const u8 *key_rsc, const u8 *nonce, const u8 *kde, size_t kde_len, int keyidx, int encr) argument
H A Dwpa_auth.h52 u8 nonce[16]; member in struct:ft_r0kh_r1kh_pull_frame
66 u8 nonce[16]; /* copied from pull */ member in struct:ft_r0kh_r1kh_resp_frame
H A Dwpa_auth_ie.h25 const u8 *nonce; member in struct:wpa_eapol_ie_parse
/freebsd-10-stable/contrib/wpa/src/crypto/
H A Daes-ccm.c28 static void aes_ccm_auth_start(void *aes, size_t M, size_t L, const u8 *nonce, argument
84 static void aes_ccm_encr_start(size_t L, const u8 *nonce, u8 *a) argument
148 int aes_ccm_ae(const u8 *key, size_t key_len, const u8 *nonce, argument
178 int aes_ccm_ad(const u8 *key, size_t key_len, const u8 *nonce, argument
[all...]
H A Daes-ctr.c24 int aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, argument
H A Daes-eax.c28 int aes_128_eax_encrypt(const u8 *key, const u8 *nonce, size_t nonce_len, argument
92 int aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, argument
/freebsd-10-stable/contrib/wpa/src/eap_common/
H A Deap_tlv_common.h76 u8 nonce[32]; member in struct:eap_tlv_crypto_binding_tlv
H A Dikev2_common.c431 ikev2_derive_auth_data(int prf_alg, const struct wpabuf *sign_msg, const u8 *ID, size_t ID_len, u8 ID_type, struct ikev2_keys *keys, int initiator, const u8 *shared_secret, size_t shared_secret_len, const u8 *nonce, size_t nonce_len, const u8 *key_pad, size_t key_pad_len, u8 *auth_data) argument
H A Dikev2_common.h312 const u8 *nonce; member in struct:ikev2_payloads
/freebsd-10-stable/contrib/wpa/src/eap_peer/
H A Deap_psk.c183 u8 *buf, *rpchannel, nonce[16], *decrypted; local
[all...]
/freebsd-10-stable/contrib/wpa/src/eap_server/
H A Deap_server_psk.c96 u8 *buf, *pchannel, nonce[16]; local
336 u8 *decrypted, nonce[16]; local
[all...]
/freebsd-10-stable/contrib/wpa/src/rsn_supp/
H A Dtdls.c375 const u8 *nonce[2]; local
[all...]
H A Dwpa.c270 wpa_supplicant_send_2_of_4(struct wpa_sm *sm, const unsigned char *dst, const struct wpa_eapol_key *key, int ver, const u8 *nonce, const u8 *wpa_ie, size_t wpa_ie_len, struct wpa_ptk *ptk) argument
H A Dwpa_ie.h27 const u8 *nonce; member in struct:wpa_eapol_ie_parse
/freebsd-10-stable/contrib/wpa/src/wps/
H A Dwps_validate.c868 static int wps_validate_r_snonce1(const u8 *nonce, int mandatory) argument
882 static int wps_validate_r_snonce2(const u8 *nonce, int mandatory) argument
896 static int wps_validate_e_snonce1(const u8 *nonce, int mandatory) argument
910 static int wps_validate_e_snonce2(const u8 *nonce, int mandatory) argument
/freebsd-10-stable/crypto/heimdal/kcm/
H A Dprotocol.c1501 unsigned char nonce[8]; local
/freebsd-10-stable/crypto/heimdal/kdc/
H A Dpkinit.c64 unsigned nonce; member in struct:pk_client_params
/freebsd-10-stable/crypto/heimdal/lib/gssapi/ntlm/
H A Dinit_sec_context.c339 unsigned char nonce[8]; local
/freebsd-10-stable/crypto/heimdal/lib/hx509/
H A Dhxtool.c1066 heim_octet_string req, nonce_data, *nonce = &nonce_data; local
H A Drevoke.c967 hx509_ocsp_request(hx509_context context, hx509_certs reqcerts, hx509_certs pool, hx509_cert signer, const AlgorithmIdentifier *digest, heim_octet_string *request, heim_octet_string *nonce) argument

Completed in 238 milliseconds

123