Home | History | Annotate | Download | only in keystore

Lines Matching refs:itemLength

1717     int32_t get(const String16& name, uint8_t** item, size_t* itemLength) {
1730 *itemLength = 0;
1736 *itemLength = keyBlob.getLength();
1741 int32_t insert(const String16& name, const uint8_t* item, size_t itemLength, int targetUid,
1753 Blob keyBlob(item, itemLength, NULL, 0, ::TYPE_GENERIC);