Function symcrypt_sys::SymCryptChaCha20Poly1305Encrypt
source · pub unsafe extern "C" fn SymCryptChaCha20Poly1305Encrypt(
pbKey: PCBYTE,
cbKey: SIZE_T,
pbNonce: PCBYTE,
cbNonce: SIZE_T,
pbAuthData: PCBYTE,
cbAuthData: SIZE_T,
pbSrc: PCBYTE,
pbDst: PBYTE,
cbData: SIZE_T,
pbTag: PBYTE,
cbTag: SIZE_T
) -> SYMCRYPT_ERROR