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

/system/security/keystore/
H A DIKeystoreService.cpp763 virtual int32_t get_pubkey(const String16& name, uint8_t** pubkey, size_t* pubkeyLength) function in class:android::BpKeystoreService
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);
1493 int32_t ret = get_pubkey(name, (unsigned char**) &out, &outSize);
H A Dkeystore.cpp2047 * Until that happens, it's necessary to have a separate "get_pubkey" and
2051 int32_t get_pubkey(const String16& name, uint8_t** pubkey, size_t* pubkeyLength) { function in class:android::KeyStoreProxy

Completed in 94 milliseconds