Searched defs:evp_asym_cipher_st (Results 1 – 1 of 1) sorted by relevance
227 struct evp_asym_cipher_st { struct228 int name_id;229 char *type_name;230 const char *description;231 OSSL_PROVIDER *prov;232 CRYPTO_REF_COUNT refcnt;234 OSSL_FUNC_asym_cipher_newctx_fn *newctx;235 OSSL_FUNC_asym_cipher_encrypt_init_fn *encrypt_init;236 OSSL_FUNC_asym_cipher_encrypt_fn *encrypt;237 OSSL_FUNC_asym_cipher_decrypt_init_fn *decrypt_init;[all …]