Home
last modified time | relevance | path

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

12345

/third_party/openssl/demos/bio/
H A Dclient-conf.c21 SSL_CONF_CTX *cctx = NULL; in main() local
H A Dclient-arg.c20 SSL_CONF_CTX *cctx; in main() local
H A Dserver-arg.c28 SSL_CONF_CTX *cctx; in main() local
H A Dserver-conf.c30 SSL_CONF_CTX *cctx = NULL; in main() local
/third_party/openssl/test/
H A Dfatalerrtest.c21 SSL_CTX *sctx = NULL, *cctx = NULL; in test_fatalerr() local
H A Dservername_test.c204 SSL_CTX *cctx = NULL, *sctx = NULL; in server_setup_sni() local
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_mcnf.c25 SSL_CONF_CTX *cctx = NULL; in ssl_do_config() local
/third_party/openssl/ssl/
H A Dssl_mcnf.c25 SSL_CONF_CTX *cctx = NULL; in ssl_do_config() local
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dp5_crpt.c26 int PKCS5_PBE_keyivgen_ex(EVP_CIPHER_CTX *cctx, const char *pass, int passlen, in PKCS5_PBE_keyivgen_ex() argument
113 int PKCS5_PBE_keyivgen(EVP_CIPHER_CTX *cctx, const char *pass, int passlen, in PKCS5_PBE_keyivgen() argument
/third_party/openssl/crypto/evp/
H A Dp5_crpt.c26 int PKCS5_PBE_keyivgen_ex(EVP_CIPHER_CTX *cctx, const char *pass, int passlen, in PKCS5_PBE_keyivgen_ex() argument
113 int PKCS5_PBE_keyivgen(EVP_CIPHER_CTX *cctx, const char *pass, int passlen, in PKCS5_PBE_keyivgen() argument
/kernel/linux/linux-5.10/crypto/
H A Dzstd.c21 ZSTD_CCtx *cctx; member
/kernel/linux/linux-5.10/fs/hmdfs/comm/
H A Dcrypto.c24 struct cipher_context *cctx = NULL; in tls_crypto_set_key() local
/kernel/linux/linux-6.6/fs/hmdfs/comm/
H A Dcrypto.c24 struct cipher_context *cctx = NULL; in tls_crypto_set_key() local
/kernel/linux/linux-6.6/crypto/
H A Dzstd.c21 zstd_cctx *cctx; member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dnv40.c125 nv40_ectx_bind(struct nvkm_engn *engn, struct nvkm_cctx *cctx, struct nvkm_chan *chan) in nv40_ectx_bind() argument
H A Dg84.c106 g84_ectx_bind(struct nvkm_engn *engn, struct nvkm_cctx *cctx, struct nvkm_chan *chan) in g84_ectx_bind() argument
/kernel/linux/linux-6.6/lib/zstd/
H A Dzstd_compress_module.c27 static size_t zstd_cctx_init(zstd_cctx *cctx, const zstd_parameters *parameters, in zstd_cctx_init() argument
96 zstd_compress_cctx(zstd_cctx *cctx, void *dst, size_t dst_capacity, const void *src, size_t src_size, const zstd_parameters *parameters) zstd_compress_cctx() argument
[all...]
/third_party/ffmpeg/libavcodec/tests/
H A Dmotion.c119 MECmpContext cctx, mmxctx; in main() local
/third_party/node/deps/openssl/openssl/crypto/cmac/
H A Dcmac.c25 EVP_CIPHER_CTX *cctx; member
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_siv.c195 static const OSSL_PARAM *aes_siv_gettable_ctx_params(ossl_unused void *cctx, in aes_siv_gettable_ctx_params() argument
249 static const OSSL_PARAM *aes_siv_settable_ctx_params(ossl_unused void *cctx, in aes_siv_settable_ctx_params() argument
H A Dcipher_aes_xts.c225 static const OSSL_PARAM *aes_xts_settable_ctx_params(ossl_unused void *cctx, in aes_xts_settable_ctx_params() argument
H A Dcipher_chacha20_poly1305.c155 chacha20_poly1305_gettable_ctx_params(ossl_unused void *cctx, ossl_unused void *provctx) chacha20_poly1305_gettable_ctx_params() argument
H A Dcipher_chacha20.c118 const OSSL_PARAM *chacha20_gettable_ctx_params(ossl_unused void *cctx, in chacha20_gettable_ctx_params() argument
162 const OSSL_PARAM *chacha20_settable_ctx_params(ossl_unused void *cctx, in chacha20_settable_ctx_params() argument
H A Dcipher_null.c116 static const OSSL_PARAM *null_gettable_ctx_params(ossl_unused void *cctx, in null_gettable_ctx_params() argument
153 static const OSSL_PARAM *null_settable_ctx_params(ossl_unused void *cctx, in null_settable_ctx_params() argument
H A Dcipher_rc4_hmac_md5.c108 const OSSL_PARAM *rc4_hmac_md5_gettable_ctx_params(ossl_unused void *cctx, in rc4_hmac_md5_gettable_ctx_params() argument
144 const OSSL_PARAM *rc4_hmac_md5_settable_ctx_params(ossl_unused void *cctx, in rc4_hmac_md5_settable_ctx_params() argument

Completed in 10 milliseconds

12345