HomeSort by relevance Sort by last modified time
    Searched full:publ (Results 1 - 23 of 23) sorted by null

  /external/wpa_supplicant_8/src/crypto/
dh_group5.c 16 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ)
18 wpabuf_free(*publ);
19 *publ = dh_init(dh_groups_get(5), priv);
20 if (*publ == NULL)
26 void * dh5_init_fixed(const struct wpabuf *priv, const struct wpabuf *publ)
dh_group5.h 12 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ);
13 void * dh5_init_fixed(const struct wpabuf *priv, const struct wpabuf *publ);
crypto_openssl.c 603 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ)
610 *publ = NULL;
640 *publ = pubkey;
651 void * dh5_init_fixed(const struct wpabuf *priv, const struct wpabuf *publ)
671 dh->pub_key = BN_bin2bn(wpabuf_head(publ), wpabuf_len(publ), NULL);
  /external/iproute2/tipc/
nametable.c 33 struct nlattr *publ[TIPC_NLA_PUBL_MAX + 1] = {}; local
44 mnl_attr_parse_nested(attrs[TIPC_NLA_NAME_TABLE_PUBL], parse_attrs, publ);
45 if (!publ[TIPC_NLA_NAME_TABLE_PUBL])
55 tipc_zone(mnl_attr_get_u32(publ[TIPC_NLA_PUBL_NODE])),
56 tipc_cluster(mnl_attr_get_u32(publ[TIPC_NLA_PUBL_NODE])),
57 tipc_node(mnl_attr_get_u32(publ[TIPC_NLA_PUBL_NODE])),
58 mnl_attr_get_u32(publ[TIPC_NLA_PUBL_REF]));
61 mnl_attr_get_u32(publ[TIPC_NLA_PUBL_TYPE]),
62 mnl_attr_get_u32(publ[TIPC_NLA_PUBL_LOWER]),
63 mnl_attr_get_u32(publ[TIPC_NLA_PUBL_UPPER])
    [all...]
  /libcore/luni/src/test/java/tests/security/interfaces/
DSAPublicKeyTest.java 41 DSAPublicKey publ = null; local
48 publ = (DSAPublicKey) keys.getPublic();
49 assertNotNull("Invalid Y value", publ.getY());
56 publ = (DSAPublicKey) keys.getPublic();
57 assertNotNull("Invalid Y value", publ.getY());
  /external/pcre/dist/
pcre_globals.c 70 PCRE_EXP_DATA_DEFN void *(*PUBL(malloc))(size_t) = LocalPcreMalloc;
71 PCRE_EXP_DATA_DEFN void (*PUBL(free))(void *) = LocalPcreFree;
72 PCRE_EXP_DATA_DEFN void *(*PUBL(stack_malloc))(size_t) = LocalPcreMalloc;
73 PCRE_EXP_DATA_DEFN void (*PUBL(stack_free))(void *) = LocalPcreFree;
74 PCRE_EXP_DATA_DEFN int (*PUBL(callout))(PUBL(callout_block) *) = NULL;
75 PCRE_EXP_DATA_DEFN int (*PUBL(stack_guard))(void) = NULL;
78 PCRE_EXP_DATA_DEFN void *(*PUBL(malloc))(size_t) = malloc;
79 PCRE_EXP_DATA_DEFN void (*PUBL(free))(void *) = free;
80 PCRE_EXP_DATA_DEFN void *(*PUBL(stack_malloc))(size_t) = malloc
    [all...]
pcre_maketables.c 62 part of the library, the store is obtained via PUBL(malloc)(), but when
84 yield = (unsigned char*)(PUBL(malloc))(tables_length);
pcre_get.c 462 stringlist = (pcre_uchar **)(PUBL(malloc))(size);
494 programs that can call its functions, but not free() or (PUBL(free))()
512 (PUBL(free))((void *)pointer);
562 substring = (pcre_uchar *)(PUBL(malloc))(IN_UCHARS(yield + 1));
641 programs that can call its functions, but not free() or (PUBL(free))()
659 (PUBL(free))((void *)pointer);
pcre_study.c     [all...]
pcre_internal.h     [all...]
pcre_exec.c 354 newframe = (heapframe *)(PUBL(stack_malloc))(sizeof(heapframe));\
    [all...]
pcreposix.c 247 (PUBL(free))(preg->re_pcre);
pcre_dfa_exec.c     [all...]
pcre_compile.c     [all...]
pcre_jit_compile.c 55 #define SLJIT_MALLOC(size, allocator_data) (PUBL(malloc))(size)
56 #define SLJIT_FREE(ptr, allocator_data) (PUBL(free))(ptr)
184 PUBL(jit_callback) callback;
    [all...]
  /system/bt/stack/include/
smp_api.h 250 /* dhkey = P-256(private_key_used, publ key rcvd from the other side) */
  /frameworks/base/docs/html-intl/intl/es/distribute/googleplay/
wear.jd 150 <h3 id="opt_in">4. Incluye tu aplicación en Android Wear y publícala</h3>
tv.jd 156 <h3 id="opt_in">4. Incluye tu aplicación en Android TV y publícala</h3>
  /libcore/ojluni/src/main/java/sun/net/
RegisteredDomain.java     [all...]
  /external/v8/test/cctest/
test-parsing.cc     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Metrowerks_Shell_Suite.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Metrowerks_Shell_Suite.py     [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/
fr-FR_tpp_net.utf 937 4669 "publ"
    [all...]

Completed in 1215 milliseconds