Home
last modified time | relevance | path

Searched refs:ikeyid (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_akid.c103 ASN1_OCTET_STRING *ikeyid = NULL; in v2i_AUTHORITY_KEYID() local
165 ikeyid = X509V3_EXT_d2i(ext); in v2i_AUTHORITY_KEYID()
166 if (ikeyid == NULL && same_issuer && ctx->issuer_pkey != NULL) { in v2i_AUTHORITY_KEYID()
171 ikeyid = ossl_x509_pubkey_hash(pubkey); in v2i_AUTHORITY_KEYID()
175 && (ikeyid == NULL in v2i_AUTHORITY_KEYID()
176 || ASN1_STRING_length(ikeyid) <= 2) /* indicating "none" */) { in v2i_AUTHORITY_KEYID()
182 if (issuer == 2 || (issuer == 1 && ikeyid == NULL)) { in v2i_AUTHORITY_KEYID()
206 akeyid->keyid = ikeyid; in v2i_AUTHORITY_KEYID()
215 ASN1_OCTET_STRING_free(ikeyid); in v2i_AUTHORITY_KEYID()
/third_party/openssl/crypto/x509/
H A Dv3_akid.c103 ASN1_OCTET_STRING *ikeyid = NULL; in v2i_AUTHORITY_KEYID() local
165 ikeyid = X509V3_EXT_d2i(ext); in v2i_AUTHORITY_KEYID()
166 if (ikeyid == NULL && same_issuer && ctx->issuer_pkey != NULL) { in v2i_AUTHORITY_KEYID()
171 ikeyid = ossl_x509_pubkey_hash(pubkey); in v2i_AUTHORITY_KEYID()
175 && (ikeyid == NULL in v2i_AUTHORITY_KEYID()
176 || ASN1_STRING_length(ikeyid) <= 2) /* indicating "none" */) { in v2i_AUTHORITY_KEYID()
182 if (issuer == 2 || (issuer == 1 && ikeyid == NULL)) { in v2i_AUTHORITY_KEYID()
206 akeyid->keyid = ikeyid; in v2i_AUTHORITY_KEYID()
215 ASN1_OCTET_STRING_free(ikeyid); in v2i_AUTHORITY_KEYID()

Completed in 1 milliseconds