Lines Matching refs:msg
355 msg: Vec<u8>, field
371 let ciphertext = ctx.seal(&test.nonce, test.msg.as_slice(), test.ad.as_slice());
377 assert_eq!(plaintext, test.msg, "Decrypt failed on test #{}", test_num);
389 msg: Vec::new(), in aes_128_gcm_siv()
397 msg: decode_hex_into_vec("0100000000000000"), in aes_128_gcm_siv()
405 msg: decode_hex_into_vec("02000000"), in aes_128_gcm_siv()
422 msg: decode_hex_into_vec("0100000000000000"), in aes_256_gcm_siv()
430 msg: decode_hex_into_vec("010000000000000000000000"), in aes_256_gcm_siv()
440 msg: decode_hex_into_vec("02000000"), in aes_256_gcm_siv()
456 msg: Vec::new(), in aes_128_gcm()
464 msg: decode_hex_into_vec("0a2714aa7d"), in aes_128_gcm()
480 msg: Vec::new(), in aes_256_gcm()
488 msg: decode_hex_into_vec("f0535fe211"), in aes_256_gcm()