Searched defs:shared_secret (Results 1 - 25 of 25) sorted by relevance

/freebsd-10.3-release/crypto/openssh/
H A Dkexdh.c45 kex_dh_hash( const char *client_version_string, const char *server_version_string, const u_char *ckexinit, size_t ckexinitlen, const u_char *skexinit, size_t skexinitlen, const u_char *serverhostkeyblob, size_t sbloblen, const BIGNUM *client_dh_pub, const BIGNUM *server_dh_pub, const BIGNUM *shared_secret, u_char *hash, size_t *hashlen) argument
H A Dkexecdh.c50 kex_ecdh_hash( int hash_alg, const EC_GROUP *ec_group, const char *client_version_string, const char *server_version_string, const u_char *ckexinit, size_t ckexinitlen, const u_char *skexinit, size_t skexinitlen, const u_char *serverhostkeyblob, size_t sbloblen, const EC_POINT *client_dh_pub, const EC_POINT *server_dh_pub, const BIGNUM *shared_secret, u_char *hash, size_t *hashlen) argument
H A Dkexc25519c.c77 struct sshbuf *shared_secret = NULL; local
H A Dkexc25519s.c60 struct sshbuf *shared_secret = NULL; local
H A Dkexdhc.c100 BIGNUM *dh_server_pub = NULL, *shared_secret = NULL; local
H A Dkexdhs.c91 BIGNUM *shared_secret = NULL, *dh_client_pub = NULL; local
H A Dkexgex.c45 kexgex_hash( int hash_alg, const char *client_version_string, const char *server_version_string, const u_char *ckexinit, size_t ckexinitlen, const u_char *skexinit, size_t skexinitlen, const u_char *serverhostkeyblob, size_t sbloblen, int min, int wantbits, int max, const BIGNUM *prime, const BIGNUM *gen, const BIGNUM *client_dh_pub, const BIGNUM *server_dh_pub, const BIGNUM *shared_secret, u_char *hash, size_t *hashlen) argument
H A Dkexc25519.c85 kex_c25519_hash( int hash_alg, const char *client_version_string, const char *server_version_string, const char *ckexinit, size_t ckexinitlen, const char *skexinit, size_t skexinitlen, const u_char *serverhostkeyblob, size_t sbloblen, const u_char client_dh_pub[CURVE25519_SIZE], const u_char server_dh_pub[CURVE25519_SIZE], const u_char *shared_secret, size_t secretlen, u_char *hash, size_t *hashlen) argument
H A Dkexecdhc.c105 BIGNUM *shared_secret = NULL; local
H A Dkexecdhs.c69 BIGNUM *shared_secret = NULL; local
H A Dkexgexc.c150 BIGNUM *dh_server_pub = NULL, *shared_secret = NULL; local
H A Dkexgexs.c127 BIGNUM *shared_secret = NULL, *dh_client_pub = NULL; local
H A Dkex.c955 struct sshbuf *shared_secret; local
860 derive_key(struct ssh *ssh, int id, u_int need, u_char *hash, u_int hashlen, const struct sshbuf *shared_secret, u_char **keyp) argument
924 kex_derive_keys(struct ssh *ssh, u_char *hash, u_int hashlen, const struct sshbuf *shared_secret) argument
[all...]
/freebsd-10.3-release/contrib/wpa/src/radius/
H A Dradius_das.h32 const u8 *shared_secret; member in struct:radius_das_conf
H A Dradius_client.h41 u8 *shared_secret; member in struct:hostapd_radius_server
H A Dradius_das.c24 u8 *shared_secret; member in struct:radius_das_data
H A Dradius_client.c130 const u8 *shared_secret; member in struct:radius_msg_list
626 const u8 *shared_secret; local
264 radius_client_register(struct radius_client_data *radius, RadiusType msg_type, RadiusRxResult (*handler)(struct radius_msg *msg, struct radius_msg *req, const u8 *shared_secret, size_t shared_secret_len, void *data), void *data) argument
512 radius_client_list_add(struct radius_client_data *radius, struct radius_msg *msg, RadiusType msg_type, const u8 *shared_secret, size_t shared_secret_len, const u8 *addr) argument
913 radius_client_update_acct_msgs(struct radius_client_data *radius, const u8 *shared_secret, size_t shared_secret_len) argument
[all...]
H A Dradius_server.c86 char *shared_secret; member in struct:radius_client
/freebsd-10.3-release/contrib/wpa/src/ap/
H A Daccounting.c398 accounting_receive(struct radius_msg *msg, struct radius_msg *req, const u8 *shared_secret, size_t shared_secret_len, void *data) argument
H A Dieee802_11_auth.c416 decode_tunnel_passwords(struct hostapd_data *hapd, const u8 *shared_secret, size_t shared_secret_len, struct radius_msg *msg, struct radius_msg *req, struct hostapd_cached_radius_acl *cache) argument
475 hostapd_acl_recv_radius(struct radius_msg *msg, struct radius_msg *req, const u8 *shared_secret, size_t shared_secret_len, void *data) argument
H A Dieee802_1x.c1163 ieee802_1x_get_keys(struct hostapd_data *hapd, struct sta_info *sta, struct radius_msg *msg, struct radius_msg *req, const u8 *shared_secret, size_t shared_secret_len) argument
1363 ieee802_1x_receive_auth(struct radius_msg *msg, struct radius_msg *req, const u8 *shared_secret, size_t shared_secret_len, void *data) argument
/freebsd-10.3-release/contrib/wpa/src/eap_server/
H A Dikev2.h43 u8 *shared_secret; member in struct:ikev2_initiator_data
/freebsd-10.3-release/contrib/wpa/src/eap_peer/
H A Dikev2.h44 u8 *shared_secret; member in struct:ikev2_responder_data
/freebsd-10.3-release/contrib/wpa/src/eap_common/
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
/freebsd-10.3-release/contrib/wpa/wpa_supplicant/
H A Deapol_test.c698 ieee802_1x_get_keys(struct eapol_test_data *e, struct radius_msg *msg, struct radius_msg *req, const u8 *shared_secret, size_t shared_secret_len) argument
747 ieee802_1x_receive_auth(struct radius_msg *msg, struct radius_msg *req, const u8 *shared_secret, size_t shared_secret_len, void *data) argument

Completed in 184 milliseconds