Home
last modified time | relevance | path

Searched defs:evp_pkey_st (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/include/crypto/
H A Devp.h668 struct evp_pkey_st { struct
670 int type;
671 int save_type;
678 const EVP_PKEY_ASN1_METHOD *ameth;
679 ENGINE *engine;
680 ENGINE *pmeth_engine; /* If not NULL public key ENGINE to use */
683 union legacy_pkey_st pkey;
686 union legacy_pkey_st legacy_cache_pkey;
690 CRYPTO_REF_COUNT references;
691 CRYPTO_RWLOCK *lock;
[all …]