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

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftARCFourCrypt.c50 ARCFour_key *keystream; local
68 keystream = malloc(sizeof (ARCFour_key));
69 if (keystream == NULL) {
72 arcfour_key_init(keystream, keyval, keyvallen);
74 soft_set_session_context(session_p, op, keystream, pMechanism);
97 * CKR_ARGUMENTS_BAD: keystream is a NULL pointer, cipher is not
104 ARCFour_key *keystream = active_op->context; local
106 if (keystream == NULL) {
124 arcfour_crypt(keystream, input, output, inputlen);

Completed in 22 milliseconds