Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/engines/
H A De_devcrypto.c362 struct cipher_ctx *to_cipher_ctx; in cipher_ctrl() local
370 to_cipher_ctx = (struct cipher_ctx *)EVP_CIPHER_CTX_get_cipher_data(to_ctx); in cipher_ctrl()
371 memset(&to_cipher_ctx->sess, 0, sizeof(to_cipher_ctx->sess)); in cipher_ctrl()