Home
last modified time | relevance | path

Searched refs:rc4_context_t (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c998 typedef struct rc4_context_s rc4_context_t; typedef
1000 static void rc4_init(rc4_context_t *text,
1027 static void rc4_encrypt(rc4_context_t *text,
1061 static void rc4_decrypt(rc4_context_t *text,
1118 (cipher_context_t *) text->utils->malloc(sizeof(rc4_context_t));
1134 rc4_init((rc4_context_t *) text->cipher_enc_context,
1136 rc4_init((rc4_context_t *) text->cipher_dec_context,
1150 rc4_decrypt((rc4_context_t *) text->cipher_dec_context,
1154 rc4_decrypt((rc4_context_t *) text->cipher_dec_context,
1174 rc4_encrypt((rc4_context_t *) text->cipher_enc_context,
[all …]