Home
last modified time | relevance | path

Searched defs:sctx (Results 1 – 25 of 66) sorted by relevance

123

/freebsd/crypto/openssl/crypto/ct/
H A Dct_sct_ctx.c25 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 Dct_vfy.c29 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 Dcipher_aes_siv_hw.c23 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 Dcipher_aes_cbc_hmac_sha256_hw.c52 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 Dcipher_aes_cbc_hmac_sha1_hw.c50 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 Dcipher_seed_hw.c21 PROV_SEED_CTX *sctx = (PROV_SEED_CTX *)ctx; in cipher_hw_seed_initkey() local
H A Dcipher_sm4_hw.c15 PROV_SM4_CTX *sctx = (PROV_SM4_CTX *)ctx; in cipher_hw_sm4_initkey() local
H A Dcipher_desx_hw.c43 PROV_TDES_CTX *sctx = (PROV_TDES_CTX *)src; in cipher_hw_desx_copyctx() local
H A Dcipher_tdes_hw.c51 PROV_TDES_CTX *sctx = (PROV_TDES_CTX *)src; in ossl_cipher_hw_tdes_copyctx() local
H A Dcipher_aes_xts_hw.c92 PROV_AES_XTS_CTX *sctx = (PROV_AES_XTS_CTX *)src; in cipher_hw_aes_xts_copyctx() local
/freebsd/contrib/libucl/src/
H A Ducl_emitter_streamline.c68 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 Ddtlstest.c73 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 Dsslapitest.c350 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 Dx509_dup_cert_test.c20 X509_STORE_CTX *sctx = NULL; in test_509_dup_cert() local
H A Dfatalerrtest.c21 SSL_CTX *sctx = NULL, *cctx = NULL; in test_fatalerr() local
H A Drecordlentest.c82 SSL_CTX *cctx = NULL, *sctx = NULL; in test_record_overflow() local
H A Dservername_test.c204 SSL_CTX *cctx = NULL, *sctx = NULL; in server_setup_sni() local
/freebsd/contrib/smbfs/smbutil/
H A Dlogin.c55 struct smb_ctx sctx, *ctx = &sctx; in cmd_login() local
123 struct smb_ctx sctx, *ctx = &sctx; in cmd_logout() local
H A Dprint.c60 struct smb_ctx sctx, *ctx = &sctx; in cmd_print() local
H A Dview.c69 struct smb_ctx sctx, *ctx = &sctx; in cmd_view() local
/freebsd/crypto/heimdal/lib/gssapi/
H A Dtest_context.c114 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 Decc.c54 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 Dmount_smbfs.c76 struct smb_ctx sctx, *ctx = &sctx; in main() local
/freebsd/sys/net/
H A Diflib.c746 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 DUnwindLLDB.h117 lldb_private::SymbolContext sctx; // A symbol context we'll contribute to & member

123