Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/doc/crypto/
HDERR_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.
36 ERR_set_mark() and ERR_pop_to_mark() were added in OpenSSL 0.9.8.
/NextBSD/crypto/openssl/crypto/x509/
HDverify_extra_test.c83 ERR_set_mark(); in STACK_OF()
/NextBSD/crypto/openssl/crypto/pkcs12/
HDp12_kiss.c138 ERR_set_mark(); in PKCS12_parse()
/NextBSD/crypto/openssl/crypto/engine/
HDeng_table.c258 ERR_set_mark(); in engine_table_select()
/NextBSD/crypto/openssl/crypto/err/
HDerr.h369 int ERR_set_mark(void);
HDerr.c1115 int ERR_set_mark(void) in ERR_set_mark() function
/NextBSD/secure/lib/libcrypto/
HDMakefile.man99 MAN+= ERR_set_mark.3
596 MLINKS+= ERR_set_mark.3 ERR_pop_to_mark.3
/NextBSD/crypto/openssl/util/
HDlibeay.num2894 ERR_set_mark 3332 EXIST::FUNCTION:
/NextBSD/crypto/openssl/
HDCHANGES3589 *) Add the functions ERR_set_mark() and ERR_pop_to_mark() for better