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

/frameworks/base/core/jni/
H A Dandroid_database_SQLiteQuery.cpp208 LOGE("Failed allocating %u bytes for text/blob at %d,%d", size,
243 uint8_t const * blob = (uint8_t const *)sqlite3_column_blob(statement, i); local
248 LOGE("Failed allocating %u bytes for blob at %d,%d", size,
253 window->copyIn(offset, blob, size);
/frameworks/base/cmds/keystore/
H A Dkeystore.c146 /* Here is the file format. There are two parts in blob.value, the secret and
148 * can be found in blob.length. The description is stored after the secret in
149 * plaintext, and its size is specified in blob.info. The total size of the two
152 * than blob.info, blob.length, and blob.value are modified by encrypt_blob()
166 } blob; variable in typeref:struct:__anon1
174 if (read(the_entropy, blob.vector, AES_BLOCK_SIZE) != AES_BLOCK_SIZE) {
178 length = blob.length + (blob
[all...]

Completed in 850 milliseconds