Home
last modified time | relevance | path

Searched refs:i2d_re_X509_tbs (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/doc/man3/
Di2d_re_X509_tbs.pod6 i2d_re_X509_tbs, i2d_re_X509_CRL_tbs, i2d_re_X509_REQ_tbs
15 int i2d_re_X509_tbs(X509 *x, unsigned char **out);
34 i2d_re_X509_tbs() is similar to L<i2d_X509(3)> except it encodes only
37 respectively. The "re" in B<i2d_re_X509_tbs> stands for "re-encode",
49 i2d_re_X509_tbs().
57 i2d_re_X509_tbs(), i2d_re_X509_CRL_tbs() and i2d_re_X509_REQ_tbs() return the
/third_party/openssl/crypto/ct/
Dct_sct_ctx.c181 prederlen = i2d_re_X509_tbs(pretmp, &preder); in SCT_CTX_set1_cert()
/third_party/openssl/crypto/x509/
Dx_x509.c289 int i2d_re_X509_tbs(X509 *x, unsigned char **pp) in i2d_re_X509_tbs() function
/third_party/openssl/ohos_lite/include/openssl/
Dx509.h562 int i2d_re_X509_tbs(X509 *x, unsigned char **pp);
/third_party/openssl/doc/
Dbuild.info2842 DEPEND[html/man3/i2d_re_X509_tbs.html]=man3/i2d_re_X509_tbs.pod
2843 GENERATE[html/man3/i2d_re_X509_tbs.html]=man3/i2d_re_X509_tbs.pod
2844 DEPEND[man/man3/i2d_re_X509_tbs.3]=man3/i2d_re_X509_tbs.pod
2845 GENERATE[man/man3/i2d_re_X509_tbs.3]=man3/i2d_re_X509_tbs.pod
3448 html/man3/i2d_re_X509_tbs.html \
4044 man/man3/i2d_re_X509_tbs.3 \
/third_party/openssl/include/openssl/
Dx509.h.in562 int i2d_re_X509_tbs(X509 *x, unsigned char **pp);
/third_party/openssl/util/
Dlibcrypto.num3760 i2d_re_X509_tbs 3845 3_0_0 EXIST::FUNCTION:
/third_party/openssl/
DCHANGES.md6514 * New function i2d_re_X509_tbs for re-encoding the TBS portion of