Function openssl_sys::i2d_PKCS8PrivateKey_bio[][src]

pub unsafe extern "C" fn i2d_PKCS8PrivateKey_bio(
    bp: *mut BIO,
    x: *mut EVP_PKEY,
    enc: *const EVP_CIPHER,
    kstr: *mut c_char,
    klen: c_int,
    cb: pem_password_cb,
    u: *mut c_void
) -> c_int