Home | History | Annotate | Download | only in keystore

Lines Matching defs:sign

761     virtual int32_t sign(const String16& name, const uint8_t* in, size_t inLength, uint8_t** out,
770 status_t status = remote()->transact(BnKeystoreService::SIGN, data, &reply);
785 ALOGE("out of memory allocating output array in sign");
1533 case SIGN: {
1546 int32_t ret = sign(name, (const uint8_t*) in, (size_t) inSize, (uint8_t**) &out, &outSize);