Home
last modified time | relevance | path

Searched refs:inLength (Results 1 – 1 of 1) sorted by relevance

/system/security/keystore/
DIKeystoreService.cpp698 virtual int32_t sign(const String16& name, const uint8_t* in, size_t inLength, uint8_t** out, in sign() argument
704 data.writeInt32(inLength); in sign()
705 void* buf = data.writeInplace(inLength); in sign()
706 memcpy(buf, in, inLength); in sign()
735 virtual int32_t verify(const String16& name, const uint8_t* in, size_t inLength, in verify() argument
743 data.writeInt32(inLength); in verify()
744 buf = data.writeInplace(inLength); in verify()
745 memcpy(buf, in, inLength); in verify()