Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c839 BIO *biobuf = NULL; in _get_peer_alt_names() local
854 biobuf = BIO_new(BIO_s_mem()); in _get_peer_alt_names()
1002 (void) BIO_reset(biobuf); in _get_peer_alt_names()
1003 GENERAL_NAME_print(biobuf, name); in _get_peer_alt_names()
1004 len = BIO_gets(biobuf, buf, sizeof(buf)-1); in _get_peer_alt_names()
1044 BIO_free(biobuf); in _get_peer_alt_names()
1055 if (biobuf != NULL) in _get_peer_alt_names()
1056 BIO_free(biobuf); in _get_peer_alt_names()
1186 BIO *biobuf = NULL; in _decode_certificate() local
1233 biobuf = BIO_new(BIO_s_mem()); in _decode_certificate()
[all …]