Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dendecoder_legacy_test.c61 typedef int PEM_write_bio_of_void_protected(BIO *out, const void *obj, typedef
81 PEM_write_bio_of_void_protected *pem_write_bio_PrivateKey;
137 (PEM_write_bio_of_void_protected *)PEM_write_bio_DSAPrivateKey,
156 (PEM_write_bio_of_void_protected *)PEM_write_bio_ECPrivateKey,
174 (PEM_write_bio_of_void_protected *)PEM_write_bio_RSAPrivateKey,
300 PEM_write_bio_of_void_protected *pem_write_bio, in test_protected_PEM()