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

1 2

  /external/wpa_supplicant_6/wpa_supplicant/examples/
openCryptoki.conf 34 key_id="4"
  /external/wpa_supplicant_8/wpa_supplicant/examples/
openCryptoki.conf 34 key_id="4"
  /system/security/keystore-engine/
eng_keystore.cpp 157 uint8_t* key_id = reinterpret_cast<uint8_t*>(RSA_get_ex_data(rsa, rsa_key_handle)); local
158 if (key_id == NULL) {
159 ALOGE("key had no key_id!");
164 if (keystore_cmd(CommandCodes[SIGN], &reply, 2, strlen(reinterpret_cast<const char*>(key_id)),
165 key_id, static_cast<size_t>(num), reinterpret_cast<const uint8_t*>(padded.get()))
213 static EVP_PKEY* keystore_loadkey(ENGINE* e, const char* key_id, UI_METHOD* ui_method,
219 ALOGV("keystore_loadkey(%p, \"%s\", %p, %p)", e, key_id, ui_method, callback_data);
223 if (keystore_cmd(CommandCodes[GET_PUBKEY], &reply, 1, strlen(key_id), key_id) != NO_ERROR) {
224 ALOGV("Cannot get public key for %s", key_id);
    [all...]
  /external/openssl/crypto/engine/
eng_pkey.c 96 EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id,
122 pkey = e->load_privkey(e, key_id, ui_method, callback_data);
132 EVP_PKEY *ENGINE_load_public_key(ENGINE *e, const char *key_id,
158 pkey = e->load_pubkey(e, key_id, ui_method, callback_data);
eng_openssl.c 122 static EVP_PKEY *openssl_load_privkey(ENGINE *eng, const char *key_id,
371 static EVP_PKEY *openssl_load_privkey(ENGINE *eng, const char *key_id,
376 fprintf(stderr, "(TEST_ENG_OPENSSL_PKEY)Loading Private key %s\n", key_id);
377 in = BIO_new_file(key_id, "r");
engine.h 569 EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id,
571 EVP_PKEY *ENGINE_load_public_key(ENGINE *e, const char *key_id,
    [all...]
  /external/dbus/dbus/
dbus-keyring.h 46 int key_id,
  /external/tcpdump/
ntp.h 90 u_int32_t key_id; member in struct:ntpdata
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_config.h 456 * key_id - Key ID for OpenSSL engine
461 char *key_id; member in struct:eap_peer_config
  /external/wpa_supplicant_8/src/eap_peer/
eap_config.h 462 * key_id - Key ID for OpenSSL engine
467 char *key_id; member in struct:eap_peer_config
  /external/openssh/
key.h 67 char *key_id; member in struct:KeyCert
auth2-hostbased.c 202 "%s CA %s from %s@%s", key->cert->key_id,
auth2-pubkey.c 351 "signed by %s CA %s via %s", key->cert->key_id,
423 key->cert->key_id, key_type(key->cert->signature_key), ca_fp,
ssh-add.c 247 private->cert->key_id);
250 private->cert->key_id);
key.c 67 cert->key_id = NULL;
188 if (cert->key_id != NULL)
189 xfree(cert->key_id);
1182 to->key_id = from->key_id == NULL ? NULL : xstrdup(from->key_id);
1346 (key->cert->key_id = buffer_get_cstring_ret(b, &kidlen)) == NULL ||
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_events.c 194 keysym->scancode = ev->key_id;
201 keysym->sym = keymap[ev->key_id - DIKI_UNKNOWN];
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls.h 69 * @key_id: the private key's id when using engine (this is OpenSSL
107 const char *key_id; member in struct:tls_connection_params
tls_openssl.c 754 const char *pin, const char *key_id,
767 if (key_id == NULL) {
794 key_id, NULL, NULL);
797 " '%s' [%s]", key_id,
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls.h 115 * @key_id: the private key's id when using engine (this is OpenSSL
151 const char *key_id; member in struct:tls_connection_params
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant.conf.orig 807 #key_id="45"
811 key_id="id_45"
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.conf     [all...]
  /external/openssl/include/openssl/
engine.h 569 EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id,
571 EVP_PKEY *ENGINE_load_public_key(ENGINE *e, const char *key_id,
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 34 * configurations use the key_id field with the engine_id set to "keystore".
122 public EnterpriseField key_id = new EnterpriseField("key_id"); field in class:WifiConfiguration
129 engine, engine_id, key_id, ca_cert };
  /bionic/libc/netbsd/nameser/
ns_print.c 464 u_int keyflags, protocol, algorithm, key_id; local
473 key_id = dst_s_dns_key_id(rdata, edata-rdata);
475 key_id = 0;
502 n = SPRINTF((tmp, " ; key_tag= %u", key_id));
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_common.h 157 u8 key_id[8]; /* Reserved in IEEE 802.11i/RSN */ member in struct:wpa_eapol_key

Completed in 648 milliseconds

1 2