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

1234

/external/openssh/
H A Dkexdhc.c50 BIGNUM *dh_server_pub = NULL, *shared_secret = NULL; local
123 if ((shared_secret = BN_new()) == NULL)
125 if (BN_bin2bn(kbuf, kout, shared_secret) == NULL)
139 shared_secret,
158 kex_derive_keys(kex, hash, hashlen, shared_secret);
159 BN_clear_free(shared_secret);
H A Dkexdhs.c53 BIGNUM *shared_secret = NULL, *dh_client_pub = NULL; local
116 if ((shared_secret = BN_new()) == NULL)
118 if (BN_bin2bn(kbuf, kout, shared_secret) == NULL)
134 shared_secret,
165 kex_derive_keys(kex, hash, hashlen, shared_secret);
166 BN_clear_free(shared_secret);
H A Dkexecdhc.c55 BIGNUM *shared_secret; local
121 if ((shared_secret = BN_new()) == NULL)
123 if (BN_bin2bn(kbuf, klen, shared_secret) == NULL)
139 shared_secret,
158 kex_derive_keys(kex, hash, hashlen, shared_secret);
159 BN_clear_free(shared_secret);
H A Dkexecdhs.c57 BIGNUM *shared_secret; local
103 /* Calculate shared_secret */
113 if ((shared_secret = BN_new()) == NULL)
115 if (BN_bin2bn(kbuf, klen, shared_secret) == NULL)
132 shared_secret,
163 kex_derive_keys(kex, hash, hashlen, shared_secret);
164 BN_clear_free(shared_secret);
H A Dkexgexc.c52 BIGNUM *dh_server_pub = NULL, *shared_secret = NULL; local
161 if ((shared_secret = BN_new()) == NULL)
163 if (BN_bin2bn(kbuf, kout, shared_secret) == NULL)
183 shared_secret,
203 kex_derive_keys(kex, hash, hashlen, shared_secret);
204 BN_clear_free(shared_secret);
H A Dkexgexs.c56 BIGNUM *shared_secret = NULL, *dh_client_pub = NULL; local
153 if ((shared_secret = BN_new()) == NULL)
155 if (BN_bin2bn(kbuf, kout, shared_secret) == NULL)
177 shared_secret,
209 kex_derive_keys(kex, hash, hashlen, shared_secret);
210 BN_clear_free(shared_secret);
H A Dkexdh.c49 BIGNUM *shared_secret,
72 buffer_put_bignum2(&b, shared_secret);
41 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 Dkexecdh.c77 const BIGNUM *shared_secret,
99 buffer_put_bignum2(&b, shared_secret);
67 kex_ecdh_hash( const EVP_MD *evp_md, 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 Dkexgex.c51 BIGNUM *shared_secret,
82 buffer_put_bignum2(&b, shared_secret);
41 kexgex_hash( const EVP_MD *evp_md, 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
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_das.h32 const u8 *shared_secret; member in struct:radius_das_conf
H A Dradius_client.h39 * shared_secret - Shared secret for authenticating RADIUS messages
41 u8 *shared_secret; member in struct:hostapd_radius_server
44 * shared_secret_len - Length of shared_secret in octets
241 const u8 *shared_secret, size_t shared_secret_len,
H A Dradius_das.c24 u8 *shared_secret; member in struct:radius_das_data
191 if (radius_msg_verify_das_req(msg, das->shared_secret,
254 if (radius_msg_finish_das_resp(reply, das->shared_secret,
309 if (conf->port == 0 || conf->shared_secret == NULL ||
325 das->shared_secret = os_malloc(conf->shared_secret_len);
326 if (das->shared_secret == NULL) {
330 os_memcpy(das->shared_secret, conf->shared_secret,
362 os_free(das->shared_secret);
H A Dradius_client.c67 const u8 *shared_secret,
128 * shared_secret - Shared secret with the target RADIUS server
130 const u8 *shared_secret; member in struct:radius_msg_list
133 * shared_secret_len - shared_secret length in octets
268 const u8 *shared_secret,
515 const u8 *shared_secret,
538 entry->shared_secret = shared_secret;
626 const u8 *shared_secret; local
645 shared_secret
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...]
/external/wpa_supplicant_8/src/radius/
H A Dradius_das.h32 const u8 *shared_secret; member in struct:radius_das_conf
H A Dradius_client.h39 * shared_secret - Shared secret for authenticating RADIUS messages
41 u8 *shared_secret; member in struct:hostapd_radius_server
44 * shared_secret_len - Length of shared_secret in octets
241 const u8 *shared_secret, size_t shared_secret_len,
H A Dradius_das.c24 u8 *shared_secret; member in struct:radius_das_data
191 if (radius_msg_verify_das_req(msg, das->shared_secret,
254 if (radius_msg_finish_das_resp(reply, das->shared_secret,
309 if (conf->port == 0 || conf->shared_secret == NULL ||
325 das->shared_secret = os_malloc(conf->shared_secret_len);
326 if (das->shared_secret == NULL) {
330 os_memcpy(das->shared_secret, conf->shared_secret,
362 os_free(das->shared_secret);
H A Dradius_client.c67 const u8 *shared_secret,
128 * shared_secret - Shared secret with the target RADIUS server
130 const u8 *shared_secret; member in struct:radius_msg_list
133 * shared_secret_len - shared_secret length in octets
268 const u8 *shared_secret,
515 const u8 *shared_secret,
538 entry->shared_secret = shared_secret;
626 const u8 *shared_secret; local
645 shared_secret
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...]
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_das.h32 const u8 *shared_secret; member in struct:radius_das_conf
H A Dradius_client.h39 * shared_secret - Shared secret for authenticating RADIUS messages
41 u8 *shared_secret; member in struct:hostapd_radius_server
44 * shared_secret_len - Length of shared_secret in octets
241 const u8 *shared_secret, size_t shared_secret_len,
H A Dradius_das.c24 u8 *shared_secret; member in struct:radius_das_data
191 if (radius_msg_verify_das_req(msg, das->shared_secret,
254 if (radius_msg_finish_das_resp(reply, das->shared_secret,
309 if (conf->port == 0 || conf->shared_secret == NULL ||
325 das->shared_secret = os_malloc(conf->shared_secret_len);
326 if (das->shared_secret == NULL) {
330 os_memcpy(das->shared_secret, conf->shared_secret,
362 os_free(das->shared_secret);
H A Dradius_client.c67 const u8 *shared_secret,
128 * shared_secret - Shared secret with the target RADIUS server
130 const u8 *shared_secret; member in struct:radius_msg_list
133 * shared_secret_len - shared_secret length in octets
268 const u8 *shared_secret,
515 const u8 *shared_secret,
538 entry->shared_secret = shared_secret;
626 const u8 *shared_secret; local
645 shared_secret
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...]
/external/wpa_supplicant_6/wpa_supplicant/src/radius/
H A Dradius_client.h27 u8 *shared_secret; member in struct:hostapd_radius_server
88 const u8 *shared_secret, size_t shared_secret_len,
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
H A Dchrome_ex_oauthsimple.js46 * shared_secret is the shared secret (duh).
48 * Both the api_key and shared_secret are generally provided by the site
65 shared_secret:'xyz-5309'
79 * @param shared_secret (string) The shared secret. This value is also usually provided by the site you wish to use.
81 OAuthSimple = function (consumer_key,shared_secret)
85 if (shared_secret == undefined)
86 throw("Missing argument: shared_secret (shared secret) for OAuthSimple. This is usually provided by the hosting site.");
94 if (shared_secret !== undefined) {
95 this._secrets['shared_secret'] = shared_secret;
[all...]
/external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
H A Dchrome_ex_oauthsimple.js46 * shared_secret is the shared secret (duh).
48 * Both the api_key and shared_secret are generally provided by the site
65 shared_secret:'xyz-5309'
79 * @param shared_secret (string) The shared secret. This value is also usually provided by the site you wish to use.
81 OAuthSimple = function (consumer_key,shared_secret)
85 if (shared_secret == undefined)
86 throw("Missing argument: shared_secret (shared secret) for OAuthSimple. This is usually provided by the hosting site.");
94 if (shared_secret !== undefined) {
95 this._secrets['shared_secret'] = shared_secret;
[all...]
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
H A Dchrome_ex_oauthsimple.js46 * shared_secret is the shared secret (duh).
48 * Both the api_key and shared_secret are generally provided by the site
65 shared_secret:'xyz-5309'
79 * @param shared_secret (string) The shared secret. This value is also usually provided by the site you wish to use.
81 OAuthSimple = function (consumer_key,shared_secret)
85 if (shared_secret == undefined)
86 throw("Missing argument: shared_secret (shared secret) for OAuthSimple. This is usually provided by the hosting site.");
94 if (shared_secret !== undefined) {
95 this._secrets['shared_secret'] = shared_secret;
[all...]

Completed in 309 milliseconds

1234