HomeSort by relevance Sort by last modified time
    Searched refs:get_pubkey (Results 1 - 9 of 9) sorted by null

  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
certutils.py 245 req.set_pubkey(ca_cert.get_pubkey())
253 cert.set_pubkey(req.get_pubkey())
  /frameworks/base/core/java/android/security/
IKeystoreService.aidl 50 byte[] get_pubkey(String name);
  /system/security/keystore-engine/
eng_keystore.cpp 121 int32_t ret = service->get_pubkey(String16(key_id), &pubkey, &pubkeyLen);
android_engine.cpp 415 int32_t ret = service->get_pubkey(String16(key_id), &pubkey, &pubkey_len);
  /system/security/keystore/
key_store_service.h 74 * Until that happens, it's necessary to have a separate "get_pubkey" and
78 int32_t get_pubkey(const String16& name, uint8_t** pubkey, size_t* pubkeyLength);
keystore_cli.cpp 261 SINGLE_ARG_DATA_RETURN(get_pubkey);
IKeystoreService.cpp 826 virtual int32_t get_pubkey(const String16& name, uint8_t** pubkey, size_t* pubkeyLength) function in class:android::BpKeystoreService
831 status_t status = remote()->transact(BnKeystoreService::GET_PUBKEY, data, &reply);
833 ALOGD("get_pubkey() could not contact remote: %d\n", status);
846 ALOGE("out of memory allocating output array in get_pubkey");
853 ALOGD("get_pubkey() caught exception %d\n", err);
    [all...]
key_store_service.cpp 403 * Until that happens, it's necessary to have a separate "get_pubkey" and
407 int32_t KeyStoreService::get_pubkey(const String16& name, uint8_t** pubkey, size_t* pubkeyLength) { function in class:android::KeyStoreService
    [all...]
  /system/security/keystore/include/keystore/
IKeystoreService.h 129 GET_PUBKEY = IBinder::FIRST_CALL_TRANSACTION + 15,
189 virtual int32_t get_pubkey(const String16& name, uint8_t** pubkey, size_t* pubkeyLength) = 0;

Completed in 1036 milliseconds