Home
last modified time | relevance | path

Searched refs:cctx (Results 1 - 25 of 132) sorted by relevance

123456

/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_conf.c106 static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, in ssl_set_option() argument
111 if (cctx->poptions == NULL) in ssl_set_option()
118 pflags = cctx->pcert_flags; in ssl_set_option()
122 pflags = cctx->pvfy_flags; in ssl_set_option()
127 *cctx->poptions |= option_value; in ssl_set_option()
129 *cctx->poptions &= ~option_value; in ssl_set_option()
142 static int ssl_match_option(SSL_CONF_CTX *cctx, const ssl_flag_tbl *tbl, in ssl_match_option() argument
146 if (!(cctx->flags & tbl->name_flags & SSL_TFLAG_BOTH)) in ssl_match_option()
154 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff); in ssl_match_option()
160 SSL_CONF_CTX *cctx in ssl_set_option_list() local
189 cmd_SignatureAlgorithms(SSL_CONF_CTX *cctx, const char *value) cmd_SignatureAlgorithms() argument
201 cmd_ClientSignatureAlgorithms(SSL_CONF_CTX *cctx, const char *value) cmd_ClientSignatureAlgorithms() argument
212 cmd_Groups(SSL_CONF_CTX *cctx, const char *value) cmd_Groups() argument
224 cmd_Curves(SSL_CONF_CTX *cctx, const char *value) cmd_Curves() argument
230 cmd_ECDHParameters(SSL_CONF_CTX *cctx, const char *value) cmd_ECDHParameters() argument
255 cmd_CipherString(SSL_CONF_CTX *cctx, const char *value) cmd_CipherString() argument
266 cmd_Ciphersuites(SSL_CONF_CTX *cctx, const char *value) cmd_Ciphersuites() argument
277 cmd_Protocol(SSL_CONF_CTX *cctx, const char *value) cmd_Protocol() argument
332 min_max_proto(SSL_CONF_CTX *cctx, const char *value, int *bound) min_max_proto() argument
355 cmd_MinProtocol(SSL_CONF_CTX *cctx, const char *value) cmd_MinProtocol() argument
367 cmd_MaxProtocol(SSL_CONF_CTX *cctx, const char *value) cmd_MaxProtocol() argument
372 cmd_Options(SSL_CONF_CTX *cctx, const char *value) cmd_Options() argument
408 cmd_VerifyMode(SSL_CONF_CTX *cctx, const char *value) cmd_VerifyMode() argument
429 cmd_Certificate(SSL_CONF_CTX *cctx, const char *value) cmd_Certificate() argument
452 cmd_PrivateKey(SSL_CONF_CTX *cctx, const char *value) cmd_PrivateKey() argument
464 cmd_ServerInfoFile(SSL_CONF_CTX *cctx, const char *value) cmd_ServerInfoFile() argument
472 do_store(SSL_CONF_CTX *cctx, const char *CAfile, const char *CApath, const char *CAstore, int verify_store) do_store() argument
512 cmd_ChainCAPath(SSL_CONF_CTX *cctx, const char *value) cmd_ChainCAPath() argument
517 cmd_ChainCAFile(SSL_CONF_CTX *cctx, const char *value) cmd_ChainCAFile() argument
522 cmd_ChainCAStore(SSL_CONF_CTX *cctx, const char *value) cmd_ChainCAStore() argument
527 cmd_VerifyCAPath(SSL_CONF_CTX *cctx, const char *value) cmd_VerifyCAPath() argument
532 cmd_VerifyCAFile(SSL_CONF_CTX *cctx, const char *value) cmd_VerifyCAFile() argument
537 cmd_VerifyCAStore(SSL_CONF_CTX *cctx, const char *value) cmd_VerifyCAStore() argument
542 cmd_RequestCAFile(SSL_CONF_CTX *cctx, const char *value) cmd_RequestCAFile() argument
551 cmd_ClientCAFile(SSL_CONF_CTX *cctx, const char *value) cmd_ClientCAFile() argument
556 cmd_RequestCAPath(SSL_CONF_CTX *cctx, const char *value) cmd_RequestCAPath() argument
565 cmd_ClientCAPath(SSL_CONF_CTX *cctx, const char *value) cmd_ClientCAPath() argument
570 cmd_RequestCAStore(SSL_CONF_CTX *cctx, const char *value) cmd_RequestCAStore() argument
579 cmd_ClientCAStore(SSL_CONF_CTX *cctx, const char *value) cmd_ClientCAStore() argument
584 cmd_DHParameters(SSL_CONF_CTX *cctx, const char *value) cmd_DHParameters() argument
634 cmd_RecordPadding(SSL_CONF_CTX *cctx, const char *value) cmd_RecordPadding() argument
653 cmd_NumTickets(SSL_CONF_CTX *cctx, const char *value) cmd_NumTickets() argument
806 ssl_conf_cmd_skip_prefix(SSL_CONF_CTX *cctx, const char **pcmd) ssl_conf_cmd_skip_prefix() argument
830 ssl_conf_cmd_allowed(SSL_CONF_CTX *cctx, const ssl_conf_cmd_tbl * t) ssl_conf_cmd_allowed() argument
844 ssl_conf_cmd_lookup(SSL_CONF_CTX *cctx, const char *cmd) ssl_conf_cmd_lookup() argument
868 ctrl_switch_option(SSL_CONF_CTX *cctx, const ssl_conf_cmd_tbl * cmd) ctrl_switch_option() argument
885 SSL_CONF_cmd(SSL_CONF_CTX *cctx, const char *cmd, const char *value) SSL_CONF_cmd() argument
927 SSL_CONF_cmd_argv(SSL_CONF_CTX *cctx, int *pargc, char ***pargv) SSL_CONF_cmd_argv() argument
961 SSL_CONF_cmd_value_type(SSL_CONF_CTX *cctx, const char *cmd) SSL_CONF_cmd_value_type() argument
979 SSL_CONF_CTX_finish(SSL_CONF_CTX *cctx) SSL_CONF_CTX_finish() argument
1012 SSL_CONF_CTX_free(SSL_CONF_CTX *cctx) SSL_CONF_CTX_free() argument
1024 SSL_CONF_CTX_set_flags(SSL_CONF_CTX *cctx, unsigned int flags) SSL_CONF_CTX_set_flags() argument
1030 SSL_CONF_CTX_clear_flags(SSL_CONF_CTX *cctx, unsigned int flags) SSL_CONF_CTX_clear_flags() argument
1036 SSL_CONF_CTX_set1_prefix(SSL_CONF_CTX *cctx, const char *pre) SSL_CONF_CTX_set1_prefix() argument
1053 SSL_CONF_CTX_set_ssl(SSL_CONF_CTX *cctx, SSL *ssl) SSL_CONF_CTX_set_ssl() argument
1072 SSL_CONF_CTX_set_ssl_ctx(SSL_CONF_CTX *cctx, SSL_CTX *ctx) SSL_CONF_CTX_set_ssl_ctx() argument
[all...]
H A Dssl_mcnf.c25 SSL_CONF_CTX *cctx = NULL; in ssl_do_config() local
48 cctx = SSL_CONF_CTX_new(); in ssl_do_config()
49 if (cctx == NULL) in ssl_do_config()
56 SSL_CONF_CTX_set_ssl(cctx, s); in ssl_do_config()
60 SSL_CONF_CTX_set_ssl_ctx(cctx, ctx); in ssl_do_config()
67 SSL_CONF_CTX_set_flags(cctx, flags); in ssl_do_config()
75 rv = SSL_CONF_cmd(cctx, cmdstr, arg); in ssl_do_config()
79 if (!SSL_CONF_CTX_finish(cctx)) in ssl_do_config()
83 SSL_CONF_CTX_free(cctx); in ssl_do_config()
/third_party/openssl/ssl/
H A Dssl_conf.c106 static void ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, in ssl_set_option() argument
111 if (cctx->poptions == NULL) in ssl_set_option()
118 pflags = cctx->pcert_flags; in ssl_set_option()
122 pflags = cctx->pvfy_flags; in ssl_set_option()
127 *cctx->poptions |= option_value; in ssl_set_option()
129 *cctx->poptions &= ~option_value; in ssl_set_option()
142 static int ssl_match_option(SSL_CONF_CTX *cctx, const ssl_flag_tbl *tbl, in ssl_match_option() argument
146 if (!(cctx->flags & tbl->name_flags & SSL_TFLAG_BOTH)) in ssl_match_option()
154 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff); in ssl_match_option()
160 SSL_CONF_CTX *cctx in ssl_set_option_list() local
189 cmd_SignatureAlgorithms(SSL_CONF_CTX *cctx, const char *value) cmd_SignatureAlgorithms() argument
201 cmd_ClientSignatureAlgorithms(SSL_CONF_CTX *cctx, const char *value) cmd_ClientSignatureAlgorithms() argument
212 cmd_Groups(SSL_CONF_CTX *cctx, const char *value) cmd_Groups() argument
224 cmd_Curves(SSL_CONF_CTX *cctx, const char *value) cmd_Curves() argument
230 cmd_ECDHParameters(SSL_CONF_CTX *cctx, const char *value) cmd_ECDHParameters() argument
255 cmd_CipherString(SSL_CONF_CTX *cctx, const char *value) cmd_CipherString() argument
266 cmd_Ciphersuites(SSL_CONF_CTX *cctx, const char *value) cmd_Ciphersuites() argument
277 cmd_Protocol(SSL_CONF_CTX *cctx, const char *value) cmd_Protocol() argument
332 min_max_proto(SSL_CONF_CTX *cctx, const char *value, int *bound) min_max_proto() argument
355 cmd_MinProtocol(SSL_CONF_CTX *cctx, const char *value) cmd_MinProtocol() argument
367 cmd_MaxProtocol(SSL_CONF_CTX *cctx, const char *value) cmd_MaxProtocol() argument
372 cmd_Options(SSL_CONF_CTX *cctx, const char *value) cmd_Options() argument
408 cmd_VerifyMode(SSL_CONF_CTX *cctx, const char *value) cmd_VerifyMode() argument
429 cmd_Certificate(SSL_CONF_CTX *cctx, const char *value) cmd_Certificate() argument
452 cmd_PrivateKey(SSL_CONF_CTX *cctx, const char *value) cmd_PrivateKey() argument
464 cmd_ServerInfoFile(SSL_CONF_CTX *cctx, const char *value) cmd_ServerInfoFile() argument
472 do_store(SSL_CONF_CTX *cctx, const char *CAfile, const char *CApath, const char *CAstore, int verify_store) do_store() argument
512 cmd_ChainCAPath(SSL_CONF_CTX *cctx, const char *value) cmd_ChainCAPath() argument
517 cmd_ChainCAFile(SSL_CONF_CTX *cctx, const char *value) cmd_ChainCAFile() argument
522 cmd_ChainCAStore(SSL_CONF_CTX *cctx, const char *value) cmd_ChainCAStore() argument
527 cmd_VerifyCAPath(SSL_CONF_CTX *cctx, const char *value) cmd_VerifyCAPath() argument
532 cmd_VerifyCAFile(SSL_CONF_CTX *cctx, const char *value) cmd_VerifyCAFile() argument
537 cmd_VerifyCAStore(SSL_CONF_CTX *cctx, const char *value) cmd_VerifyCAStore() argument
542 cmd_RequestCAFile(SSL_CONF_CTX *cctx, const char *value) cmd_RequestCAFile() argument
551 cmd_ClientCAFile(SSL_CONF_CTX *cctx, const char *value) cmd_ClientCAFile() argument
556 cmd_RequestCAPath(SSL_CONF_CTX *cctx, const char *value) cmd_RequestCAPath() argument
565 cmd_ClientCAPath(SSL_CONF_CTX *cctx, const char *value) cmd_ClientCAPath() argument
570 cmd_RequestCAStore(SSL_CONF_CTX *cctx, const char *value) cmd_RequestCAStore() argument
579 cmd_ClientCAStore(SSL_CONF_CTX *cctx, const char *value) cmd_ClientCAStore() argument
584 cmd_DHParameters(SSL_CONF_CTX *cctx, const char *value) cmd_DHParameters() argument
634 cmd_RecordPadding(SSL_CONF_CTX *cctx, const char *value) cmd_RecordPadding() argument
653 cmd_NumTickets(SSL_CONF_CTX *cctx, const char *value) cmd_NumTickets() argument
806 ssl_conf_cmd_skip_prefix(SSL_CONF_CTX *cctx, const char **pcmd) ssl_conf_cmd_skip_prefix() argument
830 ssl_conf_cmd_allowed(SSL_CONF_CTX *cctx, const ssl_conf_cmd_tbl * t) ssl_conf_cmd_allowed() argument
844 ssl_conf_cmd_lookup(SSL_CONF_CTX *cctx, const char *cmd) ssl_conf_cmd_lookup() argument
868 ctrl_switch_option(SSL_CONF_CTX *cctx, const ssl_conf_cmd_tbl * cmd) ctrl_switch_option() argument
882 SSL_CONF_cmd(SSL_CONF_CTX *cctx, const char *cmd, const char *value) SSL_CONF_cmd() argument
919 SSL_CONF_cmd_argv(SSL_CONF_CTX *cctx, int *pargc, char ***pargv) SSL_CONF_cmd_argv() argument
953 SSL_CONF_cmd_value_type(SSL_CONF_CTX *cctx, const char *cmd) SSL_CONF_cmd_value_type() argument
971 SSL_CONF_CTX_finish(SSL_CONF_CTX *cctx) SSL_CONF_CTX_finish() argument
1004 SSL_CONF_CTX_free(SSL_CONF_CTX *cctx) SSL_CONF_CTX_free() argument
1016 SSL_CONF_CTX_set_flags(SSL_CONF_CTX *cctx, unsigned int flags) SSL_CONF_CTX_set_flags() argument
1022 SSL_CONF_CTX_clear_flags(SSL_CONF_CTX *cctx, unsigned int flags) SSL_CONF_CTX_clear_flags() argument
1028 SSL_CONF_CTX_set1_prefix(SSL_CONF_CTX *cctx, const char *pre) SSL_CONF_CTX_set1_prefix() argument
1045 SSL_CONF_CTX_set_ssl(SSL_CONF_CTX *cctx, SSL *ssl) SSL_CONF_CTX_set_ssl() argument
1064 SSL_CONF_CTX_set_ssl_ctx(SSL_CONF_CTX *cctx, SSL_CTX *ctx) SSL_CONF_CTX_set_ssl_ctx() argument
[all...]
H A Dssl_mcnf.c25 SSL_CONF_CTX *cctx = NULL; in ssl_do_config() local
48 cctx = SSL_CONF_CTX_new(); in ssl_do_config()
49 if (cctx == NULL) in ssl_do_config()
56 SSL_CONF_CTX_set_ssl(cctx, s); in ssl_do_config()
60 SSL_CONF_CTX_set_ssl_ctx(cctx, ctx); in ssl_do_config()
67 SSL_CONF_CTX_set_flags(cctx, flags); in ssl_do_config()
73 rv = SSL_CONF_cmd(cctx, cmdstr, arg); in ssl_do_config()
82 rv = SSL_CONF_CTX_finish(cctx); in ssl_do_config()
85 SSL_CONF_CTX_free(cctx); in ssl_do_config()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aria.c516 EVP_ARIA_CCM_CTX *cctx = EVP_C_DATA(EVP_ARIA_CCM_CTX,ctx); in aria_ccm_init_key() local
524 &cctx->ks.ks); in aria_ccm_init_key()
525 CRYPTO_ccm128_init(&cctx->ccm, cctx->M, cctx->L, in aria_ccm_init_key()
526 &cctx->ks, (block128_f) ossl_aria_encrypt); in aria_ccm_init_key()
531 cctx->str = NULL; in aria_ccm_init_key()
532 cctx->key_set = 1; in aria_ccm_init_key()
535 memcpy(ctx->iv, iv, 15 - cctx->L); in aria_ccm_init_key()
536 cctx in aria_ccm_init_key()
543 EVP_ARIA_CCM_CTX *cctx = EVP_C_DATA(EVP_ARIA_CCM_CTX,c); aria_ccm_ctrl() local
644 EVP_ARIA_CCM_CTX *cctx = EVP_C_DATA(EVP_ARIA_CCM_CTX,ctx); aria_ccm_tls_cipher() local
692 EVP_ARIA_CCM_CTX *cctx = EVP_C_DATA(EVP_ARIA_CCM_CTX,ctx); aria_ccm_cipher() local
[all...]
H A De_aes.c317 EVP_AES_CCM_CTX *cctx = EVP_C_DATA(EVP_AES_CCM_CTX,ctx); in aesni_ccm_init_key() local
322 &cctx->ks.ks); in aesni_ccm_init_key()
323 CRYPTO_ccm128_init(&cctx->ccm, cctx->M, cctx->L, in aesni_ccm_init_key()
324 &cctx->ks, (block128_f) aesni_encrypt); in aesni_ccm_init_key()
325 cctx->str = enc ? (ccm128_f) aesni_ccm64_encrypt_blocks : in aesni_ccm_init_key()
327 cctx->key_set = 1; in aesni_ccm_init_key()
330 memcpy(ctx->iv, iv, 15 - cctx->L); in aesni_ccm_init_key()
331 cctx in aesni_ccm_init_key()
672 EVP_AES_CCM_CTX *cctx = EVP_C_DATA(EVP_AES_CCM_CTX,ctx); aes_t4_ccm_init_key() local
969 S390X_AES_ECB_CTX *cctx = EVP_C_DATA(S390X_AES_ECB_CTX, ctx); s390x_aes_ecb_init_key() local
983 S390X_AES_ECB_CTX *cctx = EVP_C_DATA(S390X_AES_ECB_CTX, ctx); s390x_aes_ecb_cipher() local
993 S390X_AES_OFB_CTX *cctx = EVP_C_DATA(S390X_AES_OFB_CTX, ctx); s390x_aes_ofb_init_key() local
1007 S390X_AES_OFB_CTX *cctx = EVP_C_DATA(S390X_AES_OFB_CTX, ctx); s390x_aes_ofb_cipher() local
1051 S390X_AES_CFB_CTX *cctx = EVP_C_DATA(S390X_AES_CFB_CTX, ctx); s390x_aes_cfb_init_key() local
1069 S390X_AES_CFB_CTX *cctx = EVP_C_DATA(S390X_AES_CFB_CTX, ctx); s390x_aes_cfb_cipher() local
1120 S390X_AES_CFB_CTX *cctx = EVP_C_DATA(S390X_AES_CFB_CTX, ctx); s390x_aes_cfb8_init_key() local
1138 S390X_AES_CFB_CTX *cctx = EVP_C_DATA(S390X_AES_CFB_CTX, ctx); s390x_aes_cfb8_cipher() local
1874 S390X_AES_CCM_CTX *cctx = EVP_C_DATA(S390X_AES_CCM_CTX, ctx); s390x_aes_ccm_tls_cipher() local
1928 S390X_AES_CCM_CTX *cctx = EVP_C_DATA(S390X_AES_CCM_CTX, ctx); s390x_aes_ccm_init_key() local
1967 S390X_AES_CCM_CTX *cctx = EVP_C_DATA(S390X_AES_CCM_CTX, ctx); s390x_aes_ccm_cipher() local
2055 S390X_AES_CCM_CTX *cctx = EVP_C_DATA(S390X_AES_CCM_CTX, c); s390x_aes_ccm_ctrl() local
3276 EVP_AES_CCM_CTX *cctx = EVP_C_DATA(EVP_AES_CCM_CTX,c); aes_ccm_ctrl() local
3378 EVP_AES_CCM_CTX *cctx = EVP_C_DATA(EVP_AES_CCM_CTX,ctx); aes_ccm_init_key() local
3425 EVP_AES_CCM_CTX *cctx = EVP_C_DATA(EVP_AES_CCM_CTX,ctx); aes_ccm_tls_cipher() local
3474 EVP_AES_CCM_CTX *cctx = EVP_C_DATA(EVP_AES_CCM_CTX,ctx); aes_ccm_cipher() local
[all...]
/third_party/openssl/crypto/evp/
H A De_aria.c516 EVP_ARIA_CCM_CTX *cctx = EVP_C_DATA(EVP_ARIA_CCM_CTX,ctx); in aria_ccm_init_key() local
524 &cctx->ks.ks); in aria_ccm_init_key()
525 CRYPTO_ccm128_init(&cctx->ccm, cctx->M, cctx->L, in aria_ccm_init_key()
526 &cctx->ks, (block128_f) ossl_aria_encrypt); in aria_ccm_init_key()
531 cctx->str = NULL; in aria_ccm_init_key()
532 cctx->key_set = 1; in aria_ccm_init_key()
535 memcpy(ctx->iv, iv, 15 - cctx->L); in aria_ccm_init_key()
536 cctx in aria_ccm_init_key()
543 EVP_ARIA_CCM_CTX *cctx = EVP_C_DATA(EVP_ARIA_CCM_CTX,c); aria_ccm_ctrl() local
644 EVP_ARIA_CCM_CTX *cctx = EVP_C_DATA(EVP_ARIA_CCM_CTX,ctx); aria_ccm_tls_cipher() local
692 EVP_ARIA_CCM_CTX *cctx = EVP_C_DATA(EVP_ARIA_CCM_CTX,ctx); aria_ccm_cipher() local
[all...]
H A De_aes.c317 EVP_AES_CCM_CTX *cctx = EVP_C_DATA(EVP_AES_CCM_CTX,ctx); in aesni_ccm_init_key() local
322 &cctx->ks.ks); in aesni_ccm_init_key()
323 CRYPTO_ccm128_init(&cctx->ccm, cctx->M, cctx->L, in aesni_ccm_init_key()
324 &cctx->ks, (block128_f) aesni_encrypt); in aesni_ccm_init_key()
325 cctx->str = enc ? (ccm128_f) aesni_ccm64_encrypt_blocks : in aesni_ccm_init_key()
327 cctx->key_set = 1; in aesni_ccm_init_key()
330 memcpy(ctx->iv, iv, 15 - cctx->L); in aesni_ccm_init_key()
331 cctx in aesni_ccm_init_key()
672 EVP_AES_CCM_CTX *cctx = EVP_C_DATA(EVP_AES_CCM_CTX,ctx); aes_t4_ccm_init_key() local
973 S390X_AES_ECB_CTX *cctx = EVP_C_DATA(S390X_AES_ECB_CTX, ctx); s390x_aes_ecb_init_key() local
987 S390X_AES_ECB_CTX *cctx = EVP_C_DATA(S390X_AES_ECB_CTX, ctx); s390x_aes_ecb_cipher() local
997 S390X_AES_OFB_CTX *cctx = EVP_C_DATA(S390X_AES_OFB_CTX, ctx); s390x_aes_ofb_init_key() local
1012 S390X_AES_OFB_CTX *cctx = EVP_C_DATA(S390X_AES_OFB_CTX, ctx); s390x_aes_ofb_cipher() local
1056 S390X_AES_CFB_CTX *cctx = EVP_C_DATA(S390X_AES_CFB_CTX, ctx); s390x_aes_cfb_init_key() local
1075 S390X_AES_CFB_CTX *cctx = EVP_C_DATA(S390X_AES_CFB_CTX, ctx); s390x_aes_cfb_cipher() local
1126 S390X_AES_CFB_CTX *cctx = EVP_C_DATA(S390X_AES_CFB_CTX, ctx); s390x_aes_cfb8_init_key() local
1144 S390X_AES_CFB_CTX *cctx = EVP_C_DATA(S390X_AES_CFB_CTX, ctx); s390x_aes_cfb8_cipher() local
1880 S390X_AES_CCM_CTX *cctx = EVP_C_DATA(S390X_AES_CCM_CTX, ctx); s390x_aes_ccm_tls_cipher() local
1934 S390X_AES_CCM_CTX *cctx = EVP_C_DATA(S390X_AES_CCM_CTX, ctx); s390x_aes_ccm_init_key() local
1973 S390X_AES_CCM_CTX *cctx = EVP_C_DATA(S390X_AES_CCM_CTX, ctx); s390x_aes_ccm_cipher() local
2061 S390X_AES_CCM_CTX *cctx = EVP_C_DATA(S390X_AES_CCM_CTX, c); s390x_aes_ccm_ctrl() local
3282 EVP_AES_CCM_CTX *cctx = EVP_C_DATA(EVP_AES_CCM_CTX,c); aes_ccm_ctrl() local
3384 EVP_AES_CCM_CTX *cctx = EVP_C_DATA(EVP_AES_CCM_CTX,ctx); aes_ccm_init_key() local
3431 EVP_AES_CCM_CTX *cctx = EVP_C_DATA(EVP_AES_CCM_CTX,ctx); aes_ccm_tls_cipher() local
3480 EVP_AES_CCM_CTX *cctx = EVP_C_DATA(EVP_AES_CCM_CTX,ctx); aes_ccm_cipher() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/cmac/
H A Dcmac.c25 EVP_CIPHER_CTX *cctx; member
60 ctx->cctx = EVP_CIPHER_CTX_new(); in CMAC_CTX_new()
61 if (ctx->cctx == NULL) { in CMAC_CTX_new()
71 EVP_CIPHER_CTX_reset(ctx->cctx); in CMAC_CTX_cleanup()
81 return ctx->cctx; in CMAC_CTX_get0_cipher_ctx()
89 EVP_CIPHER_CTX_free(ctx->cctx); in CMAC_CTX_free()
99 if ((bl = EVP_CIPHER_CTX_get_block_size(in->cctx)) < 0) in CMAC_CTX_copy()
101 if (!EVP_CIPHER_CTX_copy(out->cctx, in->cctx)) in CMAC_CTX_copy()
121 if (!EVP_EncryptInit_ex(ctx->cctx, NUL in CMAC_Init()
[all...]
/third_party/openssl/crypto/cmac/
H A Dcmac.c25 EVP_CIPHER_CTX *cctx; member
60 ctx->cctx = EVP_CIPHER_CTX_new(); in CMAC_CTX_new()
61 if (ctx->cctx == NULL) { in CMAC_CTX_new()
71 EVP_CIPHER_CTX_reset(ctx->cctx); in CMAC_CTX_cleanup()
81 return ctx->cctx; in CMAC_CTX_get0_cipher_ctx()
89 EVP_CIPHER_CTX_free(ctx->cctx); in CMAC_CTX_free()
99 if ((bl = EVP_CIPHER_CTX_get_block_size(in->cctx)) < 0) in CMAC_CTX_copy()
101 if (!EVP_CIPHER_CTX_copy(out->cctx, in->cctx)) in CMAC_CTX_copy()
121 if (!EVP_EncryptInit_ex(ctx->cctx, NUL in CMAC_Init()
[all...]
/third_party/openssl/test/
H A Dsslapitest.c350 SSL_CTX *cctx = NULL, *sctx = NULL; in test_keylog() local
366 &sctx, &cctx, cert, privkey))) in test_keylog()
370 SSL_CTX_set_options(cctx, SSL_OP_NO_TLSv1_3); in test_keylog()
374 if (!TEST_true(SSL_CTX_set_cipher_list(cctx, "RSA"))) in test_keylog()
377 if (!TEST_true(SSL_CTX_get_keylog_callback(cctx) == NULL) in test_keylog()
380 SSL_CTX_set_keylog_callback(cctx, client_keylog_callback); in test_keylog()
381 if (!TEST_true(SSL_CTX_get_keylog_callback(cctx) in test_keylog()
390 if (!TEST_true(create_ssl_objects(sctx, cctx, &serverssl, in test_keylog()
422 SSL_CTX_free(cctx); in test_keylog()
431 SSL_CTX *cctx in test_keylog_no_master_key() local
574 SSL_CTX *cctx = NULL, *sctx = NULL; test_client_cert_verify_cb() local
754 SSL_CTX *cctx = NULL, *sctx = NULL; test_client_hello_cb() local
796 SSL_CTX *cctx = NULL, *sctx = NULL; test_no_ems() local
847 SSL_CTX *cctx = NULL, *sctx = NULL; test_ccs_change_cipher() local
956 SSL_CTX *cctx = NULL, *sctx = NULL; execute_test_large_message() local
1155 SSL_CTX *cctx = NULL, *sctx = NULL; execute_test_ktls() local
1287 SSL_CTX *cctx = NULL, *sctx = NULL; execute_test_ktls_sendfile() local
1521 SSL_CTX *cctx = NULL, *sctx = NULL; test_large_app_data() local
1677 SSL_CTX *cctx = NULL, *sctx = NULL; execute_cleanse_plaintext() local
1858 SSL_CTX *cctx = NULL, *sctx = NULL; test_tlsext_status_type() local
2019 SSL_CTX *sctx = NULL, *cctx = NULL; execute_test_session() local
2423 setup_ticket_test(int stateful, int idx, SSL_CTX **sctx, SSL_CTX **cctx) setup_ticket_test() argument
2447 check_resumption(int idx, SSL_CTX *sctx, SSL_CTX *cctx, int succ) check_resumption() argument
2506 SSL_CTX *sctx = NULL, *cctx = NULL; test_tickets() local
2623 SSL_CTX *sctx = NULL, *cctx = NULL; test_psk_tickets() local
2678 SSL_CTX *sctx = NULL, *cctx = NULL; test_extra_tickets() local
2889 SSL_CTX *sctx = NULL, *cctx = NULL; test_ssl_set_bio() local
3127 SSL_CTX *cctx = NULL, *sctx = NULL; test_set_sigalgs() local
3385 setupearly_data_test(SSL_CTX **cctx, SSL_CTX **sctx, SSL **clientssl, SSL **serverssl, SSL_SESSION **sess, int idx, size_t mdsize) setupearly_data_test() argument
3478 SSL_CTX *cctx = NULL, *sctx = NULL; test_early_data_read_write() local
3709 SSL_CTX *cctx = NULL, *sctx = NULL; test_early_data_replay_int() local
3856 SSL_CTX *cctx = NULL, *sctx = NULL; early_data_skip_helper() local
4079 SSL_CTX *cctx = NULL, *sctx = NULL; test_early_data_not_sent() local
4162 SSL_CTX *cctx = NULL, *sctx = NULL; test_early_data_psk() local
4344 SSL_CTX *cctx = NULL, *sctx = NULL; test_early_data_psk_with_all_ciphers() local
4448 SSL_CTX *cctx = NULL, *sctx = NULL; test_early_data_not_expected() local
4509 SSL_CTX *cctx = NULL, *sctx = NULL; test_early_data_tls1_2() local
4593 SSL_CTX *cctx = NULL, *sctx = NULL; test_set_ciphersuite() local
4660 SSL_CTX *cctx = NULL, *sctx = NULL; test_ciphersuite_change() local
4816 SSL_CTX *sctx = NULL, *cctx = NULL; test_key_exchange() local
5040 SSL_CTX *sctx = NULL, *cctx = NULL; test_negotiated_group() local
5199 SSL_CTX *sctx = NULL, *cctx = NULL; test_tls13_ciphersuite() local
5341 SSL_CTX *sctx = NULL, *cctx = NULL; test_tls13_psk() local
5611 SSL_CTX *sctx = NULL, *cctx = NULL; test_stateless() local
5826 SSL_CTX *cctx = NULL, *sctx = NULL, *sctx2 = NULL; test_custom_exts() local
6096 SSL_CTX *sctx = NULL, *cctx = NULL; test_serverinfo_custom() local
6192 SSL_CTX *cctx = NULL, *sctx = NULL, *sctx2 = NULL; test_export_key_mat() local
6361 SSL_CTX *cctx = NULL, *sctx = NULL; test_export_key_mat_early() local
6433 SSL_CTX *cctx = NULL, *sctx = NULL; test_key_update() local
6492 SSL_CTX *cctx = NULL, *sctx = NULL; test_key_update_peer_in_write() local
6578 SSL_CTX *cctx = NULL, *sctx = NULL; test_key_update_peer_in_read() local
6661 SSL_CTX *cctx = NULL, *sctx = NULL; test_key_update_local_in_write() local
6752 SSL_CTX *cctx = NULL, *sctx = NULL; test_key_update_local_in_read() local
6830 SSL_CTX *cctx = NULL, *sctx = NULL; test_ssl_clear() local
6997 SSL_CTX *cctx = NULL, *sctx = NULL; test_pha_key_update() local
7201 SSL_CTX *cctx = NULL, *sctx = NULL; test_srp() local
7421 SSL_CTX *cctx = NULL, *sctx = NULL; test_info_callback() local
7541 SSL_CTX *cctx = NULL, *sctx = NULL; test_ssl_pending() local
7698 SSL_CTX *cctx = NULL, *sctx = NULL; int_test_ssl_get_shared_ciphers() local
7941 SSL_CTX *cctx = NULL, *sctx = NULL; test_ticket_callbacks() local
8101 SSL_CTX *cctx = NULL, *sctx = NULL; test_incorrect_shutdown() local
8160 SSL_CTX *cctx = NULL, *sctx = NULL; test_shutdown() local
8411 SSL_CTX *cctx = NULL, *sctx = NULL, *snictx = NULL; test_cert_cb_int() local
8537 SSL_CTX *cctx = NULL, *sctx = NULL; test_client_cert_cb() local
8594 SSL_CTX *cctx = NULL, *sctx = NULL; test_ca_names_int() local
8744 SSL_CTX *cctx = NULL, *sctx = NULL; test_multiblock_write() local
8950 SSL_CTX *sctx = NULL, *cctx = NULL; test_session_cache_overflow() local
9074 SSL_CTX *cctx = NULL, *sctx = NULL; test_servername() local
9228 SSL_CTX *cctx = NULL, *sctx = NULL; test_sigalgs_available() local
9369 SSL_CTX *cctx = NULL, *sctx = NULL; test_pluggable_group() local
9419 SSL_CTX *cctx = NULL, *sctx = NULL; test_ssl_dup() local
9582 SSL_CTX *cctx = NULL, *sctx = NULL; test_set_tmp_dh() local
9690 SSL_CTX *cctx = NULL, *sctx = NULL; test_dh_auto() local
9803 SSL_CTX *cctx = NULL, *sctx = NULL, *sctx2 = NULL; test_sni_tls13() local
9857 SSL_CTX *cctx = NULL, *sctx = NULL; test_ticket_lifetime() local
10197 SSL_CONF_CTX *cctx = NULL; test_load_dhfile() local
10245 SSL_CTX *cctx = NULL, *sctx = NULL; test_pipelining() local
10420 SSL_CTX *cctx; global() member
10478 SSL_CTX *sctx = NULL, *cctx = NULL; test_multi_resume() local
[all...]
H A Ddtlstest.c73 SSL_CTX *sctx = NULL, *cctx = NULL; in test_dtls_unprocessed() local
83 &sctx, &cctx, cert, privkey))) in test_dtls_unprocessed()
87 if (!TEST_true(SSL_CTX_set_cipher_list(cctx, "AES128-SHA"))) in test_dtls_unprocessed()
92 || !TEST_true(SSL_CTX_set_cipher_list(cctx, in test_dtls_unprocessed()
102 if (!TEST_true(create_ssl_objects(sctx, cctx, &serverssl1, &clientssl1, in test_dtls_unprocessed()
141 SSL_CTX_free(cctx); in test_dtls_unprocessed()
193 SSL_CTX *sctx = NULL, *cctx = NULL; in test_dtls_drop_records() local
205 &sctx, &cctx, cert, privkey))) in test_dtls_drop_records()
211 || !TEST_true(SSL_CTX_set_cipher_list(cctx, in test_dtls_drop_records()
225 if (!TEST_true(create_ssl_objects(sctx, cctx, in test_dtls_drop_records()
311 SSL_CTX *sctx = NULL, *cctx = NULL; test_cookie() local
351 SSL_CTX *sctx = NULL, *cctx = NULL; test_dtls_duplicate_records() local
474 SSL_CTX *sctx = NULL, *cctx = NULL; test_swap_records() local
[all...]
H A Dfatalerrtest.c21 SSL_CTX *sctx = NULL, *cctx = NULL; in test_fatalerr() local
33 &sctx, &cctx, cert, privkey))) in test_fatalerr()
41 || !TEST_true(SSL_CTX_set_cipher_list(cctx, "AES256-SHA")) in test_fatalerr()
44 || !TEST_true(SSL_CTX_set_ciphersuites(cctx, in test_fatalerr()
46 || !TEST_true(create_ssl_objects(sctx, cctx, &sssl, &cssl, NULL, in test_fatalerr()
80 SSL_CTX_free(cctx); in test_fatalerr()
H A Dsslcorrupttest.c185 SSL_CTX *sctx = NULL, *cctx = NULL; in test_ssl_corrupt() local
200 &sctx, &cctx, cert, privkey))) in test_ssl_corrupt()
204 || !TEST_true(SSL_CTX_set_cipher_list(cctx, cipher_list[testidx])) in test_ssl_corrupt()
205 || !TEST_true(SSL_CTX_set_ciphersuites(cctx, "")) in test_ssl_corrupt()
206 || !TEST_ptr(ciphers = SSL_CTX_get_ciphers(cctx)) in test_ssl_corrupt()
215 if (!TEST_true(SSL_CTX_set_max_proto_version(cctx, TLS1_2_VERSION))) in test_ssl_corrupt()
222 if (!TEST_true(create_ssl_objects(sctx, cctx, &server, &client, NULL, in test_ssl_corrupt()
251 SSL_CTX_free(cctx); in test_ssl_corrupt()
/third_party/openssl/demos/bio/
H A Dclient-arg.c20 SSL_CONF_CTX *cctx; in main() local
27 cctx = SSL_CONF_CTX_new(); in main()
28 SSL_CONF_CTX_set_flags(cctx, SSL_CONF_FLAG_CLIENT); in main()
29 SSL_CONF_CTX_set_ssl_ctx(cctx, ctx); in main()
33 rv = SSL_CONF_cmd_argv(cctx, &nargs, &args); in main()
62 if (!SSL_CONF_CTX_finish(cctx)) { in main()
104 SSL_CONF_CTX_free(cctx); in main()
H A Dserver-arg.c28 SSL_CONF_CTX *cctx; in main() local
37 cctx = SSL_CONF_CTX_new(); in main()
38 SSL_CONF_CTX_set_flags(cctx, SSL_CONF_FLAG_SERVER); in main()
39 SSL_CONF_CTX_set_flags(cctx, SSL_CONF_FLAG_CERTIFICATE); in main()
40 SSL_CONF_CTX_set_ssl_ctx(cctx, ctx); in main()
44 rv = SSL_CONF_cmd_argv(cctx, &nargs, &args); in main()
73 if (!SSL_CONF_CTX_finish(cctx)) { in main()
H A Dclient-conf.c21 SSL_CONF_CTX *cctx = NULL; in main() local
47 cctx = SSL_CONF_CTX_new(); in main()
48 SSL_CONF_CTX_set_flags(cctx, SSL_CONF_FLAG_CLIENT); in main()
49 SSL_CONF_CTX_set_flags(cctx, SSL_CONF_FLAG_FILE); in main()
50 SSL_CONF_CTX_set_ssl_ctx(cctx, ctx); in main()
53 rv = SSL_CONF_cmd(cctx, cnf->name, cnf->value); in main()
70 if (!SSL_CONF_CTX_finish(cctx)) { in main()
112 SSL_CONF_CTX_free(cctx); in main()
H A Dserver-conf.c30 SSL_CONF_CTX *cctx = NULL; in main() local
57 cctx = SSL_CONF_CTX_new(); in main()
58 SSL_CONF_CTX_set_flags(cctx, SSL_CONF_FLAG_SERVER); in main()
59 SSL_CONF_CTX_set_flags(cctx, SSL_CONF_FLAG_CERTIFICATE); in main()
60 SSL_CONF_CTX_set_flags(cctx, SSL_CONF_FLAG_FILE); in main()
61 SSL_CONF_CTX_set_ssl_ctx(cctx, ctx); in main()
65 rv = SSL_CONF_cmd(cctx, cnf->name, cnf->value); in main()
82 if (!SSL_CONF_CTX_finish(cctx)) { in main()
/third_party/ffmpeg/libavcodec/tests/
H A Dmotion.c119 MECmpContext cctx, mmxctx; in main() local
133 memset(&cctx, 0, sizeof(cctx)); in main()
134 ff_me_cmp_init(&cctx, ctx); in main()
144 test_motion("mmx", mmxctx.pix_abs[x][0], cctx.pix_abs[x][0]); in main()
145 test_motion("mmx_x2", mmxctx.pix_abs[x][1], cctx.pix_abs[x][1]); in main()
146 test_motion("mmx_y2", mmxctx.pix_abs[x][2], cctx.pix_abs[x][2]); in main()
147 test_motion("mmx_xy2", mmxctx.pix_abs[x][3], cctx.pix_abs[x][3]); in main()
/third_party/ffmpeg/libavdevice/
H A Ddecklink_common.cpp124 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; in decklink_select_input() local
125 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx; in decklink_select_input()
166 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; in ff_decklink_set_configs() local
167 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx; in ff_decklink_set_configs()
216 if (direction == DIRECTION_OUT && cctx->timing_offset != INT_MIN) { in ff_decklink_set_configs()
217 res = ctx->cfg->SetInt(bmdDeckLinkConfigReferenceInputTimingOffset, cctx->timing_offset); in ff_decklink_set_configs()
228 if (ctx->link == bmdLinkConfigurationQuadLink && cctx->sqd >= 0) { in ff_decklink_set_configs()
229 res = ctx->cfg->SetFlag(bmdDeckLinkConfigQuadLinkSDIVideoOutputSquareDivisionSplit, cctx->sqd); in ff_decklink_set_configs()
237 if (direction == DIRECTION_OUT && cctx->level_a >= 0) { in ff_decklink_set_configs()
244 res = ctx->cfg->SetFlag(bmdDeckLinkConfigSMPTELevelAOutput, cctx in ff_decklink_set_configs()
263 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; ff_decklink_set_format() local
489 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; ff_decklink_list_formats() local
540 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; ff_decklink_cleanup() local
557 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; ff_decklink_init_device() local
[all...]
H A Ddecklink_enc.cpp167 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; in decklink_setup_video() local
168 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx; in decklink_setup_video()
238 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; in decklink_setup_audio() local
239 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx; in decklink_setup_audio()
279 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; in ff_decklink_write_trailer() local
280 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx; in ff_decklink_write_trailer()
303 av_freep(&cctx->ctx); in ff_decklink_write_trailer()
435 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; in decklink_write_video_packet() local
436 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx; in decklink_write_video_packet()
527 struct decklink_cctx *cctx in decklink_write_audio_packet() local
550 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; ff_decklink_write_header() local
624 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; ff_decklink_write_packet() local
[all...]
H A Ddecklink_dec.cpp424 decklink_cctx *cctx = (struct decklink_cctx *) avctx->priv_data; in get_metadata() local
443 if (did == 0x43 && (sdid == 0x02 || sdid == 0x03) && cctx->teletext_lines && in get_metadata()
449 tgt = teletext_data_unit_from_ancillary_packet(buf + 3, buf + len, tgt, cctx->teletext_lines, 1); in get_metadata()
715 decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; in decklink_input_callback() local
716 ctx = (struct decklink_ctx *)cctx->ctx; in decklink_input_callback()
846 struct decklink_cctx *cctx = (struct decklink_cctx *) avctx->priv_data; in VideoInputFrameArrived() local
858 if (0 == ctx->frameCount && cctx->timestamp_align) { in VideoInputFrameArrived()
859 AVRational remainder = av_make_q(av_gettime() % cctx->timestamp_align, 1000000); in VideoInputFrameArrived()
955 if (ctx->tc_format && cctx->wait_for_tc && !ctx->tc_seen) { in VideoInputFrameArrived()
963 pkt.pts = get_pkt_pts(videoFrame, audioFrame, wallclock, abs_wallclock, ctx->video_pts_source, ctx->video_st->time_base, &initial_video_pts, cctx in VideoInputFrameArrived()
1086 struct decklink_cctx *cctx = (struct decklink_cctx *) avctx->priv_data; VideoInputFormatChanged() local
1094 decklink_autodetect(struct decklink_cctx *cctx) decklink_autodetect() argument
1146 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; ff_decklink_read_close() local
1165 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; ff_decklink_read_header() local
1431 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; ff_decklink_read_packet() local
[all...]
/third_party/lz4/lib/
H A Dlz4frame.h261 LZ4FLIB_API LZ4F_errorCode_t LZ4F_freeCompressionContext(LZ4F_cctx* cctx);
285 LZ4FLIB_API size_t LZ4F_compressBegin(LZ4F_cctx* cctx,
318 LZ4FLIB_API size_t LZ4F_compressUpdate(LZ4F_cctx* cctx,
325 * it's possible to call LZ4_flush(). It will immediately compress any data buffered within cctx.
328 * @return : nb of bytes written into dstBuffer (can be zero, when there is no data stored within cctx)
332 LZ4FLIB_API size_t LZ4F_flush(LZ4F_cctx* cctx,
338 * It will flush whatever data remained within `cctx` (like LZ4_flush())
344 * A successful call to LZ4F_compressEnd() makes `cctx` available again for another compression task.
346 LZ4FLIB_API size_t LZ4F_compressEnd(LZ4F_cctx* cctx,
582 LZ4F_uncompressedUpdate(LZ4F_cctx* cctx,
[all...]
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpvkfmt.c833 EVP_CIPHER_CTX *cctx = EVP_CIPHER_CTX_new(); in do_PVK_body_key() local
835 if (cctx == NULL) { in do_PVK_body_key()
875 if (!EVP_DecryptInit_ex(cctx, rc4, NULL, keybuf, NULL)) in do_PVK_body_key()
877 if (!EVP_DecryptUpdate(cctx, q, &enctmplen, p, inlen)) in do_PVK_body_key()
879 if (!EVP_DecryptFinal_ex(cctx, q + enctmplen, &enctmplen)) in do_PVK_body_key()
885 if (!EVP_DecryptInit_ex(cctx, rc4, NULL, keybuf, NULL)) in do_PVK_body_key()
887 if (!EVP_DecryptUpdate(cctx, q, &enctmplen, p, inlen)) in do_PVK_body_key()
889 if (!EVP_DecryptFinal_ex(cctx, q + enctmplen, &enctmplen)) in do_PVK_body_key()
906 EVP_CIPHER_CTX_free(cctx); in do_PVK_body_key()
1005 EVP_CIPHER_CTX *cctx in i2b_PVK() local
[all...]
/third_party/openssl/crypto/pem/
H A Dpvkfmt.c833 EVP_CIPHER_CTX *cctx = EVP_CIPHER_CTX_new(); in do_PVK_body_key() local
835 if (cctx == NULL) { in do_PVK_body_key()
875 if (!EVP_DecryptInit_ex(cctx, rc4, NULL, keybuf, NULL)) in do_PVK_body_key()
877 if (!EVP_DecryptUpdate(cctx, q, &enctmplen, p, inlen)) in do_PVK_body_key()
879 if (!EVP_DecryptFinal_ex(cctx, q + enctmplen, &enctmplen)) in do_PVK_body_key()
885 if (!EVP_DecryptInit_ex(cctx, rc4, NULL, keybuf, NULL)) in do_PVK_body_key()
887 if (!EVP_DecryptUpdate(cctx, q, &enctmplen, p, inlen)) in do_PVK_body_key()
889 if (!EVP_DecryptFinal_ex(cctx, q + enctmplen, &enctmplen)) in do_PVK_body_key()
906 EVP_CIPHER_CTX_free(cctx); in do_PVK_body_key()
1005 EVP_CIPHER_CTX *cctx in i2b_PVK() local
[all...]

Completed in 249 milliseconds

123456