Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c924 BIO *biobuf = NULL; in _get_peer_alt_names() local
939 biobuf = BIO_new(BIO_s_mem()); in _get_peer_alt_names()
1087 (void) BIO_reset(biobuf); in _get_peer_alt_names()
1088 GENERAL_NAME_print(biobuf, name); in _get_peer_alt_names()
1089 len = BIO_gets(biobuf, buf, sizeof(buf)-1); in _get_peer_alt_names()
1129 BIO_free(biobuf); in _get_peer_alt_names()
1140 if (biobuf != NULL) in _get_peer_alt_names()
1141 BIO_free(biobuf); in _get_peer_alt_names()
1265 BIO *biobuf = NULL; in _decode_certificate() local
1312 biobuf = BIO_new(BIO_s_mem()); in _decode_certificate()
[all …]
/external/python/cpython3/Modules/
D_ssl.c1239 BIO *biobuf = NULL; in _get_peer_alt_names() local
1248 biobuf = BIO_new(BIO_s_mem()); in _get_peer_alt_names()
1249 if (biobuf == NULL) { in _get_peer_alt_names()
1378 (void) BIO_reset(biobuf); in _get_peer_alt_names()
1379 GENERAL_NAME_print(biobuf, name); in _get_peer_alt_names()
1380 len = BIO_gets(biobuf, buf, sizeof(buf)-1); in _get_peer_alt_names()
1421 BIO_free(biobuf); in _get_peer_alt_names()
1432 if (biobuf != NULL) in _get_peer_alt_names()
1433 BIO_free(biobuf); in _get_peer_alt_names()
1561 BIO *biobuf = NULL; in _decode_certificate() local
[all …]