Searched refs:nonce (Results 51 - 54 of 54) sorted by relevance

123

/freebsd-9.3-release/contrib/wpa/src/eap_peer/
H A Dikev2.c487 ikev2_process_ni(data, pl->nonce, pl->nonce_len) < 0)
/freebsd-9.3-release/contrib/wpa/src/eap_server/
H A Dikev2.c492 ikev2_process_nr(data, pl->nonce, pl->nonce_len) < 0)
/freebsd-9.3-release/sys/mips/rmi/dev/sec/
H A Drmilib.c780 PKT_DSC_NONCE_HI, htonl(op->nonce) >> 24);
782 PKT_DSC_NONCE_LOW, htonl(op->nonce) & 0xffffff);
788 PKT_DSC_NONCE_HI, htonl(op->nonce) >> 24);
790 PKT_DSC_NONCE_LOW, htonl(op->nonce) & 0xffffff);
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_control.c3644 * derive_nonce - generate client-address-specific nonce value
3691 * generate_nonce - generate client-address-specific nonce string.
3695 char * nonce,
3704 snprintf(nonce, nonce_octets, "%08x%08x%08x",
3710 * validate_nonce - validate client-address-specific nonce string.
3712 * Returns TRUE if the local calculation of the nonce matches the
3878 * nonce= Regurgitated nonce retrieved by the client
3914 * The response begins with a new nonce value to be used for any
3915 * followup request. Following the nonce i
3693 generate_nonce( struct recvbuf * rbufp, char * nonce, size_t nonce_octets ) argument
[all...]

Completed in 115 milliseconds

123