Home
last modified time | relevance | path

Searched defs:der (Results 1 – 25 of 55) sorted by relevance

123

/third_party/node/deps/npm/node_modules/sshpk/lib/formats/
Dpkcs8.js31 function readMPInt(der, nm) { argument
37 function readPkcs8(alg, type, der) { argument
83 function readPkcs8RSAPublic(der) { argument
106 function readPkcs8RSAPrivate(der) { argument
141 function readPkcs8DSAPublic(der) { argument
168 function readPkcs8DSAPrivate(der) { argument
195 function readECDSACurve(der) { argument
292 function readPkcs8ECDSAPrivate(der) { argument
320 function readPkcs8ECDSAPublic(der) { argument
338 function readPkcs8EdDSAPublic(der) { argument
[all …]
Dpkcs1.js32 function readMPInt(der, nm) { argument
38 function readPkcs1(alg, type, der) { argument
69 function readPkcs1RSAPublic(der) { argument
86 function readPkcs1RSAPrivate(der) { argument
118 function readPkcs1DSAPrivate(der) { argument
143 function readPkcs1EdDSAPrivate(der) { argument
168 function readPkcs1DSAPublic(der) { argument
187 function readPkcs1ECDSAPublic(der) { argument
221 function readPkcs1ECDSAPrivate(der) { argument
248 function writePkcs1(der, key) { argument
[all …]
Dx509.js29 function readMPInt(der, nm) { argument
196 function readDate(der) { argument
239 function readExtension(cert, buf, der) { argument
513 function writeTBSCert(cert, der) { argument
/third_party/cef/libcef/browser/
Dx509_certificate_impl.cc16 bool der) { in EncodeCertificate()
114 bool der) { in GetEncodedIssuerChain()
/third_party/openssl/providers/implementations/encode_decode/
Ddecode_der2key.c181 unsigned char *der = NULL; in der2key_decode() local
335 static void *dh_d2i_PKCS8(void **key, const unsigned char **der, long der_len, in dh_d2i_PKCS8()
370 static void *dsa_d2i_PKCS8(void **key, const unsigned char **der, long der_len, in dsa_d2i_PKCS8()
395 static void *ec_d2i_PKCS8(void **key, const unsigned char **der, long der_len, in ec_d2i_PKCS8()
424 static void *ecx_d2i_PKCS8(void **key, const unsigned char **der, long der_len, in ecx_d2i_PKCS8()
482 static void *sm2_d2i_PKCS8(void **key, const unsigned char **der, long der_len, in sm2_d2i_PKCS8()
503 static void *rsa_d2i_PKCS8(void **key, const unsigned char **der, long der_len, in rsa_d2i_PKCS8()
Ddecode_spki2typespki.c56 unsigned char *der, *derp; in spki2typespki_decode() local
Ddecode_epki2pki.c64 unsigned char *der = NULL; in epki2pki_decode() local
/third_party/openssl/fuzz/
Dct.c31 unsigned char *der = NULL; in FuzzerTestOneInput() local
Dx509.c29 unsigned char *der = NULL; in FuzzerTestOneInput() local
Dcrl.c27 unsigned char *der = NULL; in FuzzerTestOneInput() local
Dasn1.c310 unsigned char *der = NULL; in FuzzerTestOneInput() local
/third_party/openssl/crypto/ct/
Dct_vfy.c32 unsigned char *p, *der; in sct_ctx_update() local
Dct_sct_ctx.c208 unsigned char *md = NULL, *der = NULL; in ct_public_key_hash() local
/third_party/rust/crates/rust-openssl/openssl/src/
Dpkcs12.rs302 let der = include_bytes!("../test/identity.p12"); in parse() localVariable
324 let der = include_bytes!("../test/keystore-empty-chain.p12"); in parse_empty_chain() localVariable
366 let der = pkcs12.to_der().unwrap(); in create() localVariable
Decdsa.rs218 let der = res.to_der().unwrap(); in serialize_deserialize() localVariable
/third_party/libwebsockets/lib/tls/
Dtls-jit-trust.c378 lws_tls_jit_trust_cert_info(const uint8_t *der, size_t der_len) in lws_tls_jit_trust_cert_info()
418 const uint8_t *der, size_t der_len) in lws_tls_jit_trust_got_cert_cb()
Dprivate-jit-trust.h91 uint8_t *der[2]; /* temp allocated */ member
/third_party/node/deps/npm/node_modules/sshpk/lib/
Didentity.js131 Identity.prototype.toAsn1 = function (der, tag) { argument
238 Identity.parseAsn1 = function (der, top) { argument
Dutils.js195 function readBitString(der, tag) { argument
204 function writeBitString(der, buf, tag) { argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dsae_pk_gen.c19 char *der = NULL; in main() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Dtlsv1_cred.c111 unsigned char *der; in tlsv1_add_cert() local
269 unsigned char *der; in tlsv1_set_key_pem() local
310 unsigned char *der; in tlsv1_set_key_enc_pem() local
1140 unsigned char *der; in tlsv1_set_dhparams_blob() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Dtlsv1_cred.c111 unsigned char *der; in tlsv1_add_cert() local
269 unsigned char *der; in tlsv1_set_key_pem() local
310 unsigned char *der; in tlsv1_set_key_enc_pem() local
1207 unsigned char *der; in tlsv1_set_dhparams_blob() local
/third_party/openssl/test/
Dd2i_test.c51 unsigned char *der = NULL; in test_bad_asn1() local
/third_party/openssl/crypto/dsa/
Ddsa_sign.c191 unsigned char *der = NULL; in DSA_verify() local
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-client.c532 const uint8_t *der, size_t der_len) in lws_tls_client_vhost_extra_cert_mem()

123