Home
last modified time | relevance | path

Searched refs:ERR_TXT_STRING (Results 1 - 25 of 72) sorted by relevance

123

/third_party/node/deps/openssl/openssl/crypto/err/
H A Derr_prn.c33 if ((flags & ERR_TXT_STRING) == 0) in ERR_print_errors_cb()
82 if ((flags & ERR_TXT_STRING) == 0) { in ERR_add_error_txt()
H A Derr_blocks.c110 flags = ERR_TXT_MALLOCED | ERR_TXT_STRING; in ERR_vset_error()
/third_party/openssl/crypto/err/
H A Derr_prn.c33 if ((flags & ERR_TXT_STRING) == 0) in ERR_print_errors_cb()
82 if ((flags & ERR_TXT_STRING) == 0) { in ERR_add_error_txt()
H A Derr_blocks.c110 flags = ERR_TXT_MALLOCED | ERR_TXT_STRING; in ERR_vset_error()
/third_party/openssl/test/
H A Derrtest.c300 || !TEST_int_eq(flags, ERR_TXT_STRING | ERR_TXT_MALLOCED)) in test_clear_error()
316 || !TEST_int_eq(flags, ERR_TXT_STRING | ERR_TXT_MALLOCED)) in test_clear_error()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Derror.rs127 let data = if flags & ffi::ERR_TXT_STRING != 0 { in get()
187 ffi::ERR_set_error_data(ptr, flags | ffi::ERR_TXT_STRING); in put()
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Derr.rs4 pub const ERR_TXT_STRING: c_int = 0x02; consts
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_util.c178 if (data != NULL && (flags & ERR_TXT_STRING) != 0) in OSSL_CMP_print_errors_cb()
/third_party/openssl/crypto/cmp/
H A Dcmp_util.c178 if (data != NULL && (flags & ERR_TXT_STRING) != 0) in OSSL_CMP_print_errors_cb()
/third_party/openssl/ohos_lite/include/openssl/
H A Derr.h37 # define ERR_TXT_STRING 0x02 macro
/third_party/rust/crates/rust-openssl/openssl-errors/src/
H A Dlib.rs192 openssl_sys::ERR_set_error_data(ptr, flags | openssl_sys::ERR_TXT_STRING); in put_error_inner()
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Derr.h49 # define ERR_TXT_STRING 0x02 macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Derr.h49 # define ERR_TXT_STRING 0x02 macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Derr.h49 # define ERR_TXT_STRING 0x02 macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Derr.h49 # define ERR_TXT_STRING 0x02 macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Derr.h49 # define ERR_TXT_STRING 0x02 macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Derr.h49 # define ERR_TXT_STRING 0x02 macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Derr.h49 # define ERR_TXT_STRING 0x02 macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Derr.h49 # define ERR_TXT_STRING 0x02 macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Derr.h49 # define ERR_TXT_STRING 0x02 macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Derr.h49 # define ERR_TXT_STRING 0x02 macro
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Derr.h49 # define ERR_TXT_STRING 0x02 macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Derr.h49 # define ERR_TXT_STRING 0x02 macro
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Derr.h49 # define ERR_TXT_STRING 0x02 macro
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Derr.h49 # define ERR_TXT_STRING 0x02 macro

Completed in 26 milliseconds

123