ABI | Symbols | Types | Live Readelf |
| Used As | Name | Used In |
|---|---|---|
| PARAM | x | X509_PKEY_free ( X509_PKEY* x ) » |
| PARAM | a | i2d_X509_PKEY ( X509_PKEY* a, unsigned char** pp ) » |
| PARAM | a | d2i_X509_PKEY ( X509_PKEY** a, unsigned char const** pp, long length ) » |
| RETURN | X509_PKEY_new ( ) » | |
| RETURN | d2i_X509_PKEY ( X509_PKEY** a, unsigned char const** pp, long length ) » | |
| FIELD | .x_pkey | struct X509_info_st { X509* x509, X509_CRL* crl, X509_PKEY* x_pkey, EVP_CIPHER_INFO enc_cipher, int enc_len, char* enc_data, int references } » |