Home
last modified time | relevance | path

Searched defs:salt_bytes (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt_np_adv_ffi/c/fuzz/
Dldt_fuzzer.cc29 std::array<uint8_t, 2> salt_bytes, in LdtDecryptBadMac()
72 std::array<uint8_t, 2> salt_bytes, in LdtDecryptCorrectMac()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/section/intermediate/
Dtests.rs179 let salt_bytes = [0x11; EXTENDED_SALT_LEN]; in parse_adv_sig_encrypted_sections() localVariable
511 let salt_bytes = [0x11; SHORT_SALT_LEN]; in parse_adv_sig_encrypted_section_with_short_salt() localVariable
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/
Dsection_signature_payload.rs35 salt_bytes: &'a [u8], field
/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt_np_jni/src/
Dlib.rs305 let salt_bytes = np_salt.to_be_bytes(); localVariable
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/serialize/
Dsection_tests.rs740 let salt_bytes = section_salt.as_slice(); in do_signature_encrypted_identity_fixed_key_material_test() localVariable
/aosp_15_r20/bootable/deprecated-ota/tests/unit/
H A Dupdater_test.cpp451 std::vector<unsigned char> salt_bytes; in TEST_F() local
/aosp_15_r20/external/conscrypt/common/src/jni/main/cpp/conscrypt/
H A Dnative_crypto.cc10877 ScopedByteArrayRO salt_bytes(env, salt); in NativeCrypto_Scrypt_generate_key() local