/freebsd/crypto/openssl/crypto/ct/ |
H A D | ct_sct_ctx.c | 25 SCT_CTX *sctx = OPENSSL_zalloc(sizeof(*sctx)); in SCT_CTX_new() local 45 void SCT_CTX_free(SCT_CTX *sctx) in SCT_CTX_free() 122 int SCT_CTX_set1_cert(SCT_CTX *sctx, X509 *cert, X509 *presigner) in SCT_CTX_set1_cert() 204 __owur static int ct_public_key_hash(SCT_CTX *sctx, X509_PUBKEY *pkey, in ct_public_key_hash() 248 int SCT_CTX_set1_issuer(SCT_CTX *sctx, const X509 *issuer) in SCT_CTX_set1_issuer() 253 int SCT_CTX_set1_issuer_pubkey(SCT_CTX *sctx, X509_PUBKEY *pubkey) in SCT_CTX_set1_issuer_pubkey() 258 int SCT_CTX_set1_pubkey(SCT_CTX *sctx, X509_PUBKEY *pubkey) in SCT_CTX_set1_pubkey() 275 void SCT_CTX_set_time(SCT_CTX *sctx, uint64_t time_in_ms) in SCT_CTX_set_time()
|
H A D | ct_vfy.c | 29 static int sct_ctx_update(EVP_MD_CTX *ctx, const SCT_CTX *sctx, const SCT *sct) in sct_ctx_update() 96 int SCT_CTX_verify(const SCT_CTX *sctx, const SCT *sct) in SCT_CTX_verify()
|
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_siv_hw.c | 23 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_initkey() local 80 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_settag() local 88 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_setspeed() local 96 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_cleanup() local 107 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_cipher() local
|
H A D | cipher_aes_cbc_hmac_sha256_hw.c | 52 PROV_AES_HMAC_SHA256_CTX *sctx = (PROV_AES_HMAC_SHA256_CTX *)vctx; in aesni_cbc_hmac_sha256_init_key() local 131 PROV_AES_HMAC_SHA256_CTX *sctx = (PROV_AES_HMAC_SHA256_CTX *)vctx; in tls1_multi_block_encrypt() local 400 PROV_AES_HMAC_SHA256_CTX *sctx = (PROV_AES_HMAC_SHA256_CTX *)vctx; in aesni_cbc_hmac_sha256_cipher() local 720 PROV_AES_HMAC_SHA256_CTX *sctx = (PROV_AES_HMAC_SHA256_CTX *)vctx; in aesni_cbc_hmac_sha256_set_tls1_aad() local 770 PROV_AES_HMAC_SHA256_CTX *sctx = (PROV_AES_HMAC_SHA256_CTX *)vctx; in aesni_cbc_hmac_sha256_tls1_multiblock_aad() local
|
H A D | cipher_aes_cbc_hmac_sha1_hw.c | 50 PROV_AES_HMAC_SHA1_CTX *sctx = (PROV_AES_HMAC_SHA1_CTX *)vctx; in aesni_cbc_hmac_sha1_init_key() local 127 PROV_AES_HMAC_SHA1_CTX *sctx = (PROV_AES_HMAC_SHA1_CTX *)vctx; in tls1_multi_block_encrypt() local 377 PROV_AES_HMAC_SHA1_CTX *sctx = (PROV_AES_HMAC_SHA1_CTX *)vctx; in aesni_cbc_hmac_sha1_cipher() local 667 PROV_AES_HMAC_SHA1_CTX *sctx = (PROV_AES_HMAC_SHA1_CTX *)vctx; in aesni_cbc_hmac_sha1_set_tls1_aad() local 717 PROV_AES_HMAC_SHA1_CTX *sctx = (PROV_AES_HMAC_SHA1_CTX *)vctx; in aesni_cbc_hmac_sha1_tls1_multiblock_aad() local
|
H A D | cipher_seed_hw.c | 21 PROV_SEED_CTX *sctx = (PROV_SEED_CTX *)ctx; in cipher_hw_seed_initkey() local
|
H A D | cipher_sm4_hw.c | 15 PROV_SM4_CTX *sctx = (PROV_SM4_CTX *)ctx; in cipher_hw_sm4_initkey() local
|
H A D | cipher_desx_hw.c | 43 PROV_TDES_CTX *sctx = (PROV_TDES_CTX *)src; in cipher_hw_desx_copyctx() local
|
H A D | cipher_tdes_hw.c | 51 PROV_TDES_CTX *sctx = (PROV_TDES_CTX *)src; in ossl_cipher_hw_tdes_copyctx() local
|
H A D | cipher_aes_xts_hw.c | 92 PROV_AES_XTS_CTX *sctx = (PROV_AES_XTS_CTX *)src; in cipher_hw_aes_xts_copyctx() local
|
/freebsd/contrib/libucl/src/ |
H A D | ucl_emitter_streamline.c | 68 struct ucl_emitter_context_streamline *sctx; in ucl_object_emit_streamline_new() local 94 struct ucl_emitter_context_streamline *sctx = TO_STREAMLINE(ctx); in ucl_object_emit_streamline_start_container() local 127 struct ucl_emitter_context_streamline *sctx = TO_STREAMLINE(ctx); in ucl_object_emit_streamline_add_object() local 146 struct ucl_emitter_context_streamline *sctx = TO_STREAMLINE(ctx); in ucl_object_emit_streamline_end_container() local 166 struct ucl_emitter_context_streamline *sctx = TO_STREAMLINE(ctx); in ucl_object_emit_streamline_finish() local
|
/freebsd/crypto/openssl/test/ |
H A D | dtlstest.c | 73 SSL_CTX *sctx = NULL, *cctx = NULL; in test_dtls_unprocessed() local 193 SSL_CTX *sctx = NULL, *cctx = NULL; in test_dtls_drop_records() local 311 SSL_CTX *sctx = NULL, *cctx = NULL; in test_cookie() local 351 SSL_CTX *sctx = NULL, *cctx = NULL; in test_dtls_duplicate_records() local 399 SSL_CTX *sctx = NULL; in test_just_finished() local 474 SSL_CTX *sctx = NULL, *cctx = NULL; in test_swap_records() local
|
H A D | sslapitest.c | 350 SSL_CTX *cctx = NULL, *sctx = NULL; in test_keylog() local 431 SSL_CTX *cctx = NULL, *sctx = NULL; in test_keylog_no_master_key() local 574 SSL_CTX *cctx = NULL, *sctx = NULL; in test_client_cert_verify_cb() local 754 SSL_CTX *cctx = NULL, *sctx = NULL; in test_client_hello_cb() local 796 SSL_CTX *cctx = NULL, *sctx = NULL; in test_no_ems() local 847 SSL_CTX *cctx = NULL, *sctx = NULL; in test_ccs_change_cipher() local 951 static int add_large_cert_chain(SSL_CTX *sctx) in add_large_cert_chain() 1001 SSL_CTX *cctx = NULL, *sctx = NULL; in execute_test_large_message() local 1167 SSL_CTX *cctx = NULL, *sctx = NULL; in execute_test_ktls() local 1299 SSL_CTX *cctx = NULL, *sctx = NULL; in execute_test_ktls_sendfile() local [all …]
|
H A D | x509_dup_cert_test.c | 20 X509_STORE_CTX *sctx = NULL; in test_509_dup_cert() local
|
H A D | fatalerrtest.c | 21 SSL_CTX *sctx = NULL, *cctx = NULL; in test_fatalerr() local
|
H A D | recordlentest.c | 82 SSL_CTX *cctx = NULL, *sctx = NULL; in test_record_overflow() local
|
H A D | servername_test.c | 204 SSL_CTX *cctx = NULL, *sctx = NULL; in server_setup_sni() local
|
/freebsd/contrib/smbfs/smbutil/ |
H A D | login.c | 55 struct smb_ctx sctx, *ctx = &sctx; in cmd_login() local 123 struct smb_ctx sctx, *ctx = &sctx; in cmd_logout() local
|
H A D | print.c | 60 struct smb_ctx sctx, *ctx = &sctx; in cmd_print() local
|
H A D | view.c | 69 struct smb_ctx sctx, *ctx = &sctx; in cmd_view() local
|
/freebsd/crypto/heimdal/lib/gssapi/ |
H A D | test_context.c | 114 gss_ctx_id_t *sctx, gss_ctx_id_t *cctx, in loop() 246 wrapunwrap(gss_ctx_id_t cctx, gss_ctx_id_t sctx, int flags, gss_OID mechoid) in wrapunwrap() 283 wrapunwrap_iov(gss_ctx_id_t cctx, gss_ctx_id_t sctx, int flags, gss_OID mechoid) in wrapunwrap_iov() 419 getverifymic(gss_ctx_id_t cctx, gss_ctx_id_t sctx, gss_OID mechoid) in getverifymic() 506 gss_ctx_id_t cctx, sctx; in main() local
|
/freebsd/usr.sbin/pkg/ |
H A D | ecc.c | 54 struct pkgsign_ctx sctx; member 459 const struct pkgsign_ctx *sctx; member 521 ecc_verify_data(const struct pkgsign_ctx *sctx, in ecc_verify_data() 556 ecc_verify_cert(const struct pkgsign_ctx *sctx, int fd, in ecc_verify_cert() 579 ecc_new(const char *name __unused, struct pkgsign_ctx *sctx) in ecc_new()
|
/freebsd/contrib/smbfs/mount_smbfs/ |
H A D | mount_smbfs.c | 76 struct smb_ctx sctx, *ctx = &sctx; in main() local
|
/freebsd/sys/net/ |
H A D | iflib.c | 746 if_shared_ctx_t sctx = ctx->ifc_sctx; in iflib_num_rx_descs() local 756 if_shared_ctx_t sctx = ctx->ifc_sctx; in iflib_num_tx_descs() local 1180 if_shared_ctx_t sctx = ctx->ifc_sctx; in iflib_netmap_rxsync() local 1513 if_shared_ctx_t sctx = ctx->ifc_sctx; in iflib_dma_alloc() local 1708 if_shared_ctx_t sctx in iflib_txsd_alloc() local 1913 if_shared_ctx_t sctx = ctx->ifc_sctx; iflib_txq_setup() local 1952 if_shared_ctx_t sctx = ctx->ifc_sctx; iflib_rxsd_alloc() local 2406 if_softc_ctx_t sctx = &ctx->ifc_softc_ctx; iflib_timer() local 2467 if_softc_ctx_t sctx = &ctx->ifc_softc_ctx; iflib_calc_rx_mbuf_sz() local 2594 if_shared_ctx_t sctx = ctx->ifc_sctx; iflib_stop() local 2950 if_shared_ctx_t sctx = ctx->ifc_sctx; iflib_rxeof() local 3349 if_shared_ctx_t sctx = txq->ift_ctx->ifc_sctx; iflib_parse_header() local 3601 if_shared_ctx_t sctx; iflib_encap() local 4182 if_softc_ctx_t sctx = &ctx->ifc_softc_ctx; _task_fn_admin() local 4727 if_shared_ctx_t sctx; iflib_device_probe() local 4784 if_shared_ctx_t sctx = ctx->ifc_sctx; iflib_reset_qvalues() local 5194 iflib_device_register(device_t dev,void * sc,if_shared_ctx_t sctx,if_ctx_t * ctxp) iflib_device_register() argument 5473 if_shared_ctx_t sctx; iflib_device_attach() local 5714 _iflib_assert(if_shared_ctx_t sctx) _iflib_assert() argument 5762 if_shared_ctx_t sctx = ctx->ifc_sctx; iflib_register() local 5849 if_shared_ctx_t sctx = ctx->ifc_sctx; iflib_queues_alloc() local 6083 if_shared_ctx_t sctx = ctx->ifc_sctx; iflib_tx_structures_free() local 6147 if_shared_ctx_t sctx = ctx->ifc_sctx; iflib_rx_structures_free() local 6606 if_shared_ctx_t sctx = ctx->ifc_sctx; iflib_msix_init() local 6908 if_shared_ctx_t sctx = ctx->ifc_sctx; iflib_add_device_sysctl_post() local [all...] |
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | UnwindLLDB.h | 117 lldb_private::SymbolContext sctx; // A symbol context we'll contribute to & member
|