Searched refs:SCT (Results 1 – 3 of 3) sorted by relevance
44 generate_stack_macros("SCT")141 * SCT functions *145 * Creates a new, blank SCT.148 SCT *SCT_new(void);164 void SCT_free(SCT *sct);178 * Set the version of an SCT.209 * Set the log ID of an SCT.370 STACK_OF(SCT) *o2i_SCT_LIST(STACK_OF(SCT) **a, const unsigned char **pp,397 STACK_OF(SCT) *d2i_SCT_LIST(STACK_OF(SCT) **a, const unsigned char **pp,419 * If the SCT is an unsupported version, only the SCT's 'sct' and 'sct_len'[all …]
218 typedef struct sct_st SCT; typedef
2590 const STACK_OF(SCT) *scts, void *arg);2597 * If a NULL |callback| is provided, SCT validation is disabled.2629 * least one valid SCT, or else handshake termination will be requested. The2642 const STACK_OF(SCT) *SSL_get0_peer_scts(SSL *s);
Completed in 19 milliseconds