/system/core/libcrypto_utils/tests/ |
android_pubkey_test.cpp | 111 RSA* new_key = nullptr; variable 112 ASSERT_TRUE(android_pubkey_decode(kKey2048, sizeof(kKey2048), &new_key)); 113 key_.reset(new_key);
|
/system/core/libcrypto_utils/ |
android_pubkey.c | 68 RSA* new_key = RSA_new(); local 69 if (!new_key) { 84 new_key->n = BN_bin2bn(modulus_buffer, sizeof(modulus_buffer), NULL); 85 if (!new_key->n) { 90 new_key->e = BN_new(); 91 if (!new_key->e || !BN_set_word(new_key->e, key_struct->exponent)) { 103 *key = new_key; 107 if (!ret && new_key) { 108 RSA_free(new_key); [all...] |
/bionic/libc/kernel/uapi/linux/ |
pr.h | 40 __u64 new_key; member in struct:pr_registration 47 __u64 new_key; member in struct:pr_preempt
|
/external/kernel-headers/original/uapi/linux/ |
pr.h | 21 __u64 new_key; member in struct:pr_registration 28 __u64 new_key; member in struct:pr_preempt
|
/external/v8/src/compiler/ |
state-values-utils.cc | 115 NodeKey* new_key = new (zone()->New(sizeof(NodeKey))) NodeKey(node); local 116 lookup->key = new_key;
|
/external/selinux/libsepol/cil/src/ |
android.c | 209 char *new_key; local 213 new_key = __cil_attrib_get_versname(type->datum.name, args->num); 219 new_key, CIL_SYM_TYPES, CIL_TYPEATTRIBUTE); 237 char *new_key; local 241 new_key = __cil_attrib_get_versname(old_key, num); 249 rc = cil_symtab_insert(symtab, new_key, datum, node);
|
/frameworks/base/libs/androidfw/ |
AssetManager2.cpp | 496 uint32_t new_key = dtohl(map_entry->name.ident); local 497 if (!is_internal_resid(new_key)) { 500 if (entry.dynamic_ref_table->lookupResourceId(&new_key) != NO_ERROR) { 501 LOG(ERROR) << base::StringPrintf("Failed to resolve key 0x%08x in bag 0x%08x.", new_key, resid); 507 new_entry->key = new_key; 577 uint32_t new_key = dtohl(map_entry->name.ident); local 578 if (!is_internal_resid(new_key)) { 579 if (entry.dynamic_ref_table->lookupResourceId(&new_key) != NO_ERROR) { 580 LOG(ERROR) << base::StringPrintf("Failed to resolve key 0x%08x in bag 0x%08x.", new_key, resid); 586 new_entry->key = new_key; [all...] |
/external/libpng/ |
pngwutil.c | 1507 png_byte new_key[80]; local 1550 png_byte new_key[81]; local 1602 png_byte new_key[82]; local [all...] |
/external/pdfium/third_party/libpng16/ |
pngwutil.c | 1506 png_byte new_key[80]; local 1549 png_byte new_key[81]; local 1601 png_byte new_key[82]; local [all...] |
/external/skia/third_party/libpng/ |
pngwutil.c | 1506 png_byte new_key[80]; local 1549 png_byte new_key[81]; local 1601 png_byte new_key[82]; local [all...] |
/external/syslinux/com32/lib/libpng/ |
pngwutil.c | 1358 png_charp new_key; local 1400 png_charp new_key; local 1460 png_charp new_key = NULL; local [all...] |
/external/wpa_supplicant_8/src/pae/ |
ieee802_1x_kay_i.h | 145 struct data_key *new_key; member in struct:ieee802_1x_mka_participant
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
regparse.c | 5212 type_cclass_key* new_key; local [all...] |
/external/v8/src/ |
gdb-jit.cc | 2091 AddressRange new_key; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/ |
XKBstr.h | 208 unsigned char new_key; member in struct:_XkbRedirectKeyAction
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/ |
XKBstr.h | 208 unsigned char new_key; member in struct:_XkbRedirectKeyAction
|
/external/wpa_supplicant_8/wpa_supplicant/ |
ctrl_iface.c | 1616 char *new_key; local 1769 char *new_key; local [all...] |
/external/v8/src/crankshaft/ |
hydrogen.cc | 8813 HValue* new_key = loop.BeginBody( local [all...] |