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

  /frameworks/base/core/java/android/security/
IKeystoreService.java 335 public byte[] get_pubkey(String name) throws RemoteException { method in class:IKeystoreService.Stub.Proxy
640 public byte[] get_pubkey(String name) throws RemoteException; method in interface:IKeystoreService
  /system/security/keystore/
IKeystoreService.cpp 410 virtual int32_t get_pubkey(const String16& name, uint8_t** pubkey, size_t* pubkeyLength) function in class:android::BpKeystoreService
415 status_t status = remote()->transact(BnKeystoreService::GET_PUBKEY, data, &reply);
417 ALOGD("get_pubkey() could not contact remote: %d\n", status);
430 ALOGE("out of memory allocating output array in get_pubkey");
437 ALOGD("get_pubkey() caught exception %d\n", err);
857 case GET_PUBKEY: {
862 int32_t ret = get_pubkey(name, (unsigned char**) &out, &outSize);
    [all...]
keystore.cpp 2112 int32_t get_pubkey(const String16& name, uint8_t** pubkey, size_t* pubkeyLength) { function in class:android::KeyStoreProxy
    [all...]

Completed in 165 milliseconds