Home
last modified time | relevance | path

Searched defs:external_aad (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/coset/src/mac/
Dtests.rs530 let external_aad = b"This is the external aad"; in test_cose_mac_roundtrip() localVariable
562 let external_aad = b"aad"; in test_cose_mac_noncanonical() localVariable
602 let external_aad = b"This is the external aad"; in test_cose_mac_tag_result() localVariable
622 let external_aad = b"This is the external aad"; in test_cose_mac_create_tag_no_payload() localVariable
634 let external_aad = b"This is the external aad"; in test_cose_mac_verify_tag_no_payload() localVariable
649 let external_aad = b"This is the external aad"; in test_cose_mac0_roundtrip() localVariable
681 let external_aad = b"aad"; in test_cose_mac0_noncanonical() localVariable
721 let external_aad = b"This is the external aad"; in test_cose_mac0_tag_result() localVariable
741 let external_aad = b"This is the external aad"; in test_cose_mac0_create_tag_no_payload() localVariable
753 let external_aad = b"This is the external aad"; in test_cose_mac0_verify_tag_no_payload() localVariable
/external/rust/crates/coset/src/encrypt/
Dtests.rs684 let external_aad = b"This is the external aad"; in test_cose_recipient_roundtrip() localVariable
775 let external_aad = b"This is the external aad"; in test_cose_recipient_result() localVariable
806 let external_aad = b"This is the external aad"; in test_cose_recipient_missing_ciphertext() localVariable
821 let external_aad = b"This is the external aad"; in test_cose_recipient_builder_invalid_context() localVariable
839 let external_aad = b"This is the external aad"; in test_cose_recipient_decrypt_invalid_context() localVariable
860 let external_aad = b"This is the external aad"; in test_cose_encrypt_roundtrip() localVariable
898 let external_aad = b"bb"; in test_cose_encrypt_noncanonical() localVariable
942 let external_aad = b"This is the external aad"; in test_cose_encrypt_status() localVariable
963 let external_aad = b"This is the external aad"; in test_cose_encrypt_missing_ciphertext() localVariable
975 let external_aad = b"This is the external aad"; in test_cose_encrypt0_roundtrip() localVariable
[all …]