Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/x509/
H A Dx_all.c260 return ASN1_i2d_bio_of(EC_KEY, i2d_ECPrivateKey, bp, eckey); in i2d_ECPrivateKey_bio()
338 return ASN1_i2d_bio_of(EVP_PKEY, i2d_PrivateKey, bp, pkey); in i2d_PrivateKey_bio()
/dragonfly/crypto/libressl/include/openssl/
H A Dasn1.h823 #define ASN1_i2d_bio_of(type,i2d,out,x) \ macro
H A Dssl.h773 #define i2d_SSL_SESSION_bio(bp,s_id) ASN1_i2d_bio_of(SSL_SESSION,i2d_SSL_SESSION,bp,s_id)