D | keystore.cpp | 170 class Blob { class 172 Blob(uint8_t* value, int32_t valueLength, uint8_t* info, uint8_t infoLength) { in Blob() function in Blob 180 Blob(blob b) { in Blob() function in Blob 184 Blob() {} in Blob() function in Blob 324 Blob masterKeyBlob(mMasterKey, sizeof(mMasterKey), mSalt, sizeof(mSalt)); in writeMasterKey() 352 Blob masterKeyBlob(rawBlob); in readMasterKey() 424 ResponseCode get(const char* filename, Blob* keyBlob) { in get() 428 ResponseCode put(const char* filename, Blob* keyBlob) { in put() 571 Blob keyBlob; in get() 584 Blob keyBlob(val->value, val->length, 0, NULL); in insert()
|