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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dmd.c126 size_t actual_handle_size; /* Allocated size of this handle. */ member in struct:gcry_md_context
476 ctx->actual_handle_size = n + sizeof (struct gcry_md_context);
775 wipememory (a, a->ctx->actual_handle_size);
H A Dcipher.c165 size_t actual_handle_size; /* Allocated size of this handle. */ member in struct:gcry_cipher_handle
807 h->actual_handle_size = size - off;
885 wipememory (h, h->actual_handle_size);

Completed in 98 milliseconds