Home
last modified time | relevance | path

Searched defs:certificate (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/npm/node_modules/@sigstore/core/dist/
Dpem.js21 function toDER(certificate) { argument
35 function fromDER(certificate, type = 'CERTIFICATE') { argument
/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/bundler/
Dbundle.js51 certificate: signature.key.$case === 'x509Certificate' property
64 certificate: signature.key.$case === 'x509Certificate' property
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
Dwpa_evp_key.c110 struct Credential certificate = { 0 }; in get_pubkey() local
174 BIO *BIO_from_cm(const char *key_id, struct Credential certificate) in BIO_from_cm()
/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/key/
Dcertificate.js74 buildPaths(certificate) { argument
100 findIssuer(certificate) { argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/cert_mgr_deps/src/
Dcm_ipc_client.c126 struct Credential *certificate) in GetAppCert()
173 …ClientGetAppCert(const struct CmBlob *keyUri, const uint32_t store, struct Credential *certificate) in CmClientGetAppCert()
Dcert_manager_api.c24 struct Credential *certificate) in CmGetAppCert()
/third_party/node/test/parallel/
Dtest-crypto-certificate.js42 function checkMethods(certificate) { argument
/third_party/curl/lib/vtls/
Dx509asn1.h52 struct Curl_asn1Element certificate; member
/third_party/python/Modules/
D_ssl.c1169 _get_peer_alt_names (_sslmodulestate *state, X509 *certificate) { in _get_peer_alt_names()
1433 _get_aia_uri(X509 *certificate, int nid) { in _get_aia_uri()
1490 _get_crl_dp(X509 *certificate) { in _get_crl_dp()
1548 _decode_certificate(_sslmodulestate *state, X509 *certificate) { in _decode_certificate()
1719 _certificate_to_der(_sslmodulestate *state, X509 *certificate) in _certificate_to_der()
/third_party/openssl/crypto/cms/
Dcms_local.h312 X509 *certificate; member
/third_party/node/deps/openssl/openssl/crypto/cms/
Dcms_local.h312 X509 *certificate; member
/third_party/openssl/crypto/cmp/
Dcmp_local.h259 X509 *certificate; member
/third_party/node/deps/openssl/openssl/crypto/cmp/
Dcmp_local.h259 X509 *certificate; member
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs1804 pub fn certificate(&self) -> Option<&X509Ref> { in certificate() method
2549 pub fn certificate(&self) -> Option<&X509Ref> { in certificate() method
/third_party/python/Lib/test/
Dtest_ssl.py2599 def __init__(self, certificate=None, ssl_version=None, argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl.c3353 struct Credential certificate = { 0 }; in tls_connection_client_cert() local