Home
last modified time | relevance | path

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

/third_party/python/Modules/_ssl/
H A Dcert.c134 BIO *biobuf; in _x509name_print() local
136 biobuf = BIO_new(BIO_s_mem()); in _x509name_print()
137 if (biobuf == NULL) { in _x509name_print()
142 if (X509_NAME_print_ex(biobuf, name, indent, flags) <= 0) { in _x509name_print()
144 BIO_free(biobuf); in _x509name_print()
147 res = _PySSL_UnicodeFromBIO(state, biobuf, "strict"); in _x509name_print()
148 BIO_free(biobuf); in _x509name_print()
/third_party/python/Modules/
H A D_ssl.c1199 BIO *biobuf = NULL; in _get_peer_alt_names() local
1208 biobuf = BIO_new(BIO_s_mem()); in _get_peer_alt_names()
1209 if (biobuf == NULL) { in _get_peer_alt_names()
1385 (void) BIO_reset(biobuf); in _get_peer_alt_names()
1386 GENERAL_NAME_print(biobuf, name); in _get_peer_alt_names()
1387 len = BIO_gets(biobuf, buf, sizeof(buf)-1); in _get_peer_alt_names()
1428 BIO_free(biobuf); in _get_peer_alt_names()
1439 if (biobuf != NULL) in _get_peer_alt_names()
1440 BIO_free(biobuf); in _get_peer_alt_names()
1568 BIO *biobuf in _decode_certificate() local
3952 BIO *biobuf = NULL; _add_ca_certs() local
[all...]

Completed in 5 milliseconds