Function wolfssl_sys::wc_ChaCha20Poly1305_Init
source · pub unsafe extern "C" fn wc_ChaCha20Poly1305_Init(
aead: *mut ChaChaPoly_Aead,
inKey: *const byte,
inIV: *const byte,
isEncrypt: c_int
) -> c_intpub unsafe extern "C" fn wc_ChaCha20Poly1305_Init(
aead: *mut ChaChaPoly_Aead,
inKey: *const byte,
inIV: *const byte,
isEncrypt: c_int
) -> c_int