Searched defs:bio (Results 1 - 3 of 3) sorted by relevance

/system/tpm/trunks/
H A Dsession_manager_impl.cc24 #include <openssl/bio.h>
42 BIO* bio = BIO_new(BIO_s_mem()); local
43 ERR_print_errors(bio);
45 int data_len = BIO_get_mem_data(bio, &data);
47 BIO_free(bio);
H A Dtrunks_client_test.cc31 #include <openssl/bio.h>
52 BIO* bio = BIO_new(BIO_s_mem()); local
53 ERR_print_errors(bio);
55 int data_len = BIO_get_mem_data(bio, &data);
57 BIO_free(bio);
/system/tpm/attestation/common/
H A Dcrypto_utility_impl.cc28 #include <openssl/bio.h>
43 BIO* bio = BIO_new(BIO_s_mem()); local
44 ERR_print_errors(bio);
46 int data_len = BIO_get_mem_data(bio, &data);
48 BIO_free(bio);

Completed in 103 milliseconds