| Used As |
Name |
Used In |
|
PARAM |
a |
AUTHORITY_KEYID_free (
AUTHORITY_KEYID* a
) »
|
|
PARAM |
akid |
X509_check_akid (
X509* issuer,
AUTHORITY_KEYID* akid
) »
|
|
RETURN |
|
AUTHORITY_KEYID_new ( ) »
|
|
FIELD |
.akid |
struct X509_crl_st {
X509_CRL_INFO* crl,
X509_ALGOR* sig_alg,
ASN1_BIT_STRING* signature,
int references,
int flags,
AUTHORITY_KEYID* akid,
ISSUING_DIST_POINT* idp,
int idp_flags,
int idp_reasons,
ASN1_INTEGER* crl_number,
ASN1_INTEGER* base_crl_number,
unsigned char[20] sha1_hash,
struct stack_st_GENERAL_NAMES* issuers,
X509_CRL_METHOD const* meth,
void* meth_data
} »
|
|
FIELD |
.akid |
struct x509_st {
...
unsigned long ex_nscert,
ASN1_OCTET_STRING* skid,
AUTHORITY_KEYID* akid,
X509_POLICY_CACHE* policy_cache,
struct stack_st_DIST_POINT* crldp,
struct stack_st_GENERAL_NAME* altname,
NAME_CONSTRAINTS* nc,
unsigned char[20] sha1_hash,
X509_CERT_AUX* aux
} »
|