Searched refs:rsa_bio (Results 1 – 1 of 1) sorted by relevance
72 BIO* rsa_bio = BIO_new_mem_buf(&rsa_string[0], rsa_string.size()); in TEST() local73 RSA* rsa = PEM_read_bio_RSAPrivateKey(rsa_bio, NULL, NULL, NULL); in TEST()74 BIO_free(rsa_bio); in TEST()