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.h113 } sct_source_t; typedef
333 sct_source_t SCT_get_source(const SCT *sct);
339 __owur int SCT_set_source(SCT *sct, sct_source_t source);
H A Dct.h.in65 } sct_source_t; typedef
285 sct_source_t SCT_get_source(const SCT *sct);
291 __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.c255 sct_source_t SCT_get_source(const SCT *sct) in SCT_get_source()
260 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.h80 sct_source_t source;
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c6371 sct_source_t origin) in ct_move_scts()