Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c177 typedef struct cipher_context cipher_context_t;
267 struct cipher_context *cipher_enc_context;
268 struct cipher_context *cipher_dec_context;
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c4304 crypto_context_t cipher_context = in dprov_free_context() local
4309 if (cipher_context != NULL) in dprov_free_context()
4310 crypto_cancel_ctx(cipher_context); in dprov_free_context()