Home
last modified time | relevance | path

Searched defs:digest_cipher (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c270 struct digest_cipher { struct
271 char *name;
272 sasl_ssf_t ssf;
273 int n; /* bits to make privacy key */
274 int flag; /* a bitmask to make things easier for us */
276 cipher_function_t *cipher_enc;
277 cipher_function_t *cipher_dec;
278 cipher_init_t *cipher_init;
279 cipher_free_t *cipher_free;