HomeSort by relevance Sort by last modified time
    Searched defs:blob (Results 76 - 100 of 101) sorted by null

1 2 34 5

  /system/security/keystore/
keystore.cpp 441 /* Here is the file format. There are two parts in blob.value, the secret and
443 * can be found in blob.length. The description is stored after the secret in
444 * plaintext, and its size is specified in blob.info. The total size of the two
446 * the second is the blob's type, and the third byte is flags. Fields other
447 * than blob.info, blob.length, and blob.value are modified by encryptBlob()
464 struct __attribute__((packed)) blob { struct
486 class Blob {
488 Blob(const uint8_t* value, int32_t valueLength, const uint8_t* info, uint8_t infoLength
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
SerializedScriptValue.cpp 58 #include "core/fileapi/Blob.h"
172 // externally. It is safe to persist a SerializedScriptValue as a binary blob, but this
201 BlobTag = 'b', // uuid:WebCoreString, type:WebCoreString, size:uint64_t -> Blob (ref)
202 BlobIndexTag = 'i', // index:int32_t -> Blob (ref)
1279 Blob* blob = V8Blob::toNative(value.As<v8::Object>()); local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 215 struct wpa_config_blob *blob; local
226 wpa_printf(MSG_DEBUG, "CTRL: Set blob '%s'", name);
227 blob = os_zalloc(sizeof(*blob));
228 if (blob == NULL)
230 blob->name = os_strdup(name);
231 blob->data = os_malloc(len / 2);
232 if (blob->name == NULL || blob->data == NULL) {
233 wpa_config_free_blob(blob);
    [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java 3477 ByteArrayOutputStream blob = new ByteArrayOutputStream(IV.length + mk.length local
    [all...]
  /external/valgrind/main/include/vki/
vki-linux.h 2821 unsigned long blob[128 \/ sizeof(long)]; member in struct:vki_getcpu_cache
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar 
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincrypt.h 2536 CRYPT_DATA_BLOB blob; member in struct:_CMSG_CTRL_ADD_SIGNER_UNAUTH_ATTR_PARA
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar 
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpclient-4.1.1.jar 
  /external/smack/asmack-master/lib/
httpclient-4.1.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 1775 milliseconds

1 2 34 5