Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/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 …]
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/packages/modules/Virtualization/libs/libservice_vm_requests/src/
Dpub_key.rs46 let external_aad = &[]; in build_maced_public_key() localVariable
/aosp_15_r20/external/open-dice/src/
H A Dtest_utils.cc601 const uint8_t* external_aad, in VerifyCoseSign1Signature()
770 const uint8_t* external_aad, size_t external_aad_size, in VerifyCoseSign1()
/aosp_15_r20/external/gsc-utils/boot_param/
H A Dcbor_boot_param.h222 uint8_t external_aad; member
/aosp_15_r20/system/keymaster/cppcose/
H A Dcppcose.cpp576 const bytevec& external_aad) { in decryptCoseEncrypt()