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

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Dcrypto.c259 grub_uint8_t *helpkey = NULL; local
274 helpkey = grub_malloc (md->mdlen);
275 if (!helpkey)
277 grub_crypto_hash (md, helpkey, key, keylen);
279 key = helpkey;
298 grub_free (helpkey);
299 helpkey = NULL;
319 grub_free (helpkey);
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dmd.c853 unsigned char *helpkey = NULL; local
861 helpkey = gcry_malloc_secure (md_digest_length (algo));
862 if (!helpkey)
864 gcry_md_hash_buffer (algo, helpkey, key, keylen);
865 key = helpkey;
880 gcry_free (helpkey);

Completed in 18 milliseconds