Function gnunet_sys::GNUNET_CRYPTO_rsa_private_key_dup[][src]

pub unsafe extern "C" fn GNUNET_CRYPTO_rsa_private_key_dup(
    key: *const GNUNET_CRYPTO_RsaPrivateKey
) -> *mut GNUNET_CRYPTO_RsaPrivateKey

Duplicate the given private key

@param key the private key to duplicate @return the duplicate key; NULL upon error