Home
last modified time | relevance | path

Searched refs:sct_source_t (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dct.h115 } sct_source_t; typedef
335 sct_source_t SCT_get_source(const SCT *sct);
341 __owur int SCT_set_source(SCT *sct, sct_source_t source);
H A Dct.h.in67 } sct_source_t; typedef
287 sct_source_t SCT_get_source(const SCT *sct);
293 __owur int SCT_set_source(SCT *sct, sct_source_t source);
/freebsd/crypto/openssl/doc/man3/
H A DSCT_new.pod36 } sct_source_t;
73 sct_source_t SCT_get_source(const SCT *sct);
74 int SCT_set_source(SCT *sct, sct_source_t source);
/freebsd/crypto/openssl/crypto/ct/
H A Dct_sct.c253 sct_source_t SCT_get_source(const SCT *sct) in SCT_get_source()
258 int SCT_set_source(SCT *sct, sct_source_t source) in SCT_set_source()
H A Dct_x509v3.c33 static int set_sct_list_source(STACK_OF(SCT) *s, sct_source_t source) in set_sct_list_source()
H A Dct_local.h81 sct_source_t source;
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c6336 sct_source_t origin) in ct_move_scts()