Searched refs:ossl_cipher_context (Results 1 – 5 of 5) sorted by relevance
57 struct ossl_cipher_context { struct69 struct ossl_cipher_context dec_ctx; argument70 struct ossl_cipher_context enc_ctx;
85 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()
29 sizeof(struct ossl_gcm_context) <= sizeof(struct ossl_cipher_context),
26 sizeof(struct ossl_gcm_context) <= sizeof(struct ossl_cipher_context),
23 sizeof(struct ossl_gcm_context) <= sizeof(struct ossl_cipher_context),