Lines Matching defs:evp_pkey_st
652 struct evp_pkey_st { struct
654 int type;
655 int save_type;
662 const EVP_PKEY_ASN1_METHOD *ameth;
663 ENGINE *engine;
664 ENGINE *pmeth_engine; /* If not NULL public key ENGINE to use */
667 union legacy_pkey_st pkey;
670 union legacy_pkey_st legacy_cache_pkey;
674 CRYPTO_REF_COUNT references;
675 CRYPTO_RWLOCK *lock;
678 int save_parameters;
679 unsigned int foreign:1; /* the low-level key is using an engine or an app-method */
680 CRYPTO_EX_DATA ex_data;
690 EVP_KEYMGMT *keymgmt;
691 void *keydata;
696 size_t dirty_cnt;
711 size_t dirty_cnt_copy;
714 struct {
718 } cache;