[][src]Function psa_crypto_sys::psa_aead_decrypt

pub unsafe extern "C" fn psa_aead_decrypt(
    handle: u16,
    alg: u32,
    nonce: *const u8,
    nonce_length: usize,
    additional_data: *const u8,
    additional_data_length: usize,
    ciphertext: *const u8,
    ciphertext_length: usize,
    plaintext: *mut u8,
    plaintext_size: usize,
    plaintext_length: *mut usize
) -> i32