Home
last modified time | relevance | path

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

/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()
/external/rust/beto-rust/nearby/presence/np_adv/src/extended/
Dsection_signature_payload.rs35 salt_bytes: &'a [u8], field
/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
/external/rust/beto-rust/nearby/presence/ldt_np_jni/src/
Dlib.rs305 let salt_bytes = np_salt.to_be_bytes(); localVariable
/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
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc11046 ScopedByteArrayRO salt_bytes(env, salt); in NativeCrypto_Scrypt_generate_key() local