Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 25 of 934) sorted by relevance

12345678910>>...38

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_digest.c112 __archive_md5init(archive_md5_ctx *ctx) in __archive_md5init()
136 __archive_md5init(archive_md5_ctx *ctx) in __archive_md5init()
160 __archive_md5init(archive_md5_ctx *ctx) in __archive_md5init()
184 __archive_md5init(archive_md5_ctx *ctx) in __archive_md5init()
218 __archive_md5init(archive_md5_ctx *ctx) in __archive_md5init()
242 __archive_md5init(archive_md5_ctx *ctx) in __archive_md5init()
277 __archive_md5init(archive_md5_ctx *ctx) in __archive_md5init()
298 __archive_md5init(archive_md5_ctx *ctx) in __archive_md5init()
495 __archive_sha1init(archive_sha1_ctx *ctx) in __archive_sha1init()
519 __archive_sha1init(archive_sha1_ctx *ctx) in __archive_sha1init()
[all …]
H A Darchive_hmac.c58 __hmac_sha1_update(archive_hmac_sha1_ctx *ctx, const uint8_t *data, in __hmac_sha1_update()
72 __hmac_sha1_cleanup(archive_hmac_sha1_ctx *ctx) in __hmac_sha1_cleanup()
129 __hmac_sha1_update(archive_hmac_sha1_ctx *ctx, const uint8_t *data, in __hmac_sha1_update()
144 __hmac_sha1_cleanup(archive_hmac_sha1_ctx *ctx) in __hmac_sha1_cleanup()
181 __hmac_sha1_update(archive_hmac_sha1_ctx *ctx, const uint8_t *data, in __hmac_sha1_update()
194 static void __hmac_sha1_cleanup(archive_hmac_sha1_ctx *ctx) in __hmac_sha1_cleanup()
210 __hmac_sha1_update(archive_hmac_sha1_ctx *ctx, const uint8_t *data, in __hmac_sha1_update()
223 __hmac_sha1_cleanup(archive_hmac_sha1_ctx *ctx) in __hmac_sha1_cleanup()
241 __hmac_sha1_update(archive_hmac_sha1_ctx *ctx, const uint8_t *data, in __hmac_sha1_update()
257 __hmac_sha1_cleanup(archive_hmac_sha1_ctx *ctx) in __hmac_sha1_cleanup()
[all …]
H A Darchive_cryptor.c95 mbedtls_md_context_t ctx; in pbkdf2_sha1() local
179 aes_ctr_encrypt_counter(archive_crypto_ctx *ctx) in aes_ctr_encrypt_counter()
193 aes_ctr_release(archive_crypto_ctx *ctx) in aes_ctr_release()
274 aes_ctr_encrypt_counter(archive_crypto_ctx *ctx) in aes_ctr_encrypt_counter()
286 aes_ctr_release(archive_crypto_ctx *ctx) in aes_ctr_release()
315 aes_ctr_encrypt_counter(archive_crypto_ctx *ctx) in aes_ctr_encrypt_counter()
327 aes_ctr_release(archive_crypto_ctx *ctx) in aes_ctr_release()
348 aes_ctr_encrypt_counter(archive_crypto_ctx *ctx) in aes_ctr_encrypt_counter()
379 aes_ctr_release(archive_crypto_ctx *ctx) in aes_ctr_release()
424 aes_ctr_release(archive_crypto_ctx *ctx) in aes_ctr_release()
[all …]
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_vfy.c206 check_id(X509_STORE_CTX *ctx) in check_id()
229 x509_vfy_check_id(X509_STORE_CTX *ctx) { in x509_vfy_check_id()
600 X509_verify_cert(X509_STORE_CTX *ctx) in X509_verify_cert()
931 check_trust(X509_STORE_CTX *ctx) in check_trust()
986 x509_vfy_check_trust(X509_STORE_CTX *ctx) in x509_vfy_check_trust()
992 check_revocation(X509_STORE_CTX *ctx) in check_revocation()
1783 x509_vfy_check_policy(X509_STORE_CTX *ctx) in x509_vfy_check_policy()
1835 check_policy(X509_STORE_CTX *ctx) in check_policy()
2002 internal_verify(X509_STORE_CTX *ctx) in internal_verify()
2324 X509_STORE_CTX *ctx; in X509_STORE_CTX_new() local
[all …]
H A Dx509_verify.c216 x509_verify_ctx_reset(struct x509_verify_ctx *ctx) in x509_verify_ctx_reset()
233 x509_verify_ctx_clear(struct x509_verify_ctx *ctx) in x509_verify_ctx_clear()
301 x509_verify_ctx_set_xsc_chain(struct x509_verify_ctx *ctx, in x509_verify_ctx_set_xsc_chain()
348 x509_verify_ctx_save_xsc_error(struct x509_verify_ctx *ctx) in x509_verify_ctx_save_xsc_error()
474 x509_verify_ctx_add_chain(struct x509_verify_ctx *ctx, in x509_verify_ctx_add_chain()
806 x509_verify_set_check_time(struct x509_verify_ctx *ctx) in x509_verify_set_check_time()
970 struct x509_verify_ctx *ctx; in x509_verify_ctx_new_from_xsc() local
1002 struct x509_verify_ctx *ctx; in x509_verify_ctx_new() local
1030 x509_verify_ctx_free(struct x509_verify_ctx *ctx) in x509_verify_ctx_free()
1085 x509_verify_ctx_error_string(struct x509_verify_ctx *ctx) in x509_verify_ctx_error_string()
[all …]
/dragonfly/crypto/libressl/crypto/evp/
H A Devp_lib.c137 EVP_CIPHER_type(const EVP_CIPHER *ctx) in EVP_CIPHER_type()
208 EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_cipher()
226 EVP_CIPHER_CTX_flags(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_flags()
273 EVP_CIPHER_CTX_buf_noconst(EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_buf_noconst()
297 EVP_CIPHER_CTX_nid(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_nid()
468 int (*cleanup)(EVP_MD_CTX *ctx)) in EVP_MD_meth_set_cleanup()
483 EVP_MD_CTX_md(const EVP_MD_CTX *ctx) in EVP_MD_CTX_md()
491 EVP_MD_CTX_md_data(const EVP_MD_CTX *ctx) in EVP_MD_CTX_md_data()
497 EVP_MD_CTX_pkey_ctx(const EVP_MD_CTX *ctx) in EVP_MD_CTX_pkey_ctx()
526 EVP_MD_CTX_set_flags(EVP_MD_CTX *ctx, int flags) in EVP_MD_CTX_set_flags()
[all …]
H A Dpmeth_lib.c341 EVP_PKEY_CTX_free(EVP_PKEY_CTX *ctx) in EVP_PKEY_CTX_free()
465 EVP_PKEY_CTX_get_data(EVP_PKEY_CTX *ctx) in EVP_PKEY_CTX_get_data()
471 EVP_PKEY_CTX_get0_pkey(EVP_PKEY_CTX *ctx) in EVP_PKEY_CTX_get0_pkey()
496 int (*init)(EVP_PKEY_CTX *ctx)) in EVP_PKEY_meth_set_init()
510 void (*cleanup)(EVP_PKEY_CTX *ctx)) in EVP_PKEY_meth_set_cleanup()
526 int (*keygen_init)(EVP_PKEY_CTX *ctx), in EVP_PKEY_meth_set_keygen()
535 int (*sign_init)(EVP_PKEY_CTX *ctx), in EVP_PKEY_meth_set_sign()
545 int (*verify_init)(EVP_PKEY_CTX *ctx), in EVP_PKEY_meth_set_verify()
586 int (*encrypt_init)(EVP_PKEY_CTX *ctx), in EVP_PKEY_meth_set_encrypt()
596 int (*decrypt_init)(EVP_PKEY_CTX *ctx), in EVP_PKEY_meth_set_decrypt()
[all …]
H A Dpmeth_fn.c68 #define M_check_autoarg(ctx, arg, arglen, err) \ argument
85 EVP_PKEY_sign_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_sign_init()
103 EVP_PKEY_sign(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, in EVP_PKEY_sign()
119 EVP_PKEY_verify_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_verify_init()
152 EVP_PKEY_verify_recover_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_verify_recover_init()
186 EVP_PKEY_encrypt_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_encrypt_init()
204 EVP_PKEY_encrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, in EVP_PKEY_encrypt()
220 EVP_PKEY_decrypt_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_decrypt_init()
238 EVP_PKEY_decrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, in EVP_PKEY_decrypt()
254 EVP_PKEY_derive_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_derive_init()
[all …]
H A Dpmeth_gn.c72 EVP_PKEY_paramgen_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_paramgen_init()
90 EVP_PKEY_paramgen(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey) in EVP_PKEY_paramgen()
119 EVP_PKEY_keygen_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_keygen_init()
137 EVP_PKEY_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey) in EVP_PKEY_keygen()
171 EVP_PKEY_CTX_get_cb(EVP_PKEY_CTX *ctx) in EVP_PKEY_CTX_get_cb()
183 EVP_PKEY_CTX *ctx = gcb->arg; in trans_cb() local
190 evp_pkey_set_cb_translate(BN_GENCB *cb, EVP_PKEY_CTX *ctx) in evp_pkey_set_cb_translate()
196 EVP_PKEY_CTX_get_keygen_info(EVP_PKEY_CTX *ctx, int idx) in EVP_PKEY_CTX_get_keygen_info()
228 EVP_PKEY_check(EVP_PKEY_CTX *ctx) in EVP_PKEY_check()
249 EVP_PKEY_public_check(EVP_PKEY_CTX *ctx) in EVP_PKEY_public_check()
[all …]
H A Devp_enc.c78 EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit()
235 EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, in EVP_CipherUpdate()
257 EVP_CipherFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_CipherFinal()
268 EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit()
282 EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit()
381 EVP_EncryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_EncryptFinal()
509 EVP_DecryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_DecryptFinal()
578 EVP_CIPHER_CTX_free(EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_free()
589 EVP_CIPHER_CTX_init(EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_init()
639 EVP_CIPHER_CTX_set_padding(EVP_CIPHER_CTX *ctx, int pad) in EVP_CIPHER_CTX_set_padding()
[all …]
H A Dm_sha1.c76 init(EVP_MD_CTX *ctx) in init()
82 update(EVP_MD_CTX *ctx, const void *data, size_t count) in update()
88 final(EVP_MD_CTX *ctx, unsigned char *md) in final()
116 init224(EVP_MD_CTX *ctx) in init224()
122 init256(EVP_MD_CTX *ctx) in init256()
132 update256(EVP_MD_CTX *ctx, const void *data, size_t count) in update256()
138 final256(EVP_MD_CTX *ctx, unsigned char *md) in final256()
186 init384(EVP_MD_CTX *ctx) in init384()
192 init512(EVP_MD_CTX *ctx) in init512()
198 update512(EVP_MD_CTX *ctx, const void *data, size_t count) in update512()
[all …]
H A Ddigest.c128 EVP_DigestInit(EVP_MD_CTX *ctx, const EVP_MD *type) in EVP_DigestInit()
135 EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl) in EVP_DigestInit_ex()
216 EVP_DigestUpdate(EVP_MD_CTX *ctx, const void *data, size_t count) in EVP_DigestUpdate()
223 EVP_DigestFinal(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *size) in EVP_DigestFinal()
326 EVP_MD_CTX ctx; in EVP_Digest() local
346 EVP_MD_CTX_free(EVP_MD_CTX *ctx) in EVP_MD_CTX_free()
357 EVP_MD_CTX_init(EVP_MD_CTX *ctx) in EVP_MD_CTX_init()
363 EVP_MD_CTX_reset(EVP_MD_CTX *ctx) in EVP_MD_CTX_reset()
375 EVP_MD_CTX_destroy(EVP_MD_CTX *ctx) in EVP_MD_CTX_destroy()
382 EVP_MD_CTX_cleanup(EVP_MD_CTX *ctx) in EVP_MD_CTX_cleanup()
[all …]
/dragonfly/crypto/libressl/crypto/ts/
H A Dts_rsp_sign.c158 TS_RESP_CTX *ctx; in TS_RESP_CTX_new() local
174 TS_RESP_CTX_free(TS_RESP_CTX *ctx) in TS_RESP_CTX_free()
289 #define TS_RESP_CTX_accuracy_free(ctx) \ argument
402 TS_RESP_CTX_get_request(TS_RESP_CTX *ctx) in TS_RESP_CTX_get_request()
408 TS_RESP_CTX_get_tst_info(TS_RESP_CTX *ctx) in TS_RESP_CTX_get_tst_info()
494 TS_RESP_CTX_init(TS_RESP_CTX *ctx) in TS_RESP_CTX_init()
503 TS_RESP_CTX_cleanup(TS_RESP_CTX *ctx) in TS_RESP_CTX_cleanup()
515 TS_RESP_check_request(TS_RESP_CTX *ctx) in TS_RESP_check_request()
573 TS_RESP_get_policy(TS_RESP_CTX *ctx) in TS_RESP_get_policy()
693 TS_RESP_process_extensions(TS_RESP_CTX *ctx) in TS_RESP_process_extensions()
[all …]
H A Dts_verify_ctx.c70 TS_VERIFY_CTX *ctx = calloc(1, sizeof(TS_VERIFY_CTX)); in TS_VERIFY_CTX_new() local
79 TS_VERIFY_CTX_init(TS_VERIFY_CTX *ctx) in TS_VERIFY_CTX_init()
85 TS_VERIFY_CTX_free(TS_VERIFY_CTX *ctx) in TS_VERIFY_CTX_free()
95 TS_VERIFY_CTX_cleanup(TS_VERIFY_CTX *ctx) in TS_VERIFY_CTX_cleanup()
130 TS_VERIFY_CTX_add_flags(TS_VERIFY_CTX *ctx, int flags) in TS_VERIFY_CTX_add_flags()
138 TS_VERIFY_CTX_set_flags(TS_VERIFY_CTX *ctx, int flags) in TS_VERIFY_CTX_set_flags()
146 TS_VERIFY_CTX_set_data(TS_VERIFY_CTX *ctx, BIO *bio) in TS_VERIFY_CTX_set_data()
154 TS_VERIFY_CTX_set_store(TS_VERIFY_CTX *ctx, X509_STORE *store) in TS_VERIFY_CTX_set_store()
170 TS_VERIFY_CTX_set_imprint(TS_VERIFY_CTX *ctx, unsigned char *imprint, in TS_VERIFY_CTX_set_imprint()
182 TS_REQ_to_TS_VERIFY_CTX(TS_REQ *req, TS_VERIFY_CTX *ctx) in TS_REQ_to_TS_VERIFY_CTX()
/dragonfly/crypto/libressl/tls/
H A Dtls_conninfo.c137 tls_get_peer_cert_info(struct tls *ctx) in tls_get_peer_cert_info()
159 tls_conninfo_alpn_proto(struct tls *ctx) in tls_conninfo_alpn_proto()
179 tls_conninfo_cert_pem(struct tls *ctx) in tls_conninfo_cert_pem()
220 tls_conninfo_session(struct tls *ctx) in tls_conninfo_session()
228 tls_conninfo_populate(struct tls *ctx) in tls_conninfo_populate()
298 tls_conn_alpn_selected(struct tls *ctx) in tls_conn_alpn_selected()
306 tls_conn_cipher(struct tls *ctx) in tls_conn_cipher()
314 tls_conn_cipher_strength(struct tls *ctx) in tls_conn_cipher_strength()
322 tls_conn_servername(struct tls *ctx) in tls_conn_servername()
330 tls_conn_session_resumed(struct tls *ctx) in tls_conn_session_resumed()
[all …]
H A Dtls_ocsp.c167 tls_ocsp_setup_from_peer(struct tls *ctx) in tls_ocsp_setup_from_peer()
311 struct tls *ctx; in tls_ocsp_verify_cb() local
344 struct tls *ctx; in tls_ocsp_stapling_cb() local
377 tls_peer_ocsp_url(struct tls *ctx) in tls_peer_ocsp_url()
385 tls_peer_ocsp_result(struct tls *ctx) in tls_peer_ocsp_result()
395 tls_peer_ocsp_response_status(struct tls *ctx) in tls_peer_ocsp_response_status()
405 tls_peer_ocsp_cert_status(struct tls *ctx) in tls_peer_ocsp_cert_status()
415 tls_peer_ocsp_crl_reason(struct tls *ctx) in tls_peer_ocsp_crl_reason()
425 tls_peer_ocsp_this_update(struct tls *ctx) in tls_peer_ocsp_this_update()
435 tls_peer_ocsp_next_update(struct tls *ctx) in tls_peer_ocsp_next_update()
[all …]
H A Dtls_peer.c27 tls_peer_cert_hash(struct tls *ctx) in tls_peer_cert_hash()
34 tls_peer_cert_issuer(struct tls *ctx) in tls_peer_cert_issuer()
42 tls_peer_cert_subject(struct tls *ctx) in tls_peer_cert_subject()
50 tls_peer_cert_provided(struct tls *ctx) in tls_peer_cert_provided()
56 tls_peer_cert_contains_name(struct tls *ctx, const char *name) in tls_peer_cert_contains_name()
70 tls_peer_cert_notbefore(struct tls *ctx) in tls_peer_cert_notbefore()
80 tls_peer_cert_notafter(struct tls *ctx) in tls_peer_cert_notafter()
90 tls_peer_cert_chain_pem(struct tls *ctx, size_t *size) in tls_peer_cert_chain_pem()
H A Dtls_server.c32 struct tls *ctx; in tls_server() local
46 tls_server_conn(struct tls *ctx) in tls_server_conn()
69 struct tls *ctx = arg; in tls_server_alpn_cb() local
82 struct tls *ctx = (struct tls *)arg; in tls_servername_cb() local
170 EVP_CIPHER_CTX *ctx, HMAC_CTX *hctx, int mode) in tls_server_ticket_cb()
224 tls_configure_server_ssl(struct tls *ctx, SSL_CTX **ssl_ctx, in tls_configure_server_ssl()
312 tls_configure_server_sni(struct tls *ctx) in tls_configure_server_sni()
343 tls_configure_server(struct tls *ctx) in tls_configure_server()
358 tls_accept_common(struct tls *ctx) in tls_accept_common()
421 tls_accept_cbs(struct tls *ctx, struct tls **cctx, in tls_accept_cbs()
[all …]
/dragonfly/crypto/libressl/crypto/ct/
H A Dct_policy.c76 CT_POLICY_EVAL_CTX *ctx = calloc(1, sizeof(CT_POLICY_EVAL_CTX)); in CT_POLICY_EVAL_CTX_new() local
91 CT_POLICY_EVAL_CTX_free(CT_POLICY_EVAL_CTX *ctx) in CT_POLICY_EVAL_CTX_free()
101 CT_POLICY_EVAL_CTX_set1_cert(CT_POLICY_EVAL_CTX *ctx, X509 *cert) in CT_POLICY_EVAL_CTX_set1_cert()
110 CT_POLICY_EVAL_CTX_set1_issuer(CT_POLICY_EVAL_CTX *ctx, X509 *issuer) in CT_POLICY_EVAL_CTX_set1_issuer()
119 CT_POLICY_EVAL_CTX_set_shared_CTLOG_STORE(CT_POLICY_EVAL_CTX *ctx, in CT_POLICY_EVAL_CTX_set_shared_CTLOG_STORE()
126 CT_POLICY_EVAL_CTX_set_time(CT_POLICY_EVAL_CTX *ctx, uint64_t time_in_ms) in CT_POLICY_EVAL_CTX_set_time()
132 CT_POLICY_EVAL_CTX_get0_cert(const CT_POLICY_EVAL_CTX *ctx) in CT_POLICY_EVAL_CTX_get0_cert()
138 CT_POLICY_EVAL_CTX_get0_issuer(const CT_POLICY_EVAL_CTX *ctx) in CT_POLICY_EVAL_CTX_get0_issuer()
144 CT_POLICY_EVAL_CTX_get0_log_store(const CT_POLICY_EVAL_CTX *ctx) in CT_POLICY_EVAL_CTX_get0_log_store()
150 CT_POLICY_EVAL_CTX_get_time(const CT_POLICY_EVAL_CTX *ctx) in CT_POLICY_EVAL_CTX_get_time()
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dxml_libxml2.c20 void *ctx; member
53 int xml_validate(struct xml_node_ctx *ctx, xml_node_t *node, in xml_validate()
115 int xml_validate_dtd(struct xml_node_ctx *ctx, xml_node_t *node, in xml_validate_dtd()
167 void xml_node_free(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_free()
195 const char * xml_node_get_localname(struct xml_node_ctx *ctx, in xml_node_get_localname()
245 void xml_node_detach(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_detach()
291 xml_node_t * xml_node_create_text(struct xml_node_ctx *ctx, in xml_node_create_text()
302 xml_node_t * xml_node_create_text_ns(struct xml_node_ctx *ctx, in xml_node_create_text_ns()
366 xml_node_t * xml_node_first_child(struct xml_node_ctx *ctx, in xml_node_first_child()
373 xml_node_t * xml_node_next_sibling(struct xml_node_ctx *ctx, in xml_node_next_sibling()
[all …]
/dragonfly/crypto/libressl/ssl/
H A Dtls13_lib.c109 struct tls13_ctx *ctx = arg; in tls13_alert_received_cb() local
138 struct tls13_ctx *ctx = arg; in tls13_alert_sent_cb() local
157 struct tls13_ctx *ctx = arg; in tls13_legacy_handshake_message_recv_cb() local
171 struct tls13_ctx *ctx = arg; in tls13_legacy_handshake_message_sent_cb() local
185 struct tls13_ctx *ctx = arg; in tls13_legacy_info_cb() local
194 struct tls13_ctx *ctx = arg; in tls13_legacy_ocsp_status_recv_cb() local
263 tls13_phh_limit_check(struct tls13_ctx *ctx) in tls13_phh_limit_check()
335 struct tls13_ctx *ctx = cb_arg; in tls13_phh_received_cb() local
375 struct tls13_ctx *ctx = cb_arg; in tls13_phh_done_cb() local
397 struct tls13_ctx *ctx = NULL; in tls13_ctx_new() local
[all …]
H A Dtls13_server.c28 tls13_server_init(struct tls13_ctx *ctx) in tls13_server_init()
56 tls13_server_accept(struct tls13_ctx *ctx) in tls13_server_accept()
100 tls13_client_hello_required_extensions(struct tls13_ctx *ctx) in tls13_client_hello_required_extensions()
145 tls13_client_hello_process(struct tls13_ctx *ctx, CBS *cbs) in tls13_client_hello_process()
298 tls13_client_hello_recv(struct tls13_ctx *ctx, CBS *cbs) in tls13_client_hello_recv()
371 tls13_server_engage_record_protection(struct tls13_ctx *ctx) in tls13_server_engage_record_protection()
492 tls13_servername_process(struct tls13_ctx *ctx) in tls13_servername_process()
505 tls13_server_hello_send(struct tls13_ctx *ctx, CBB *cbb) in tls13_server_hello_send()
523 tls13_server_hello_sent(struct tls13_ctx *ctx) in tls13_server_hello_sent()
791 tls13_server_finished_send(struct tls13_ctx *ctx, CBB *cbb) in tls13_server_finished_send()
[all …]
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Datom.c56 struct atom_context *ctx; member
101 static uint32_t atom_iio_execute(struct atom_context *ctx, int base, in atom_iio_execute()
577 static void atom_op_add(atom_exec_context *ctx, int *ptr, int arg) in atom_op_add()
591 static void atom_op_and(atom_exec_context *ctx, int *ptr, int arg) in atom_op_and()
664 static void atom_op_div(atom_exec_context *ctx, int *ptr, int arg) in atom_op_div()
702 static void atom_op_eot(atom_exec_context *ctx, int *ptr, int arg) in atom_op_eot()
824 static void atom_op_or(atom_exec_context *ctx, int *ptr, int arg) in atom_op_or()
1282 static void atom_index_iio(struct atom_context *ctx, int base) in atom_index_iio()
1299 struct atom_context *ctx = in amdgpu_atom_parse() local
1354 int amdgpu_atom_asic_init(struct atom_context *ctx) in amdgpu_atom_asic_init()
[all …]
/dragonfly/sys/dev/drm/radeon/
H A Datom.c56 struct atom_context *ctx; member
102 static uint32_t atom_iio_execute(struct atom_context *ctx, int base, in atom_iio_execute()
591 static void atom_op_add(atom_exec_context *ctx, int *ptr, int arg) in atom_op_add()
605 static void atom_op_and(atom_exec_context *ctx, int *ptr, int arg) in atom_op_and()
803 static void atom_op_or(atom_exec_context *ctx, int *ptr, int arg) in atom_op_or()
1256 static void atom_index_iio(struct atom_context *ctx, int base) in atom_index_iio()
1273 struct atom_context *ctx = in atom_parse() local
1331 int atom_asic_init(struct atom_context *ctx) in atom_asic_init()
1360 void atom_destroy(struct atom_context *ctx) in atom_destroy()
1366 bool atom_parse_data_header(struct atom_context *ctx, int index, in atom_parse_data_header()
[all …]
/dragonfly/contrib/dhcpcd/src/
H A Dprivsep-root.c80 struct dhcpcd_ctx *ctx = psr_ctx->psr_ctx; in ps_root_readerrorcb() local
478 struct dhcpcd_ctx *ctx = arg; in ps_root_recvmsgcb() local
653 struct dhcpcd_ctx *ctx = arg; in ps_root_handleinterface() local
675 struct dhcpcd_ctx *ctx = psp->psp_ctx; in ps_root_startcb() local
749 struct dhcpcd_ctx *ctx = arg; in ps_root_signalcb() local
832 struct dhcpcd_ctx *ctx = arg; in ps_root_dispatchcb() local
854 struct dhcpcd_ctx *ctx = arg; in ps_root_dispatch() local
864 struct dhcpcd_ctx *ctx = arg; in ps_root_log() local
874 ps_root_start(struct dhcpcd_ctx *ctx) in ps_root_start()
930 ps_root_close(struct dhcpcd_ctx *ctx) in ps_root_close()
[all …]

12345678910>>...38