Searched refs:astrlen (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c800 int astrlen; local
802 astrlen = ASN1_STRING_to_UTF8(&astr, a);
803 if (astrlen < 0) {
810 rv = equal(astr, astrlen, (unsigned char *)b, blen, flags);
812 *peername = OPENSSL_strndup((char *)astr, astrlen);

Completed in 104 milliseconds