Home
last modified time | relevance | path

Searched refs:gpg_common_keySize (Results 1 – 4 of 4) sorted by relevance

/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dgpg_common.h34 extern uint32_t gpg_common_keySize(char algorithm);
H A Dopencl_gpg_fmt_plug.c245 currentsalt.key_len = gpg_common_keySize(gpg_common_cur_salt->cipher_algorithm); in set_salt()
321 …if (gpg_common_check(outbuffer[index].v, gpg_common_keySize(gpg_common_cur_salt->cipher_algorithm)… in crypt_all()
H A Dgpg_fmt_plug.c113 int ks = gpg_common_keySize(gpg_common_cur_salt->cipher_algorithm); in crypt_all()
H A Dgpg_common_plug.c136 uint32_t gpg_common_keySize(char algorithm) in gpg_common_keySize() function