Home
last modified time | relevance | path

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

/freebsd/sys/crypto/openssl/
H A Dossl.h57 struct ossl_cipher_context { struct
69 struct ossl_cipher_context dec_ctx; argument
70 struct ossl_cipher_context enc_ctx;
H A Dossl_aes.c85 struct ossl_cipher_context key; in ossl_aes_cbc()
191 (struct ossl_cipher_context *)&ctx); in ossl_aes_gcm()
195 (struct ossl_cipher_context *)&ctx); in ossl_aes_gcm()
H A Dossl_aes_gcm.c29 sizeof(struct ossl_gcm_context) <= sizeof(struct ossl_cipher_context),
/freebsd/sys/crypto/openssl/amd64/
H A Dossl_aes_gcm_avx512.c26 sizeof(struct ossl_gcm_context) <= sizeof(struct ossl_cipher_context),
/freebsd/sys/crypto/openssl/arm/
H A Dossl_aes_gcm_neon.c23 sizeof(struct ossl_gcm_context) <= sizeof(struct ossl_cipher_context),