/third_party/node/deps/openssl/openssl/crypto/objects/ |
H A D | o_names.c | 28 static LHASH_OF(OBJ_NAME) *names_lh = NULL; 46 static unsigned long obj_name_hash(const OBJ_NAME *a); 47 static int obj_name_cmp(const OBJ_NAME *a, const OBJ_NAME *b); 120 static int obj_name_cmp(const OBJ_NAME *a, const OBJ_NAME *b) in obj_name_cmp() 136 static unsigned long obj_name_hash(const OBJ_NAME *a) in obj_name_hash() 154 OBJ_NAME on, *ret; in OBJ_NAME_get() 191 OBJ_NAME *onp, *ret; in OBJ_NAME_add() 245 OBJ_NAME o in OBJ_NAME_remove() [all...] |
H A D | obj_local.h | 12 DEFINE_LHASH_OF(OBJ_NAME); variable
|
/third_party/openssl/crypto/objects/ |
H A D | o_names.c | 28 static LHASH_OF(OBJ_NAME) *names_lh = NULL; 46 static unsigned long obj_name_hash(const OBJ_NAME *a); 47 static int obj_name_cmp(const OBJ_NAME *a, const OBJ_NAME *b); 120 static int obj_name_cmp(const OBJ_NAME *a, const OBJ_NAME *b) in obj_name_cmp() 136 static unsigned long obj_name_hash(const OBJ_NAME *a) in obj_name_hash() 154 OBJ_NAME on, *ret; in OBJ_NAME_get() 191 OBJ_NAME *onp, *ret; in OBJ_NAME_add() 245 OBJ_NAME o in OBJ_NAME_remove() [all...] |
H A D | obj_local.h | 12 DEFINE_LHASH_OF(OBJ_NAME); variable
|
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify_refcol/ |
H A D | Makefile | 4 OBJ_NAME = itt_refcol_impl.o macro 11 $(CC) -shared -o $(LIB_NAME) $(OBJ_NAME) 14 rm $(OBJ_NAME) $(LIB_NAME)
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | objects.h | 40 } OBJ_NAME; typedef 52 void OBJ_NAME_do_all(int type, void (*fn) (const OBJ_NAME *, void *arg), 55 void (*fn) (const OBJ_NAME *, void *arg),
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | objects.h | 48 } OBJ_NAME; typedef 60 void OBJ_NAME_do_all(int type, void (*fn) (const OBJ_NAME *, void *arg), 63 void (*fn) (const OBJ_NAME *, void *arg),
|
/third_party/openssl/include/openssl/ |
H A D | objects.h | 48 } OBJ_NAME; typedef 60 void OBJ_NAME_do_all(int type, void (*fn) (const OBJ_NAME *, void *arg), 63 void (*fn) (const OBJ_NAME *, void *arg),
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | names.c | 177 static void do_all_cipher_fn(const OBJ_NAME *nm, void *arg) in do_all_cipher_fn() 220 static void do_all_md_fn(const OBJ_NAME *nm, void *arg) in do_all_md_fn()
|
/third_party/openssl/crypto/evp/ |
H A D | names.c | 177 static void do_all_cipher_fn(const OBJ_NAME *nm, void *arg) in do_all_cipher_fn() 220 static void do_all_md_fn(const OBJ_NAME *nm, void *arg) in do_all_md_fn()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | core_namemap.c | 407 static void get_legacy_cipher_names(const OBJ_NAME *on, void *arg) in get_legacy_cipher_names() 415 static void get_legacy_md_names(const OBJ_NAME *on, void *arg) in get_legacy_md_names()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | enc.c | 38 static void show_ciphers(const OBJ_NAME *name, void *bio_); 657 static void show_ciphers(const OBJ_NAME *name, void *arg) in show_ciphers()
|
H A D | dgst.c | 31 static void show_digests(const OBJ_NAME *name, void *bio_); 478 static void show_digests(const OBJ_NAME *name, void *arg) in show_digests()
|
/third_party/openssl/apps/ |
H A D | enc.c | 38 static void show_ciphers(const OBJ_NAME *name, void *bio_); 654 static void show_ciphers(const OBJ_NAME *name, void *arg) in show_ciphers()
|
H A D | dgst.c | 31 static void show_digests(const OBJ_NAME *name, void *bio_); 478 static void show_digests(const OBJ_NAME *name, void *arg) in show_digests()
|
/third_party/openssl/crypto/ |
H A D | core_namemap.c | 404 static void get_legacy_cipher_names(const OBJ_NAME *on, void *arg) in get_legacy_cipher_names() 412 static void get_legacy_md_names(const OBJ_NAME *on, void *arg) in get_legacy_md_names()
|
/third_party/python/Lib/lib2to3/tests/data/ |
H A D | infinite_recursion.py | 839 OBJ_NAME = obj_name_st variable 2585 'int8_t', '__darwin_wint_t', 'OBJ_NAME',
|