Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx_pubkey.c20 struct X509_pubkey_st { struct
21 X509_ALGOR *algor;
22 ASN1_BIT_STRING *public_key;
23 EVP_PKEY *pkey;
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx_pubkey.c31 struct X509_pubkey_st { struct
32 X509_ALGOR *algor;
33 ASN1_BIT_STRING *public_key;
35 EVP_PKEY *pkey;
38 OSSL_LIB_CTX *libctx;
39 char *propq;
42 unsigned int flag_force_legacy : 1;