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

  /frameworks/base/core/java/android/security/
IKeystoreService.aidl 49 byte[] get_pubkey(String name);
  /system/security/keystore/
keystore_cli.cpp 231 SINGLE_ARG_DATA_RETURN(get_pubkey);
IKeystoreService.cpp 763 virtual int32_t get_pubkey(const String16& name, uint8_t** pubkey, size_t* pubkeyLength) function in class:android::BpKeystoreService
768 status_t status = remote()->transact(BnKeystoreService::GET_PUBKEY, data, &reply);
770 ALOGD("get_pubkey() could not contact remote: %d\n", status);
783 ALOGE("out of memory allocating output array in get_pubkey");
790 ALOGD("get_pubkey() caught exception %d\n", err);
    [all...]
keystore.cpp 2051 int32_t get_pubkey(const String16& name, uint8_t** pubkey, size_t* pubkeyLength) { function in class:android::KeyStoreProxy
    [all...]
  /system/security/keystore-engine/
eng_keystore.cpp 121 int32_t ret = service->get_pubkey(String16(key_id), &pubkey, &pubkeyLen);
android_engine.cpp 414 int32_t ret = service->get_pubkey(String16(key_id), &pubkey, &pubkey_len);
  /system/security/keystore/include/keystore/
IKeystoreService.h 117 GET_PUBKEY = IBinder::FIRST_CALL_TRANSACTION + 15,
176 virtual int32_t get_pubkey(const String16& name, uint8_t** pubkey, size_t* pubkeyLength) = 0;

Completed in 187 milliseconds