Home
last modified time | relevance | path

Searched refs:OBJ_NAME (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/objects/
Do_names.c45 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 …]
Dobj_local.h12 DEFINE_LHASH_OF(OBJ_NAME);
/freebsd-12-stable/crypto/openssl/include/openssl/
Dobjects.h40 } 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/
Dnames.c103 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/
Ddgst.c31 static void show_digests(const OBJ_NAME *name, void *bio_);
434 static void show_digests(const OBJ_NAME *name, void *arg) in show_digests()
Denc.c34 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/
DREADME49 into ENGINE is storage - the OBJ_NAME-based storage used by EVP to register