Searched refs:helpkey (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dmd.c857 unsigned char *helpkey = NULL; local
865 helpkey = gcry_malloc_secure (md_digest_length (algo));
866 if (!helpkey)
868 gcry_md_hash_buffer (algo, helpkey, key, keylen);
869 key = helpkey;
884 gcry_free (helpkey);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dmd.c857 unsigned char *helpkey = NULL; local
865 helpkey = gcry_malloc_secure (md_digest_length (algo));
866 if (!helpkey)
868 gcry_md_hash_buffer (algo, helpkey, key, keylen);
869 key = helpkey;
884 gcry_free (helpkey);

Completed in 60 milliseconds