Home
last modified time | relevance | path

Searched refs:ERR_set_mark (Results 1 – 21 of 21) sorted by relevance

/third_party/openssl/doc/man3/
DERR_set_mark.pod5 ERR_set_mark, ERR_pop_to_mark - set marks and pop errors until mark
11 int ERR_set_mark(void);
17 ERR_set_mark() sets a mark on the current topmost error record if there
25 ERR_set_mark() returns 0 if the error stack is empty, otherwise 1.
/third_party/openssl/crypto/asn1/
Dd2i_pr.c111 ERR_set_mark(); in d2i_AutoPrivateKey()
/third_party/openssl/crypto/pkcs12/
Dp12_kiss.c89 ERR_set_mark(); in PKCS12_parse()
/third_party/openssl/crypto/engine/
Deng_table.c210 ERR_set_mark(); in engine_table_select()
/third_party/openssl/test/
Dverify_extra_test.c60 ERR_set_mark(); in STACK_OF()
/third_party/openssl/crypto/x509/
Dx_pubkey.c45 ERR_set_mark(); in pubkey_cb()
Dt_x509.c89 ERR_set_mark(); in X509_print_ex()
/third_party/openssl/crypto/conf/
Dconf_lib.c127 ERR_set_mark(); in CONF_get_number()
/third_party/openssl/crypto/rsa/
Drsa_gen.c191 ERR_set_mark(); in rsa_builtin_keygen()
/third_party/openssl/include/openssl/
Derr.h266 int ERR_set_mark(void);
/third_party/openssl/crypto/
Dinit.c801 ERR_set_mark(); in OPENSSL_atexit()
/third_party/openssl/crypto/rand/
Drand_unix.c396 ERR_set_mark(); in syscall_random()
/third_party/openssl/crypto/store/
Dstore_lib.c73 ERR_set_mark(); in OSSL_STORE_open()
/third_party/openssl/crypto/err/
Derr.c880 int ERR_set_mark(void) in ERR_set_mark() function
/third_party/node/src/
Dnode_crypto.h59 MarkPopErrorOnReturn() { ERR_set_mark(); } in MarkPopErrorOnReturn()
/third_party/curl/m4/
Dcurl-openssl.m4173 AC_LANG_FUNC_LINK_TRY([ERR_set_mark])
/third_party/openssl/crypto/ec/
Decp_smpl.c1444 ERR_set_mark(); in ec_GFp_simple_blind_coordinates()
/third_party/openssl/ssl/
Dt1_lib.c2609 ERR_set_mark(); in check_cert_usable()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h1422 #define ERR_set_mark BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, ERR_set_mark) macro
/third_party/openssl/util/
Dlibcrypto.num712 ERR_set_mark 711 1_1_0 EXIST::FUNCTION:
/third_party/openssl/
DCHANGES6505 *) Add the functions ERR_set_mark() and ERR_pop_to_mark() for better