Home
last modified time | relevance | path

Searched defs:SCT (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/crypto/ct/
H A Dct_x509v3.c49 static STACK_OF(SCT) *x509_ext_d2i_SCT_LIST(STACK_OF(SCT) **a, in STACK_OF() argument
63 static STACK_OF(SCT) *ocsp_ext_d2i_SCT_LIST(STACK_OF(SCT) **a, in STACK_OF() argument
H A Dct_oct.c257 STACK_OF(SCT) *o2i_SCT_LIST(STACK_OF(SCT) **a, const unsigned char **pp, in STACK_OF() argument
376 STACK_OF(SCT) *d2i_SCT_LIST(STACK_OF(SCT) **a, const unsigned char **pp, in STACK_OF() argument
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCaptureTracking.cpp217 SimpleCaptureTracker SCT(ReturnCaptures); in PointerMayBeCaptured() local
/freebsd/crypto/openssl/include/openssl/
H A Dtypes.h206 typedef struct sct_st SCT; typedef
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c5146 const STACK_OF(SCT) *SSL_get0_peer_scts(SSL *s) in STACK_OF() argument
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3695 static void PrintDLLStorageClass(GlobalValue::DLLStorageClassTypes SCT, in PrintDLLStorageClass()