Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ct/
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()
/third_party/openssl/doc/man3/
Do2i_SCT_LIST.pod15 SCT *o2i_SCT(SCT **psct, const unsigned char **in, size_t len);
/third_party/openssl/ohos_lite/include/openssl/
Dct.h399 SCT *o2i_SCT(SCT **psct, const unsigned char **in, size_t len);
/third_party/openssl/include/openssl/
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);