Searched defs:cctx (Results 1 - 25 of 71) sorted by relevance

123

/freebsd-current/usr.bin/mkuzip/
H A Dmkuz_zstd.c49 ZSTD_CCtx *cctx; local
81 ZSTD_CCtx *cctx; local
/freebsd-current/crypto/heimdal/kcm/
H A Dconnect.c39 kcm_service(void *ctx, const heim_idata *req, const heim_icred cred, heim_ipc_complete complete, heim_sipc_call cctx) argument
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dzstd_trace.h96 struct ZSTD_CCtx_s const* cctx; member in struct:__anon59
/freebsd-current/crypto/openssl/test/
H A Dfatalerrtest.c21 SSL_CTX *sctx = NULL, *cctx = NULL; local
/freebsd-current/crypto/openssl/demos/bio/
H A Dclient-arg.c20 SSL_CONF_CTX *cctx; local
H A Dclient-conf.c21 SSL_CONF_CTX *cctx = NULL; local
H A Dserver-arg.c28 SSL_CONF_CTX *cctx; local
H A Dserver-conf.c30 SSL_CONF_CTX *cctx = NULL; local
/freebsd-current/crypto/heimdal/lib/ipc/
H A Dts.c61 test_service(void *ctx, const heim_idata *req, const heim_icred cred, heim_ipc_complete complete, heim_sipc_call cctx) argument
H A Dts-http.c61 test_service(void *ctx, const heim_idata *req, const heim_icred cred, heim_ipc_complete complete, heim_sipc_call cctx) argument
/freebsd-current/crypto/openssl/ssl/
H A Dssl_mcnf.c25 SSL_CONF_CTX *cctx = NULL; local
/freebsd-current/sys/contrib/zstd/examples/
H A Dstreaming_memory_usage.c84 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); local
H A Ddictionary_compression.c43 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); local
H A Dstreaming_compression_thread_pool.c48 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); local
H A Dstreaming_compression.c37 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); local
H A Dmultiple_streaming_compression.c28 ZSTD_CCtx* cctx; member in struct:__anon23
H A Dmultiple_simple_compression.c22 ZSTD_CCtx* cctx; member in struct:__anon22
/freebsd-current/sys/contrib/zstd/programs/
H A Dzstdcli_trace.c127 ZSTD_TraceCtx ZSTD_trace_compress_begin(ZSTD_CCtx const* cctx) argument
/freebsd-current/crypto/openssl/crypto/evp/
H A Dp5_crpt.c26 int PKCS5_PBE_keyivgen_ex(EVP_CIPHER_CTX *cctx, const char *pass, int passlen, argument
113 int PKCS5_PBE_keyivgen(EVP_CIPHER_CTX *cctx, const char *pass, int passlen, argument
/freebsd-current/crypto/heimdal/kdc/
H A Ddigest-service.c52 ntlm_service(void *ctx, const heim_idata *req, const heim_icred cred, heim_ipc_complete complete, heim_sipc_call cctx) argument
/freebsd-current/crypto/openssl/crypto/cmac/
H A Dcmac.c25 EVP_CIPHER_CTX *cctx; member in struct:CMAC_CTX_st
[all...]
/freebsd-current/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_xts.c225 static const OSSL_PARAM *aes_xts_settable_ctx_params(ossl_unused void *cctx, argument
H A Dcipher_null.c116 static const OSSL_PARAM *null_gettable_ctx_params(ossl_unused void *cctx, argument
153 static const OSSL_PARAM *null_settable_ctx_params(ossl_unused void *cctx, argument
H A Dcipher_aes_siv.c195 static const OSSL_PARAM *aes_siv_gettable_ctx_params(ossl_unused void *cctx, argument
249 static const OSSL_PARAM *aes_siv_settable_ctx_params(ossl_unused void *cctx, argument
H A Dcipher_chacha20.c118 const OSSL_PARAM *chacha20_gettable_ctx_params(ossl_unused void *cctx, argument
162 const OSSL_PARAM *chacha20_settable_ctx_params(ossl_unused void *cctx, argument

Completed in 326 milliseconds

123