/external/chromium_org/net/third_party/nss/patches/ |
aesgcm.patch | 119 -typedef enum { type_stream, type_block } CipherType; 120 +typedef enum { type_stream, type_block, type_aead } CipherType; 289 - {cipher_rc2, calg_rc2, 16, 16, type_block, 8, 8, kg_strong}, 290 - {cipher_rc2_40, calg_rc2, 16, 5, type_block, 8, 8, kg_export}, 291 - {cipher_des, calg_des, 8, 8, type_block, 8, 8, kg_strong}, 292 - {cipher_3des, calg_3des, 24, 24, type_block, 8, 8, kg_strong}, 293 - {cipher_des40, calg_des, 8, 5, type_block, 8, 8, kg_export}, 294 - {cipher_idea, calg_idea, 16, 16, type_block, 8, 8, kg_strong}, 295 - {cipher_aes_128, calg_aes, 16, 16, type_block, 16,16, kg_strong}, 296 - {cipher_aes_256, calg_aes, 32, 32, type_block, 16,16, kg_strong} [all...] |
chacha20poly1305.patch | 37 {cipher_camellia_256, calg_camellia, 32,32, type_block, 16,16, 0, 0}, 38 {cipher_seed, calg_seed, 16,16, type_block, 16,16, 0, 0},
|
/system/core/libutils/ |
README | 244 data := data_header type_block+ 247 type_block := <n> <id_offset> entry{n}
|
/external/llvm/docs/ |
BitCodeFormat.rst | 522 * 10 --- `TYPE_BLOCK`_ --- This describes all of the types in the module. 550 * `TYPE_BLOCK`_ 853 TYPE_BLOCK Contents 856 The ``TYPE_BLOCK`` block (id 10) contains records which constitute a table of 862 Entries within ``TYPE_BLOCK`` are constructed to ensure that each entry is [all...] |
/external/chromium_org/net/third_party/nss/ssl/ |
ssl3con.c | 281 {cipher_rc2, calg_rc2, 16,16, type_block, 8, 8, 0, 0}, 282 {cipher_rc2_40, calg_rc2, 16, 5, type_block, 8, 8, 0, 0}, 283 {cipher_des, calg_des, 8, 8, type_block, 8, 8, 0, 0}, 284 {cipher_3des, calg_3des, 24,24, type_block, 8, 8, 0, 0}, 285 {cipher_des40, calg_des, 8, 5, type_block, 8, 8, 0, 0}, 286 {cipher_idea, calg_idea, 16,16, type_block, 8, 8, 0, 0}, 287 {cipher_aes_128, calg_aes, 16,16, type_block, 16,16, 0, 0}, 288 {cipher_aes_256, calg_aes, 32,32, type_block, 16,16, 0, 0}, 289 {cipher_camellia_128, calg_camellia, 16,16, type_block, 16,16, 0, 0}, 290 {cipher_camellia_256, calg_camellia, 32,32, type_block, 16,16, 0, 0} [all...] |
derive.c | 120 if (cipher_def->type == type_block &&
|
sslimpl.h | 492 typedef enum { type_stream, type_block, type_aead } CipherType; enumerator in enum:__anon9498 [all...] |
/prebuilts/sdk/tools/linux/ |
libbcinfo.so | |
libLLVM.so | |
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
BitcodeReader.cpp | 561 return Error("Invalid type forward reference in TYPE_BLOCK"); [all...] |
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | 739 return Error("Invalid type forward reference in TYPE_BLOCK"); [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
BitcodeReader.cpp | 842 return Error("Invalid type forward reference in TYPE_BLOCK"); [all...] |
/prebuilts/devtools/tools/lib/ |
ddmlib.jar | |
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/ |
ddmlib-22.2.0.jar | |
/prebuilts/misc/common/ddmlib/ |
ddmlib-prebuilt.jar | |