Searched refs:i2d_re_X509_tbs (Results 1 – 8 of 8) sorted by relevance
342 int i2d_re_X509_tbs(X509 *x, unsigned char **pp) in i2d_re_X509_tbs() function
340 int i2d_re_X509_tbs(X509 *x509, unsigned char **outp) in i2d_re_X509_tbs() function
1628 int tbs_cert_len = i2d_re_X509_tbs(cert.get(), &tbs_cert); in TEST()
156 res = self._backend._lib.i2d_re_X509_tbs(self._x509, pp)
812 OPENSSL_EXPORT int i2d_re_X509_tbs(X509 *x, unsigned char **pp);
983 OPENSSL_EXPORT int i2d_re_X509_tbs(X509 *x509, unsigned char **outp);
3234 #define i2d_re_X509_tbs BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, i2d_re_X509_tbs) macro
4514 return ASN1ToByteArray<X509>(env, copy.get(), i2d_re_X509_tbs); in NativeCrypto_get_X509_tbs_cert_without_ext()