Searched refs:cipher_context (Results 1 – 2 of 2) sorted by relevance
176 typedef struct cipher_context cipher_context_t;266 struct cipher_context *cipher_enc_context;267 struct cipher_context *cipher_dec_context;
4278 crypto_context_t cipher_context = in dprov_free_context() local4283 if (cipher_context != NULL) in dprov_free_context()4284 crypto_cancel_ctx(cipher_context); in dprov_free_context()