/dflybsd-src/contrib/zstd/lib/compress/ |
H A D | zstd_compress.c | 82 static void ZSTD_initCCtx(ZSTD_CCtx* cctx, ZSTD_customMem memManager) in ZSTD_initCCtx() 99 { ZSTD_CCtx* const cctx = (ZSTD_CCtx*)ZSTD_customMalloc(sizeof(ZSTD_CCtx), customMem); in ZSTD_createCCtx_advanced() local 109 ZSTD_CCtx* cctx; in ZSTD_initStaticCCtx() local 133 static void ZSTD_clearAllDicts(ZSTD_CCtx* cctx) in ZSTD_clearAllDicts() 149 static void ZSTD_freeCCtxContent(ZSTD_CCtx* cctx) in ZSTD_freeCCtxContent() 160 size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx) in ZSTD_freeCCtx() 176 static size_t ZSTD_sizeof_mtctx(const ZSTD_CCtx* cctx) in ZSTD_sizeof_mtctx() 187 size_t ZSTD_sizeof_CCtx(const ZSTD_CCtx* cctx) in ZSTD_sizeof_CCtx() 537 size_t ZSTD_CCtx_setParameter(ZSTD_CCtx* cctx, ZSTD_cParameter param, int value) in ZSTD_CCtx_setParameter() 799 size_t ZSTD_CCtx_getParameter(ZSTD_CCtx* cctx, ZSTD_cParameter param, int* value) in ZSTD_CCtx_getParameter() [all …]
|
H A D | zstdmt_compress.c | 344 ZSTD_CCtx* cctx[1]; /* variable size */ member 415 { ZSTD_CCtx* const cctx = cctxPool->cctx[cctxPool->availCCtx]; in ZSTDMT_getCCtx() local 424 static void ZSTDMT_releaseCCtx(ZSTDMT_CCtxPool* pool, ZSTD_CCtx* cctx) in ZSTDMT_releaseCCtx() 665 ZSTD_CCtx* const cctx = ZSTDMT_getCCtx(job->cctxPool); in ZSTDMT_compressionJob() local
|
/dflybsd-src/crypto/libressl/tls/ |
H A D | tls_server.c | 391 tls_accept_socket(struct tls *ctx, struct tls **cctx, int s) in tls_accept_socket() 397 tls_accept_fds(struct tls *ctx, struct tls **cctx, int fd_read, int fd_write) in tls_accept_fds() 421 tls_accept_cbs(struct tls *ctx, struct tls **cctx, in tls_accept_cbs()
|
/dflybsd-src/crypto/libressl/crypto/evp/ |
H A D | p5_crpt.c | 78 PKCS5_PBE_keyivgen(EVP_CIPHER_CTX *cctx, const char *pass, int passlen, in PKCS5_PBE_keyivgen()
|
H A D | e_aes.c | 337 EVP_AES_CCM_CTX *cctx = ctx->cipher_data; in aesni_ccm_init_key() local 1957 EVP_AES_CCM_CTX *cctx = c->cipher_data; in aes_ccm_ctrl() local 2022 EVP_AES_CCM_CTX *cctx = ctx->cipher_data; in aes_ccm_init_key() local 2054 EVP_AES_CCM_CTX *cctx = ctx->cipher_data; in aes_ccm_cipher() local
|
/dflybsd-src/contrib/zstd/programs/ |
H A D | benchzstd.c | 202 ZSTD_CCtx* cctx; member 235 ZSTD_CCtx* const cctx = (ZSTD_CCtx*)addArgs; in local_defaultCompress() local 313 ZSTD_CCtx* cctx, ZSTD_DCtx* dctx, in BMK_benchMemAdvancedNoAlloc() 585 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in BMK_benchMemAdvanced() local
|
H A D | fileio.c | 897 ZSTD_CStream* cctx; member
|
/dflybsd-src/crypto/libressl/crypto/cmac/ |
H A D | cmac.c | 64 EVP_CIPHER_CTX cctx; member
|
/dflybsd-src/crypto/openssh/ |
H A D | mux.c | 337 struct mux_session_confirm_ctx *cctx; in mux_master_process_new_session() local 967 struct mux_stdio_confirm_ctx *cctx; in mux_master_process_stdio_fwd() local 1059 struct mux_stdio_confirm_ctx *cctx = arg; in mux_stdio_confirm() local 1358 struct mux_session_confirm_ctx *cctx = arg; in mux_session_confirm() local
|
H A D | channels.c | 4577 connect_next(struct channel_connect *cctx) in connect_next() 4636 channel_connect_ctx_free(struct channel_connect *cctx) in channel_connect_ctx_free() 4654 char *ctype, char *rname, struct channel_connect *cctx, in connect_to_helper() 4722 struct channel_connect cctx; in connect_to() local 4803 struct channel_connect cctx; in channel_connect_to_port() local 4953 struct channel_connect cctx; in rdynamic_connect_finish() local
|
H A D | sshkey.c | 1540 struct sshcipher_ctx *cctx = NULL; in sshkey_shield_private() local 1677 struct sshcipher_ctx *cctx = NULL; in sshkey_unshield_private() local
|
/dflybsd-src/crypto/libressl/crypto/pem/ |
H A D | pvkfmt.c | 729 EVP_CIPHER_CTX *cctx = NULL; in do_PVK_body() local 847 EVP_CIPHER_CTX *cctx = NULL; in i2b_PVK() local
|
/dflybsd-src/contrib/libarchive/libarchive/ |
H A D | archive_write_set_format_zip.c | 141 archive_crypto_ctx cctx; member 1675 archive_crypto_ctx cctx; in is_winzip_aes_encryption_supported() local
|
H A D | archive_read_support_format_zip.c | 237 archive_crypto_ctx cctx; member
|
/dflybsd-src/crypto/libressl/ssl/ |
H A D | t1_lib.c | 988 EVP_CIPHER_CTX *cctx = NULL; in tls_decrypt_ticket() local
|
/dflybsd-src/contrib/zstd/lib/dictBuilder/ |
H A D | cover.c | 794 ZSTD_CCtx *cctx; in COVER_checkTotalCompressedSize() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | omp-low.c | 8927 omp_context *cctx; in lower_omp_1() local
|