/frameworks/opt/net/wifi/tests/wifitests/assets/ |
r2.PerProviderSubscription.conf | 17 7:CertURL=3d:http://www.r2-testbed.wi-fi.org/policy-rootcert-networkfx.der 32 7:CertURL=2a:http://www.r2-testbed.wi-fi.org/cacert.der 42 7:CertURL=43:http://www.r2-testbed.wi-fi.org/subscription-rootcert-networkfx.der
|
ruckus.PerProviderSubscription.conf | 17 7:CertURL=3d:http://www.r2-testbed.wi-fi.org/policy-rootcert-networkfx.der 32 7:CertURL=2a:http://www.r2-testbed.wi-fi.org/cacert.der 42 7:CertURL=43:http://www.r2-testbed.wi-fi.org/subscription-rootcert-networkfx.der
|
/external/wpa_supplicant_8/src/tls/ |
tlsv1_cred.c | 111 unsigned char *der; local 117 "assume DER format"); 122 "DER format"); 133 der = base64_decode(pos, end - pos, &der_len); 134 if (der == NULL) { 140 if (tlsv1_add_cert_der(chain, der, der_len) < 0) { 142 "certificate after DER conversion"); 143 os_free(der); 147 os_free(der); 188 * @cert: File or reference name for X.509 certificate in PEM or DER forma 269 unsigned char *der; local 310 unsigned char *der; local 1209 unsigned char *der; local [all...] |
/external/boringssl/src/crypto/ecdsa/ |
ecdsa_test.cc | 80 uint8_t *der; local 82 if (!ECDSA_SIG_to_bytes(&der, &der_len, ecdsa_sig)) { 85 ScopedOpenSSLBytes delete_der(der); 86 actual_result = ECDSA_verify(0, digest, digest_len, der, der_len, eckey); 326 uint8_t *der; local 328 if (!ECDSA_SIG_to_bytes(&der, &der_len, sig.get())) { 331 ScopedOpenSSLBytes delete_der(der);
|
ecdsa.c | 80 uint8_t *der = NULL; local 92 /* Defend against potential laxness in the DER parser. */ 94 if (!ECDSA_SIG_to_bytes(&der, &der_len, s) || 95 der_len != sig_len || memcmp(sig, der, sig_len) != 0) { 96 /* This should never happen. crypto/bytestring is strictly DER. */ 104 OPENSSL_free(der);
|
/external/curl/tests/certs/scripts/ |
genserv.sh | 78 echo "openssl rsa -in $PREFIX-sv.key -pubout -outform DER -out $PREFIX-sv.pub.der" 79 $OPENSSL rsa -in $PREFIX-sv.key -pubout -outform DER -out $PREFIX-sv.pub.der 108 echo "openssl x509 -in $PREFIX-sv.crt -outform der -out $PREFIX-sv.der " 109 $OPENSSL x509 -in $PREFIX-sv.crt -outform der -out $PREFIX-sv.der
|
genroot.sh | 56 echo "openssl x509 -in $PREFIX-ca.cacert -outform der -out $PREFIX-ca.der " 57 $OPENSSL x509 -in $PREFIX-ca.cacert -outform der -out $PREFIX-ca.der
|
/external/wpa_supplicant_8/hs20/server/ca/ |
setup.sh | 108 $OPENSSL x509 -in rootCA/cacert.pem -out rootCA/cacert.der -outform DER || fail "Failed to create rootCA DER" 109 sha256sum rootCA/cacert.der > rootCA/cacert.fingerprint || fail "Failed to create rootCA fingerprint" 131 $OPENSSL x509 -in demoCA/cacert.pem -out demoCA/cacert.der -outform DER || fail "Failed to create demoCA DER." 132 sha256sum demoCA/cacert.der > demoCA/cacert.fingerprint || fail "Failed to create demoCA fingerprint" 191 $OPENSSL x509 -in server.pem -out server.der -outform DER [all...] |
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/ |
BooleanTest.java | 22 package org.apache.harmony.security.tests.asn1.der; 36 * ASN.1 DER test for Boolean type
|
DerUTCTimeEDTest.java | 22 package org.apache.harmony.security.tests.asn1.der; 39 * ASN.1 DER test for UTCTime type 51 * UTC TIME DER Encoder test 75 * UTC TIME DER Encoder/Decoder test 88 * UTC TIME DER Encoder/Decoder test 152 // Perform DER encoding/decoding:
|
SequenceOfTest.java | 22 package org.apache.harmony.security.tests.asn1.der; 39 * ASN.1 DER test for SequenceOf type
|
UTCTimeTest.java | 18 package org.apache.harmony.security.tests.asn1.der; 34 * ASN.1 DER test for UTCTime type 44 // data for testing with format: date string/DER encoding/Date object
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/ |
setup.py | 4 A pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208). 89 'pyasn1.codec.der' ]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/codec/der/ |
test_encoder.py | 2 from pyasn1.codec.der import encoder
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/tools/ |
pkcs7dump.py | 7 from pyasn1.codec.der import encoder, decoder
|
/external/boringssl/src/crypto/x509/ |
t_x509.c | 250 unsigned char *der=NULL ; local 261 if ((der = dertmp = (unsigned char *)OPENSSL_malloc (derlen)) == NULL) 265 if (!EVP_Digest(der, derlen, SHA1md, NULL, EVP_sha1(), NULL)) 271 OPENSSL_free (der); 272 der=NULL; 292 if (der != NULL) OPENSSL_free(der);
|
asn1_gen.c | 472 unsigned char *der = NULL; local 498 derlen = i2d_ASN1_SET_ANY(sk, &der); 500 derlen = i2d_ASN1_SEQUENCE_ANY(sk, &der); 513 ret->value.asn1_string->data = der; 516 der = NULL; 520 if (der) 521 OPENSSL_free(der);
|
/external/eigen/unsupported/Eigen/src/Splines/ |
Spline.h | 292 void derivativesImpl(const SplineType& spline, typename SplineType::Scalar u, DenseIndex order, DerivativeType& der) 307 der.resize(Dimension,n+1); 317 der.col(der_order) = (ctrl_weights * ctrl_pts).rowwise().sum(); 458 typename SplineTraits< Spline >::BasisDerivativeType der; local 459 basisFunctionDerivativesImpl(*this, u, order, der); 460 return der; 468 typename SplineTraits< Spline, DerivativeOrder >::BasisDerivativeType der; local 469 basisFunctionDerivativesImpl(*this, u, order, der); 470 return der;
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
OCSPResponse.java | 81 * The value for signature SHALL be computed on the hash of the DER 190 * Create an OCSP response from its ASN.1 DER encoding. 198 DerValue der = new DerValue(bytes); local 199 if (der.tag != DerValue.tag_Sequence) { 203 DerInputStream derIn = der.getData(); 228 der = derIn.getDerValue(); 229 if (!der.isContextSpecific((byte)0)) { 233 DerValue tmp = der.data.getDerValue(); 265 // Need the DER encoded ResponseData to verify the signature later 685 private SingleResponse(DerValue der) throws IOException [all...] |
/external/boringssl/src/crypto/rsa/ |
rsa_test.cc | 75 // kKey1 is a DER-encoded RSAPrivateKey. 104 // kKey2 is a DER-encoded RSAPrivateKey. 129 // kKey3 is a DER-encoded RSAPrivateKey. 817 uint8_t *der; local [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/ |
service_account.py | 135 der = rsa.pem.load_pem(private_key_pkcs8_text, 'PRIVATE KEY') 136 asn1_private_key, _ = decoder.decode(der, asn1Spec=PrivateKeyInfo()) 139 format='DER')
|
/external/wpa_supplicant_8/hs20/server/www/ |
est.php | 129 exec("openssl req -in $reqfile -inform DER -out $req_pem -outform PEM"); 160 $cert_der = "$cadir/tmp/req-signed.der"; 163 exec("openssl x509 -in $cert_pem -inform PEM -out $cert_der -outform DER"); 168 $der = file_get_contents($cert_der); variable 169 $fingerprint = hash("sha256", $der); 174 exec("openssl crl2pkcs7 -nocrl -certfile $cert_pem -out $pkcs7 -outform DER");
|
/libcore/ojluni/src/main/java/javax/security/auth/x500/ |
X500Principal.java | 41 * of the distinguished name, or by using the ASN.1 DER encoded byte 178 * ASN.1 DER encoded form. The ASN.1 notation for this structure is as 206 * DER encoded form 223 * containing the distinguished name in ASN.1 DER encoded form. 232 * name in ASN.1 DER encoded form 247 DerValue der = new DerValue(is); local 248 thisX500Name = new X500Name(der.data); 407 * Returns the distinguished name in ASN.1 DER encoded form. The ASN.1 414 * @return a byte array containing the distinguished name in ASN.1 DER 480 * by writing out its DER-encoded for [all...] |
/external/boringssl/src/crypto/pkcs8/ |
pkcs8_test.cc | 30 * openssl pkcs8 -topk8 -in test.key -out test.key.encrypted -v2 des3 -outform der 65 static bool test(const uint8_t *der, size_t der_len) { 66 const uint8_t *data = der; 68 if (sig.get() == NULL || data != der + der_len) {
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/ |
key.py | 44 r'''Loads a key in PKCS#1 DER or PEM format. 46 :param keyfile: contents of a DER- or PEM-encoded file that contains 48 :param format: the format of the file to load; 'PEM' or 'DER' 56 'DER': cls._load_pkcs1_der, 68 '''Saves the public key in PKCS#1 DER or PEM format. 70 :param format: the format to save; 'PEM' or 'DER' 71 :returns: the DER- or PEM-encoded public key. 77 'DER': self._save_pkcs1_der, 138 r'''Loads a key in PKCS#1 DER format. 140 @param keyfile: contents of a DER-encoded file that contains the publi [all...] |