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

/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c997 typedef struct rc4_context_s rc4_context_t; typedef in typeref:struct:rc4_context_s
999 static void rc4_init(rc4_context_t *text,
1026 static void rc4_encrypt(rc4_context_t *text,
1060 static void rc4_decrypt(rc4_context_t *text,
1117 (cipher_context_t *) text->utils->malloc(sizeof(rc4_context_t));
1121 (cipher_context_t *) text->utils->malloc(sizeof(rc4_context_t));
1133 rc4_init((rc4_context_t *) text->cipher_enc_context,
1135 rc4_init((rc4_context_t *) text->cipher_dec_context,
1149 rc4_decrypt((rc4_context_t *) text->cipher_dec_context,
1153 rc4_decrypt((rc4_context_t *) tex
[all...]

Completed in 53 milliseconds