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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dcipher.c161 size_t actual_handle_size; /* Allocated size of this handle. */ member in struct:gcry_cipher_handle
790 h->actual_handle_size = size - off;
867 wipememory (h, h->actual_handle_size);
H A Dmd.c122 size_t actual_handle_size; /* Allocated size of this handle. */ member in struct:gcry_md_context
472 ctx->actual_handle_size = n + sizeof (struct gcry_md_context);
771 wipememory (a, a->ctx->actual_handle_size);

Completed in 21 milliseconds