Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/include/crypto/
H A Devp.h395 struct evp_pkey_st { struct
396 int type;
397 int save_type;
398 CRYPTO_REF_COUNT references;
399 const EVP_PKEY_ASN1_METHOD *ameth;
400 ENGINE *engine;
401 ENGINE *pmeth_engine; /* If not NULL public key ENGINE to use */
402 union {
417 } pkey;
418 int save_parameters;
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Devp.h653 struct evp_pkey_st { struct
655 int type;
656 int save_type;
663 const EVP_PKEY_ASN1_METHOD *ameth;
664 ENGINE *engine;
665 ENGINE *pmeth_engine; /* If not NULL public key ENGINE to use */
668 union legacy_pkey_st pkey;
671 union legacy_pkey_st legacy_cache_pkey;
675 CRYPTO_REF_COUNT references;
676 CRYPTO_RWLOCK *lock;
[all …]