Home
last modified time | relevance | path

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

/freebsd/sys/crypto/openssl/
H A Dossl.h69 struct ossl_cipher_context dec_ctx; member
H A Dossl_aes.c111 key = s->dec_ctx; in ossl_aes_cbc()
201 memcpy(&ctx, &s->dec_ctx, sizeof(struct ossl_gcm_context)); in ossl_aes_gcm()
H A Dossl.c275 8 * csp->csp_cipher_klen, &s->cipher.dec_ctx); in ossl_newsession_cipher()