Searched defs:salt_bytes (Results 1 – 7 of 7) sorted by relevance
29 std::array<uint8_t, 2> salt_bytes, in LdtDecryptBadMac()72 std::array<uint8_t, 2> salt_bytes, in LdtDecryptCorrectMac()
179 let salt_bytes = [0x11; EXTENDED_SALT_LEN]; in parse_adv_sig_encrypted_sections() localVariable511 let salt_bytes = [0x11; SHORT_SALT_LEN]; in parse_adv_sig_encrypted_section_with_short_salt() localVariable
35 salt_bytes: &'a [u8], field
305 let salt_bytes = np_salt.to_be_bytes(); localVariable
740 let salt_bytes = section_salt.as_slice(); in do_signature_encrypted_identity_fixed_key_material_test() localVariable
451 std::vector<unsigned char> salt_bytes; in TEST_F() local
10877 ScopedByteArrayRO salt_bytes(env, salt); in NativeCrypto_Scrypt_generate_key() local