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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftARCFourCrypt.c93 * outputlenp: pointer to the length of the output
107 CK_ULONG inputlen, CK_BYTE_PTR output, CK_ULONG_PTR outputlenp)
120 *outputlenp = inputlen;
125 if (*outputlenp < inputlen) {
126 *outputlenp = inputlen;
130 *outputlenp = inputlen;
106 soft_arcfour_crypt(crypto_active_op_t *active_op, CK_BYTE_PTR input, CK_ULONG inputlen, CK_BYTE_PTR output, CK_ULONG_PTR outputlenp) argument

Completed in 69 milliseconds