Home
last modified time | relevance | path

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

/dports/security/gnupg/gnupg-2.3.3/agent/
H A Dprotect.c641 size_t protectedlen; in agent_protect() local
762 + protectedlen in agent_protect()
776 memcpy (p, protected, protectedlen); in agent_protect()
777 p += protectedlen; in agent_protect()
796 const unsigned char *protected, size_t protectedlen, in do_decryption() argument
815 if (protectedlen < (4 + 16) || ivlen != 12) in do_decryption()
820 if (protectedlen < 4 || (protectedlen%blklen)) in do_decryption()
831 outbuf = gcry_malloc_secure (protectedlen); in do_decryption()
889 rc = gcry_cipher_decrypt (hd, outbuf, protectedlen, in do_decryption()
890 protected, protectedlen); in do_decryption()
[all …]