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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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);
/netgear-R7000-V1.0.7.12_1.2.5/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 117 milliseconds