Home
last modified time | relevance | path

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

/openssl/crypto/ct/
H A Dct_oct.c70 SCT *o2i_SCT(SCT **psct, const unsigned char **in, size_t len) in o2i_SCT() argument
142 if (psct != NULL) { in o2i_SCT()
143 SCT_free(*psct); in o2i_SCT()
144 *psct = sct; in o2i_SCT()
/openssl/doc/man3/
H A Do2i_SCT_LIST.pod15 SCT *o2i_SCT(SCT **psct, const unsigned char **in, size_t len);
/openssl/include/openssl/
H A Dct.h.in413 * If |psct| is not null, it will end up pointing to the parsed SCT. If it
422 SCT *o2i_SCT(SCT **psct, const unsigned char **in, size_t len);

Completed in 13 milliseconds