Home
last modified time | relevance | path

Searched refs:crypt_expected (Results 1 – 3 of 3) sorted by relevance

/dports/net/samba412/samba-4.12.15/libcli/auth/tests/
H A Dtest_gnutls.c40 const DATA_BLOB crypt_expected) in torture_gnutls_aes_128_cfb_flags() argument
112 assert_memory_equal(io.data, crypt_expected.data, crypt_expected.length); in torture_gnutls_aes_128_cfb_flags()
211 crypt_expected); in torture_gnutls_aes_128_cfb()
239 static const uint8_t crypt_expected[8] = { in torture_gnutls_des_crypt56() local
266 static const uint8_t crypt_expected[16] = { in torture_gnutls_E_P16() local
288 static const uint8_t crypt_expected[24] = { in torture_gnutls_E_P24() local
311 static const uint8_t crypt_expected[24] = { in torture_gnutls_SMBOWFencrypt() local
335 static const uint8_t crypt_expected[16] = { in torture_gnutls_E_old_pw_hash() local
356 static const uint8_t crypt_expected[8] = { in torture_gnutls_des_crypt128() local
377 static const uint8_t crypt_expected[8] = { in torture_gnutls_des_crypt112() local
[all …]
H A Dtest_schannel.c35 const DATA_BLOB crypt_expected) in torture_schannel_seal_flags() argument
47 assert_int_equal(clear_initial.length, crypt_expected.length); in torture_schannel_seal_flags()
84 assert_memory_equal(io.data, crypt_expected.data, crypt_expected.length); in torture_schannel_seal_flags()
165 const DATA_BLOB crypt_expected = data_blob_const(crypt_buffer, in torture_schannel_seal_rc4() local
178 crypt_expected); in torture_schannel_seal_rc4()
186 data_blob_const(crypt_expected.data, buffer_sizes[i]); in torture_schannel_seal_rc4()
257 const DATA_BLOB crypt_expected = data_blob_const(crypt_buffer, in torture_schannel_seal_aes() local
270 crypt_expected); in torture_schannel_seal_aes()
278 data_blob_const(crypt_expected.data, buffer_sizes[i]); in torture_schannel_seal_aes()
/dports/net/samba412/samba-4.12.15/python/samba/tests/
H A Dcore.py59 crypt_expected = b'\xda\x91Z\xb0l\xd7\xb9\xcf\x99'
61 self.assertEquals(crypt_expected, crypt_calculated)