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

/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c177 typedef struct cipher_context cipher_context_t; typedef in typeref:struct:cipher_context
846 text->cipher_enc_context = (cipher_context_t *) c;
860 text->cipher_dec_context = (cipher_context_t *) c;
969 text->cipher_enc_context = (cipher_context_t *) c;
978 text->cipher_dec_context = (cipher_context_t *) c;
1119 (cipher_context_t *) text->utils->malloc(sizeof(rc4_context_t));
1123 (cipher_context_t *) text->utils->malloc(sizeof(rc4_context_t));
1323 text->cipher_enc_context = (cipher_context_t *)enc_context;
1373 text->cipher_dec_context = (cipher_context_t *)dec_context;

Completed in 32 milliseconds