Home | History | Annotate | Download | only in keystore

Lines Matching refs:infoLength

413     Blob(const uint8_t* value, int32_t valueLength, const uint8_t* info, uint8_t infoLength,
418 mBlob.info = infoLength;
419 memcpy(mBlob.value + valueLength, info, infoLength);