Searched refs:psct (Results 1 – 3 of 3) sorted by relevance
70 SCT *o2i_SCT(SCT **psct, const unsigned char **in, size_t len) in o2i_SCT() argument142 if (psct != NULL) { in o2i_SCT()143 SCT_free(*psct); in o2i_SCT()144 *psct = sct; in o2i_SCT()
15 SCT *o2i_SCT(SCT **psct, const unsigned char **in, size_t len);
413 * If |psct| is not null, it will end up pointing to the parsed SCT. If it422 SCT *o2i_SCT(SCT **psct, const unsigned char **in, size_t len);
Completed in 10 milliseconds