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

/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c999 typedef struct rc4_context_s rc4_context_t; typedef in typeref:struct:rc4_context_s
1001 static void rc4_init(rc4_context_t *text,
1028 static void rc4_encrypt(rc4_context_t *text,
1062 static void rc4_decrypt(rc4_context_t *text,
1119 (cipher_context_t *) text->utils->malloc(sizeof(rc4_context_t));
1123 (cipher_context_t *) text->utils->malloc(sizeof(rc4_context_t));
1135 rc4_init((rc4_context_t *) text->cipher_enc_context,
1137 rc4_init((rc4_context_t *) text->cipher_dec_context,
1151 rc4_decrypt((rc4_context_t *) text->cipher_dec_context,
1155 rc4_decrypt((rc4_context_t *) tex
[all...]

Completed in 20 milliseconds