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

/opensolaris-onvv-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/
H A Daes_provider.c540 * nlibp = next to last input block pointer
543 char *nlibp, *libp; local
558 nlibp = input->data + ((nblocks - 2) * BLOCK_SIZE);
564 bcopy(nlibp, orig_input, sizeof (orig_input));
567 bcopy(nlibp, tmp, BLOCK_SIZE);
568 bcopy(libp, nlibp, BLOCK_SIZE);
579 bcopy(orig_input, nlibp, sizeof (orig_input));
786 * nlibp = next to last input block pointer
789 char *nlibp, *libp; local
807 nlibp
[all...]

Completed in 95 milliseconds