Home
last modified time | relevance | path

Searched refs:ciphertext_begin_offset (Results 1 – 6 of 6) sorted by relevance

/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dopencl_ssh_fmt_plug.c66 int ciphertext_begin_offset; member
188 currentsalt.ciphertext_begin_offset = cur_salt->ciphertext_begin_offset; in set_salt()
H A Dssh_common.h20 int ciphertext_begin_offset; member
H A Dssh_common_plug.c101 cs.ciphertext_begin_offset = atoi(p); in ssh_get_salt()
H A Dssh_fmt_plug.c322 …AES_cbc_encrypt(cur_salt->ct + cur_salt->ciphertext_begin_offset, out, 16, &akey, iv, AES_DECRYPT); in common_crypt_code()
/dports/security/john/john-1.9.0-jumbo-1/run/
H A Dssh2john.py152 ciphertext_begin_offset = offset
179 saltstr, len(data) // 2, data, rounds, ciphertext_begin_offset)
/dports/security/john/john-1.9.0-jumbo-1/src/opencl/
H A Dssh_kernel.cl35 uint ciphertext_begin_offset;