Searched refs:blob (Results 1 - 1 of 1) sorted by relevance

/system/security/keystore/
H A Dkeystore.cpp254 /* Here is the file format. There are two parts in blob.value, the secret and
256 * can be found in blob.length. The description is stored after the secret in
257 * plaintext, and its size is specified in blob.info. The total size of the two
259 * the second is the blob's type, and the third byte is reserved. Fields other
260 * than blob.info, blob.length, and blob.value are modified by encryptBlob()
277 struct __attribute__((packed)) blob { struct
311 Blob(blob b) {
437 struct blob mBlo
775 upgrade(const char* filename, Blob* blob, const uint8_t oldVersion, const BlobType type) argument
808 importBlobAsKey(Blob* blob, const char* filename) argument
[all...]

Completed in 29 milliseconds