Lines Matching defs:SCT
5008 * The source of each SCT will be set to |origin|.
5015 static int ct_move_scts(STACK_OF(SCT) **dst, STACK_OF(SCT) *src,
5019 SCT *sct = NULL;
5054 STACK_OF(SCT) *scts = o2i_SCT_LIST(NULL, &p, s->ext.scts_len);
5066 * contains an SCT X509 extension. They will be stored in |s->scts|.
5079 STACK_OF(SCT) *scts = NULL;
5129 STACK_OF(SCT) *scts =
5146 const STACK_OF(SCT) *SSL_get0_peer_scts(SSL *s)
5162 const STACK_OF(SCT) *scts, void *unused_arg)
5168 const STACK_OF(SCT) *scts, void *unused_arg)
5174 SCT *sct = sk_SCT_value(scts, i);
5248 const STACK_OF(SCT) *scts;
5252 * skip SCT validation - just return success. Applications that continue