Symbol: cst
lib/libcrypto/ocsp/ocsp_cl.c
338
OCSP_CERTSTATUS *cst;
lib/libcrypto/ocsp/ocsp_cl.c
342
cst = single->certStatus;
lib/libcrypto/ocsp/ocsp_cl.c
343
ret = cst->type;
lib/libcrypto/ocsp/ocsp_cl.c
345
OCSP_REVOKEDINFO *rev = cst->value.revoked;
lib/libcrypto/ocsp/ocsp_prn.c
212
OCSP_CERTSTATUS *cst = NULL;
lib/libcrypto/ocsp/ocsp_prn.c
267
cst = single->certStatus;
lib/libcrypto/ocsp/ocsp_prn.c
269
OCSP_cert_status_str(cst->type)) <= 0)
lib/libcrypto/ocsp/ocsp_prn.c
271
if (cst->type == V_OCSP_CERTSTATUS_REVOKED) {
lib/libcrypto/ocsp/ocsp_prn.c
272
rev = cst->value.revoked;
regress/lib/libssl/ciphers/cipherstest.c
1121
struct cipher_set_test *cst;
regress/lib/libssl/ciphers/cipherstest.c
1131
cst = &cipher_set_tests[i];
regress/lib/libssl/ciphers/cipherstest.c
1133
if (!ssl_aes_is_accelerated() && cst->cids_aes_accel_fixup) {
regress/lib/libssl/ciphers/cipherstest.c
1134
cst->cids[0] = TLS1_3_CK_CHACHA20_POLY1305_SHA256;
regress/lib/libssl/ciphers/cipherstest.c
1135
cst->cids[1] = TLS1_3_CK_AES_256_GCM_SHA384;
regress/lib/libssl/ciphers/cipherstest.c
1141
if (cst->ctx_ciphersuites_first && cst->ctx_ciphersuites != NULL) {
regress/lib/libssl/ciphers/cipherstest.c
1142
if (!SSL_CTX_set_ciphersuites(ctx, cst->ctx_ciphersuites))
regress/lib/libssl/ciphers/cipherstest.c
1145
if (cst->ctx_rulestr != NULL) {
regress/lib/libssl/ciphers/cipherstest.c
1146
if (!SSL_CTX_set_cipher_list(ctx, cst->ctx_rulestr))
regress/lib/libssl/ciphers/cipherstest.c
1149
if (!cst->ctx_ciphersuites_first && cst->ctx_ciphersuites != NULL) {
regress/lib/libssl/ciphers/cipherstest.c
1150
if (!SSL_CTX_set_ciphersuites(ctx, cst->ctx_ciphersuites))
regress/lib/libssl/ciphers/cipherstest.c
1159
if (cst->ssl_ciphersuites_first && cst->ssl_ciphersuites != NULL) {
regress/lib/libssl/ciphers/cipherstest.c
1160
if (!SSL_set_ciphersuites(ssl, cst->ssl_ciphersuites))
regress/lib/libssl/ciphers/cipherstest.c
1163
if (cst->ssl_rulestr != NULL) {
regress/lib/libssl/ciphers/cipherstest.c
1164
if (!SSL_set_cipher_list(ssl, cst->ssl_rulestr))
regress/lib/libssl/ciphers/cipherstest.c
1167
if (!cst->ssl_ciphersuites_first && cst->ssl_ciphersuites != NULL) {
regress/lib/libssl/ciphers/cipherstest.c
1168
if (!SSL_set_ciphersuites(ssl, cst->ssl_ciphersuites))
regress/lib/libssl/ciphers/cipherstest.c
1176
if (SSL_CIPHER_get_id(cipher) == cst->cids[j])
regress/lib/libssl/ciphers/cipherstest.c
1180
SSL_CIPHER_get_id(cipher), cst->cids[j]);
regress/lib/libssl/ciphers/cipherstest.c
1183
if (cst->cids[j] != 0) {
sys/arch/hppa/include/pdc.h
429
u_int cst : 3;
sys/arch/hppa/include/pdc.h
435
#define ia_cst ia.cst
sys/arch/hppa/include/pdc.h
437
#define da_cst da.cst
sys/arch/hppa/include/pdc.h
439
#define ita_cst ita.cst
sys/arch/hppa/include/pdc.h
441
#define dta_cst dta.cst