Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dopensslidentity.cc193 BIO* temp_memory_bio = BIO_new(BIO_s_mem()); in PrintCert() local
194 if (!temp_memory_bio) { in PrintCert()
198 X509_print_ex(temp_memory_bio, x509, XN_FLAG_SEP_CPLUS_SPC, 0); in PrintCert()
199 BIO_write(temp_memory_bio, "\0", 1); in PrintCert()
201 BIO_get_mem_data(temp_memory_bio, &buffer); in PrintCert()
203 BIO_free(temp_memory_bio); in PrintCert()