Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c177 typedef struct cipher_context cipher_context_t; typedef
845 text->cipher_enc_context = (cipher_context_t *) c;
859 text->cipher_dec_context = (cipher_context_t *) c;
968 text->cipher_enc_context = (cipher_context_t *) c;
977 text->cipher_dec_context = (cipher_context_t *) c;
1118 (cipher_context_t *) text->utils->malloc(sizeof(rc4_context_t));
1122 (cipher_context_t *) text->utils->malloc(sizeof(rc4_context_t));
1319 text->cipher_enc_context = (cipher_context_t *)enc_context;
1369 text->cipher_dec_context = (cipher_context_t *)dec_context;