Home
last modified time | relevance | path

Searched refs:_ctx (Results 1 – 12 of 12) sorted by relevance

/openbsd/lib/libtls/
H A Dtls.h98 const char *tls_error(struct tls *_ctx);
101 int tls_error_code(struct tls *_ctx);
179 void tls_reset(struct tls *_ctx);
180 void tls_free(struct tls *_ctx);
195 int tls_handshake(struct tls *_ctx);
198 int tls_close(struct tls *_ctx);
200 int tls_peer_cert_provided(struct tls *_ctx);
212 const char *tls_conn_cipher(struct tls *_ctx);
213 int tls_conn_cipher_strength(struct tls *_ctx);
215 int tls_conn_session_resumed(struct tls *_ctx);
[all …]
H A Dtls_internal.h242 int tls_get_common_name(struct tls *_ctx, X509 *_cert, const char *_in_name,
/openbsd/lib/libcbor/src/cbor/
H A Dcallbacks.c10 void cbor_null_uint8_callback(void *_CBOR_UNUSED(_ctx), in cbor_null_uint8_callback() argument
13 void cbor_null_uint16_callback(void *_CBOR_UNUSED(_ctx), in cbor_null_uint16_callback() argument
16 void cbor_null_uint32_callback(void *_CBOR_UNUSED(_ctx), in cbor_null_uint32_callback() argument
19 void cbor_null_uint64_callback(void *_CBOR_UNUSED(_ctx), in cbor_null_uint64_callback() argument
22 void cbor_null_negint8_callback(void *_CBOR_UNUSED(_ctx), in cbor_null_negint8_callback() argument
25 void cbor_null_negint16_callback(void *_CBOR_UNUSED(_ctx), in cbor_null_negint16_callback() argument
28 void cbor_null_negint32_callback(void *_CBOR_UNUSED(_ctx), in cbor_null_negint32_callback() argument
31 void cbor_null_negint64_callback(void *_CBOR_UNUSED(_ctx), in cbor_null_negint64_callback() argument
34 void cbor_null_string_callback(void *_CBOR_UNUSED(_ctx), in cbor_null_string_callback() argument
56 void cbor_null_tag_callback(void *_CBOR_UNUSED(_ctx), in cbor_null_tag_callback() argument
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_interceptors_memintrinsics.h66 AsanInterceptorContext *_ctx = (AsanInterceptorContext *)ctx; \ in DECLARE_REAL()
68 if (_ctx) { \ in DECLARE_REAL()
69 suppressed = IsInterceptorSuppressed(_ctx->interceptor_name); \ in DECLARE_REAL()
H A Dasan_interceptors.cpp88 AsanInterceptorContext _ctx = {#func}; \ in DECLARE_REAL_AND_INTERCEPTOR()
89 ctx = (void *)&_ctx; \
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h221 DeclOrigin(clang::ASTContext *_ctx, clang::Decl *_decl) in DeclOrigin()
222 : ctx(_ctx), decl(_decl) { in DeclOrigin()
224 assert(_decl == nullptr || &_decl->getASTContext() == _ctx); in DeclOrigin()
/openbsd/usr.bin/ssh/
H A Dhostfile.c229 record_hostkey(struct hostkey_foreach_line *l, void *_ctx) in record_hostkey() argument
231 struct load_callback_ctx *ctx = (struct load_callback_ctx *)_ctx; in record_hostkey()
544 host_delete(struct hostkey_foreach_line *l, void *_ctx) in host_delete() argument
546 struct host_delete_ctx *ctx = (struct host_delete_ctx *)_ctx; in host_delete()
H A Dclientloop.c2074 hostkeys_find(struct hostkey_foreach_line *l, void *_ctx) in hostkeys_find() argument
2076 struct hostkeys_update_ctx *ctx = (struct hostkeys_update_ctx *)_ctx; in hostkeys_find()
2156 hostkeys_check_old(struct hostkey_foreach_line *l, void *_ctx) in hostkeys_check_old() argument
2158 struct hostkeys_update_ctx *ctx = (struct hostkeys_update_ctx *)_ctx; in hostkeys_check_old()
2316 u_int32_t seq, void *_ctx) in client_global_hostkeys_prove_confirm() argument
2318 struct hostkeys_update_ctx *ctx = (struct hostkeys_update_ctx *)_ctx; in client_global_hostkeys_prove_confirm()
H A Dsshconnect.c707 hostkeys_find_by_key_cb(struct hostkey_foreach_line *l, void *_ctx) in hostkeys_find_by_key_cb() argument
709 struct find_by_key_ctx *ctx = (struct find_by_key_ctx *)_ctx; in hostkeys_find_by_key_cb()
H A Dssh-keygen.c1196 known_hosts_hash(struct hostkey_foreach_line *l, void *_ctx) in known_hosts_hash() argument
1198 struct known_hosts_ctx *ctx = (struct known_hosts_ctx *)_ctx; in known_hosts_hash()
1248 known_hosts_find_delete(struct hostkey_foreach_line *l, void *_ctx) in known_hosts_find_delete() argument
1250 struct known_hosts_ctx *ctx = (struct known_hosts_ctx *)_ctx; in known_hosts_find_delete()
/openbsd/regress/usr.bin/ssh/unittests/hostkeys/
H A Dtest_iterate.c48 check(struct hostkey_foreach_line *l, void *_ctx) in check() argument
50 struct cbctx *ctx = (struct cbctx *)_ctx; in check()
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2467 TsanInterceptorContext _ctx = {thr, pc}; \
2468 ctx = (void *)&_ctx; \
2473 TsanInterceptorContext _ctx = {thr, pc}; \
2474 ctx = (void *)&_ctx; \