Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c176 typedef struct cipher_context cipher_context_t;
266 struct cipher_context *cipher_enc_context;
267 struct cipher_context *cipher_dec_context;
/titanic_41/usr/src/uts/common/crypto/io/
H A Ddprov.c4278 crypto_context_t cipher_context = in dprov_free_context() local
4283 if (cipher_context != NULL) in dprov_free_context()
4284 crypto_cancel_ctx(cipher_context); in dprov_free_context()