Lines Matching full:get_pubkey
826 virtual int32_t get_pubkey(const String16& name, uint8_t** pubkey, size_t* pubkeyLength)
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);
1584 case GET_PUBKEY: {
1589 int32_t ret = get_pubkey(name, (unsigned char**) &out, &outSize);