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

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftARCFourCrypt.c88 * outputlenp: pointer to the length of the output
102 CK_ULONG inputlen, CK_BYTE_PTR output, CK_ULONG_PTR outputlenp)
115 *outputlenp = inputlen;
120 if (*outputlenp < inputlen) {
121 *outputlenp = inputlen;
125 *outputlenp = inputlen;
101 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 314 milliseconds