cst
OCSP_CERTSTATUS *cst;
cst = single->certStatus;
ret = cst->type;
OCSP_REVOKEDINFO *rev = cst->value.revoked;
OCSP_CERTSTATUS *cst = NULL;
cst = single->certStatus;
OCSP_cert_status_str(cst->type)) <= 0)
if (cst->type == V_OCSP_CERTSTATUS_REVOKED) {
rev = cst->value.revoked;
struct cipher_set_test *cst;
cst = &cipher_set_tests[i];
if (!ssl_aes_is_accelerated() && cst->cids_aes_accel_fixup) {
cst->cids[0] = TLS1_3_CK_CHACHA20_POLY1305_SHA256;
cst->cids[1] = TLS1_3_CK_AES_256_GCM_SHA384;
if (cst->ctx_ciphersuites_first && cst->ctx_ciphersuites != NULL) {
if (!SSL_CTX_set_ciphersuites(ctx, cst->ctx_ciphersuites))
if (cst->ctx_rulestr != NULL) {
if (!SSL_CTX_set_cipher_list(ctx, cst->ctx_rulestr))
if (!cst->ctx_ciphersuites_first && cst->ctx_ciphersuites != NULL) {
if (!SSL_CTX_set_ciphersuites(ctx, cst->ctx_ciphersuites))
if (cst->ssl_ciphersuites_first && cst->ssl_ciphersuites != NULL) {
if (!SSL_set_ciphersuites(ssl, cst->ssl_ciphersuites))
if (cst->ssl_rulestr != NULL) {
if (!SSL_set_cipher_list(ssl, cst->ssl_rulestr))
if (!cst->ssl_ciphersuites_first && cst->ssl_ciphersuites != NULL) {
if (!SSL_set_ciphersuites(ssl, cst->ssl_ciphersuites))
if (SSL_CIPHER_get_id(cipher) == cst->cids[j])
SSL_CIPHER_get_id(cipher), cst->cids[j]);
if (cst->cids[j] != 0) {
u_int cst : 3;
#define ia_cst ia.cst
#define da_cst da.cst
#define ita_cst ita.cst
#define dta_cst dta.cst