Function gnunet_sys::GNUNET_CRYPTO_symmetric_derive_iv[][src]

pub unsafe extern "C" fn GNUNET_CRYPTO_symmetric_derive_iv(
    iv: *mut GNUNET_CRYPTO_SymmetricInitializationVector,
    skey: *const GNUNET_CRYPTO_SymmetricSessionKey,
    salt: *const c_void,
    salt_len: usize,
     ...
)

@ingroup crypto @brief Derive an IV @param iv initialization vector @param skey session key @param salt salt for the derivation @param salt_len size of the @a salt @param … pairs of void * & size_t for context chunks, terminated by NULL