Home | History | Annotate | Download | only in keystore

Lines Matching defs:get_pubkey

410     virtual int32_t get_pubkey(const String16& name, uint8_t** pubkey, size_t* pubkeyLength)
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);