Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_ssl.c268 #define X509_NAME_MAXLEN 256 macro
1015 char buf[X509_NAME_MAXLEN]; in _asn1obj2py()
1020 buflen = OBJ_obj2txt(namebuf, X509_NAME_MAXLEN, name, no_name); in _asn1obj2py()
1026 if (buflen > X509_NAME_MAXLEN - 1) { in _asn1obj2py()

Completed in 8 milliseconds