Home
last modified time | relevance | path

Searched refs:OBJ_cleanup (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/doc/man3/
DOBJ_nid2obj.pod8 OBJ_dup, OBJ_txt2obj, OBJ_obj2txt, OBJ_create, OBJ_cleanup
41 void OBJ_cleanup(void)
97 OBJ_cleanup() releases any resources allocated by creating new objects.
179 OBJ_cleanup() was deprecated in OpenSSL 1.1.0 by L<OPENSSL_init_crypto(3)>
/third_party/openssl/include/openssl/
Dobjects.h159 # define OBJ_cleanup() while(0) continue macro
/third_party/openssl/util/
Dprivate.num284 OBJ_cleanup define deprecated 1.1.0
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h1797 #define OBJ_cleanup BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, OBJ_cleanup) macro
/third_party/openssl/
DCHANGES1708 functions are CONF_modules_free(), ENGINE_cleanup(), OBJ_cleanup(),
5204 *) Don't free up OIDs in OBJ_cleanup() if they are in use by EVP_MD or
8924 (and "OBJ_cleanup" in crypto/objects/obj_dat.c as an example).