aws_lc_sys

Function PEM_write_bio_PKCS8PrivateKey_nid

Source
pub unsafe extern "C" fn PEM_write_bio_PKCS8PrivateKey_nid(
    bp: *mut BIO,
    x: *const EVP_PKEY,
    nid: c_int,
    pass: *const c_char,
    pass_len: c_int,
    cb: pem_password_cb,
    u: *mut c_void,
) -> c_int