Home
last modified time | relevance | path

Searched refs:SCT (Results 1 – 3 of 3) sorted by relevance

/include/openssl/
A Dct.h.in44 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 …]
A Dtypes.h218 typedef struct sct_st SCT; typedef
A Dssl.h.in2590 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. The
2642 const STACK_OF(SCT) *SSL_get0_peer_scts(SSL *s);

Completed in 25 milliseconds