Home
last modified time | relevance | path

Searched refs:s2ksalt (Results 1 – 2 of 2) sorted by relevance

/dports/security/gnupg/gnupg-2.3.3/agent/
H A Dprotect.c396 const unsigned char *s2ksalt; /* Points into IV. */ in do_encryption() local
402 s2ksalt = iv; /* Silence compiler warning. */ in do_encryption()
464 s2ksalt = iv + ivsize - 8; in do_encryption()
480 3, s2ksalt, in do_encryption()
606 memcpy (p+saltpos, s2ksalt, 8); in do_encryption()
1104 const unsigned char *s2ksalt; in agent_unprotect() local
1263 s2ksalt = s; in agent_unprotect()
1317 passphrase, s2ksalt, s2kcount, in agent_unprotect()
1471 const unsigned char *s2ksalt, in hash_passphrase() argument
1484 hashalgo, s2ksalt, 8, s2kcount, in hash_passphrase()
[all …]
H A Dagent.h578 const unsigned char *s2ksalt,