HomeSort by relevance Sort by last modified time
    Searched refs:set_key (Results 1 - 25 of 46) sorted by null

1 2

  /external/openssl/crypto/des/t/
test 8 $ks=DES::set_key($key);
  /external/openssl/crypto/des/
makefile.bc 29 qud_cksm.obj rand_key.obj set_key.obj str2key.obj \
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa_i.h 141 WPA_ASSERT(sm->ctx->set_key);
142 return sm->ctx->set_key(sm->ctx->ctx, alg, addr, key_idx, set_tx,
wpa.h 41 int (*set_key)(void *ctx, wpa_alg alg, member in struct:wpa_sm_ctx
  /external/wpa_supplicant/
driver.h 300 * set_key - Configure encryption key
339 * in driver_*.c set_key() implementation, see driver_ndis.c for an
342 int (*set_key)(void *priv, wpa_alg alg, const u8 *addr, member in struct:wpa_driver_ops
wpa_supplicant_i.h 519 if (wpa_s->driver->set_key) {
521 return wpa_s->driver->set_key(wpa_s->drv_priv, alg, addr,
preauth_test.c 253 ctx->set_key = wpa_supplicant_set_key;
wpa.h 64 int (*set_key)(void *ctx, wpa_alg alg, member in struct:wpa_sm_ctx
wpa_i.h 164 return sm->ctx->set_key(sm->ctx->ctx, alg, addr, key_idx, set_tx,
driver_atmel.c 498 .set_key = wpa_driver_atmel_set_key,
driver_ndiswrapper.c 356 .set_key = wpa_ndiswrapper_set_key,
driver_prism54.c 373 .set_key = wpa_driver_prism54_set_key,
driver_hostap.c 505 .set_key = wpa_driver_hostap_set_key,
driver_ipw.c 455 .set_key = wpa_driver_ipw_set_key,
driver_madwifi.c 555 .set_key = wpa_driver_madwifi_set_key,
  /frameworks/base/cmds/keystore/
keystore.c 356 static void set_key(uint8_t *key, uint8_t *password, int length, uint8_t *salt) function
394 set_key(key, params[0].value, params[0].length, salt);
421 set_key(key, params[1].value, params[1].length, salt);
  /external/wpa_supplicant_6/wpa_supplicant/
preauth_test.c 246 ctx->set_key = wpa_supplicant_set_key;
wpa_supplicant_i.h 551 if (wpa_s->driver->set_key) {
553 return wpa_s->driver->set_key(wpa_s->drv_priv, alg, addr,
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_osx.m 310 wpa_printf(MSG_DEBUG, "OSX: Unsupported set_key alg %d", alg);
430 .set_key = wpa_driver_osx_set_key,
driver.h 322 * struct wpa_driver_ops::set_key using alg = WPA_ALG_PMK */
442 * set_key - Configure encryption key
481 * in driver_*.c set_key() implementation, see driver_ndis.c for an
484 int (*set_key)(void *priv, wpa_alg alg, const u8 *addr, member in struct:wpa_driver_ops
    [all...]
driver_atmel.c 495 .set_key = wpa_driver_atmel_set_key,
driver_ndiswrapper.c 354 .set_key = wpa_ndiswrapper_set_key,
driver_prism54.c 370 .set_key = wpa_driver_prism54_set_key,
driver_hostap.c 501 .set_key = wpa_driver_hostap_set_key,
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_wpa.c 162 wpa_hexdump(MSG_DEBUG, "SUPP: set_key - seq", seq, seq_len);
163 wpa_hexdump(MSG_DEBUG, "SUPP: set_key - key", key, key_len);
203 ctx->set_key = supp_set_key;

Completed in 461 milliseconds

1 2