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

/freebsd-10.1-release/crypto/openssh/
H A Dkexc25519c.c55 Buffer shared_secret; local
H A Dkexc25519s.c52 Buffer shared_secret; local
H A Dkexdh.c43 kex_dh_hash( char *client_version_string, char *server_version_string, char *ckexinit, int ckexinitlen, char *skexinit, int skexinitlen, u_char *serverhostkeyblob, int sbloblen, BIGNUM *client_dh_pub, BIGNUM *server_dh_pub, BIGNUM *shared_secret, u_char **hash, u_int *hashlen) argument
H A Dkexdhc.c50 BIGNUM *dh_server_pub = NULL, *shared_secret = NULL; local
H A Dkexdhs.c49 BIGNUM *shared_secret = NULL, *dh_client_pub = NULL; local
H A Dkexecdhc.c55 BIGNUM *shared_secret; local
H A Dkexecdhs.c52 BIGNUM *shared_secret; local
H A Dkexecdh.c50 kex_ecdh_hash( int hash_alg, const EC_GROUP *ec_group, char *client_version_string, char *server_version_string, char *ckexinit, int ckexinitlen, char *skexinit, int skexinitlen, u_char *serverhostkeyblob, int sbloblen, const EC_POINT *client_dh_pub, const EC_POINT *server_dh_pub, const BIGNUM *shared_secret, u_char **hash, u_int *hashlen) argument
H A Dkexgexc.c52 BIGNUM *dh_server_pub = NULL, *shared_secret = NULL; local
H A Dkexc25519.c77 kex_c25519_hash( int hash_alg, char *client_version_string, char *server_version_string, char *ckexinit, int ckexinitlen, char *skexinit, int skexinitlen, u_char *serverhostkeyblob, int sbloblen, const u_char client_dh_pub[CURVE25519_SIZE], const u_char server_dh_pub[CURVE25519_SIZE], const u_char *shared_secret, u_int secretlen, u_char **hash, u_int *hashlen) argument
H A Dkexgex.c43 kexgex_hash( int hash_alg, char *client_version_string, char *server_version_string, char *ckexinit, int ckexinitlen, char *skexinit, int skexinitlen, u_char *serverhostkeyblob, int sbloblen, int min, int wantbits, int max, BIGNUM *prime, BIGNUM *gen, BIGNUM *client_dh_pub, BIGNUM *server_dh_pub, BIGNUM *shared_secret, u_char **hash, u_int *hashlen) argument
H A Dkexgexs.c56 BIGNUM *shared_secret = NULL, *dh_client_pub = NULL; local
H A Dkex.c645 Buffer shared_secret; local
561 derive_key(Kex *kex, int id, u_int need, u_char *hash, u_int hashlen, const u_char *shared_secret, u_int slen) argument
619 kex_derive_keys(Kex *kex, u_char *hash, u_int hashlen, const u_char *shared_secret, u_int slen) argument
[all...]
/freebsd-10.1-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.1-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.1-release/contrib/wpa/src/eap_server/
H A Dikev2.h43 u8 *shared_secret; member in struct:ikev2_initiator_data
/freebsd-10.1-release/contrib/wpa/src/eap_peer/
H A Dikev2.h44 u8 *shared_secret; member in struct:ikev2_responder_data
/freebsd-10.1-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.1-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 121 milliseconds