Searched refs:OBJ_NAME (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/crypto/openssl/crypto/objects/ |
| D | o_names.c | 45 static LHASH_OF(OBJ_NAME) *names_lh = NULL; 63 static unsigned long obj_name_hash(const OBJ_NAME *a); 64 static int obj_name_cmp(const OBJ_NAME *a, const OBJ_NAME *b); 146 static int obj_name_cmp(const OBJ_NAME *a, const OBJ_NAME *b) in obj_name_cmp() 162 static unsigned long obj_name_hash(const OBJ_NAME *a) in obj_name_hash() 180 OBJ_NAME on, *ret; in OBJ_NAME_get() 216 OBJ_NAME *onp, *ret; in OBJ_NAME_add() 267 OBJ_NAME on, *ret; in OBJ_NAME_remove() 301 void (*fn) (const OBJ_NAME *, void *arg); 305 static void do_all_fn(const OBJ_NAME *name, OBJ_DOALL *d) in do_all_fn() [all …]
|
| D | obj_local.h | 12 DEFINE_LHASH_OF(OBJ_NAME);
|
| /freebsd-12-stable/crypto/openssl/include/openssl/ |
| 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),
|
| /freebsd-12-stable/crypto/openssl/crypto/evp/ |
| D | names.c | 103 static void do_all_cipher_fn(const OBJ_NAME *nm, void *arg) in do_all_cipher_fn() 146 static void do_all_md_fn(const OBJ_NAME *nm, void *arg) in do_all_md_fn()
|
| /freebsd-12-stable/crypto/openssl/apps/ |
| D | dgst.c | 31 static void show_digests(const OBJ_NAME *name, void *bio_); 434 static void show_digests(const OBJ_NAME *name, void *arg) in show_digests()
|
| D | enc.c | 34 static void show_ciphers(const OBJ_NAME *name, void *bio_); 625 static void show_ciphers(const OBJ_NAME *name, void *arg) in show_ciphers()
|
| /freebsd-12-stable/crypto/openssl/crypto/engine/ |
| D | README | 49 into ENGINE is storage - the OBJ_NAME-based storage used by EVP to register
|