Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c997 typedef struct rc4_context_s rc4_context_t; typedef
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 *) text->cipher_dec_context,
[all …]