Searched refs:c_ctx (Results 1 - 4 of 4) sorted by relevance
/third_party/openssl/test/ |
H A D | ssl_old_test.c | 895 SSL_CTX *c_ctx = NULL; in main() local 1386 c_ctx = SSL_CTX_new_ex(libctx, NULL, meth); in main() 1389 if ((c_ctx == NULL) || (s_ctx == NULL) || (s_ctx2 == NULL)) { in main() 1398 SSL_CTX_set_security_level(c_ctx, 0); in main() 1403 SSL_CTX_set_options(c_ctx, SSL_OP_NO_TICKET); in main() 1407 if (SSL_CTX_set_min_proto_version(c_ctx, min_version) == 0) in main() 1409 if (SSL_CTX_set_max_proto_version(c_ctx, max_version) == 0) in main() 1418 if (!SSL_CTX_set_cipher_list(c_ctx, cipher)) { in main() 1457 if (!SSL_CTX_set_cipher_list(c_ctx, cipher) in main() 1466 if (!SSL_CTX_set_ciphersuites(c_ctx, ciphersuite in main() [all...] |
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | bio_enc.c | 300 EVP_CIPHER_CTX **c_ctx; in enc_ctrl() local 375 c_ctx = (EVP_CIPHER_CTX **)ptr; in enc_ctrl() 376 *c_ctx = ctx->cipher; in enc_ctrl()
|
/third_party/openssl/crypto/evp/ |
H A D | bio_enc.c | 300 EVP_CIPHER_CTX **c_ctx; in enc_ctrl() local 375 c_ctx = (EVP_CIPHER_CTX **)ptr; in enc_ctrl() 376 *c_ctx = ctx->cipher; in enc_ctrl()
|
/third_party/python/Modules/_decimal/tests/ |
H A D | deccheck.py | 191 def __init__(self, c_ctx=None, p_ctx=None): 193 self.c = C.getcontext() if c_ctx is None else c_ctx
|
Completed in 8 milliseconds