Lines Matching defs:evp_asym_cipher_st
190 struct evp_asym_cipher_st { struct
191 int name_id;
192 char *type_name;
193 const char *description;
194 OSSL_PROVIDER *prov;
195 CRYPTO_REF_COUNT refcnt;
196 CRYPTO_RWLOCK *lock;
198 OSSL_FUNC_asym_cipher_newctx_fn *newctx;
199 OSSL_FUNC_asym_cipher_encrypt_init_fn *encrypt_init;
200 OSSL_FUNC_asym_cipher_encrypt_fn *encrypt;
201 OSSL_FUNC_asym_cipher_decrypt_init_fn *decrypt_init;
202 OSSL_FUNC_asym_cipher_decrypt_fn *decrypt;
203 OSSL_FUNC_asym_cipher_freectx_fn *freectx;
204 OSSL_FUNC_asym_cipher_dupctx_fn *dupctx;
205 OSSL_FUNC_asym_cipher_get_ctx_params_fn *get_ctx_params;
206 OSSL_FUNC_asym_cipher_gettable_ctx_params_fn *gettable_ctx_params;
207 OSSL_FUNC_asym_cipher_set_ctx_params_fn *set_ctx_params;
208 OSSL_FUNC_asym_cipher_settable_ctx_params_fn *settable_ctx_params;