Searched defs:get_pubkey (Results 1 - 2 of 2) sorted by relevance

/system/security/keystore/
H A DIKeystoreService.cpp410 virtual int32_t get_pubkey(const String16& name, uint8_t** pubkey, size_t* pubkeyLength) function in class:android::BpKeystoreService
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);
862 int32_t ret = get_pubkey(name, (unsigned char**) &out, &outSize);
H A Dkeystore.cpp2108 * Until that happens, it's necessary to have a separate "get_pubkey" and
2112 int32_t get_pubkey(const String16& name, uint8_t** pubkey, size_t* pubkeyLength) { function in class:android::KeyStoreProxy
2116 ALOGW("permission denied for %d: get_pubkey", callingUid);
2123 ALOGV("get_pubkey '%s' from uid %d", name8.string(), callingUid);

Completed in 63 milliseconds