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

/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c268 struct cipher_context *cipher_dec_context; member in struct:context
758 des_context_t *c = (des_context_t *) text->cipher_dec_context;
860 text->cipher_dec_context = (cipher_context_t *) c;
879 des_context_t *c = (des_context_t *) text->cipher_dec_context;
978 text->cipher_dec_context = (cipher_context_t *) c;
986 since cipher_dec_context was allocated at the same time. */
1101 if(text->cipher_dec_context) text->utils->free(text->cipher_dec_context);
1104 text->cipher_dec_context = NULL;
1122 text->cipher_dec_context
[all...]

Completed in 27 milliseconds