Function boring_sys::PKCS8_marshal_encrypted_private_key

source ยท
pub unsafe extern "C" fn PKCS8_marshal_encrypted_private_key(
    out: *mut CBB,
    pbe_nid: c_int,
    cipher: *const EVP_CIPHER,
    pass: *const c_char,
    pass_len: usize,
    salt: *const u8,
    salt_len: usize,
    iterations: c_int,
    pkey: *const EVP_PKEY
) -> c_int