open62541_sys

Function UA_PKI_decryptPrivateKey

Source
pub unsafe extern "C" fn UA_PKI_decryptPrivateKey(
    privateKey: UA_ByteString,
    password: UA_ByteString,
    outDerKey: *mut UA_ByteString,
) -> UA_StatusCode