Searched refs:pkcs7 (Results 1 - 13 of 13) sorted by relevance

/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/pkcs7/
H A DAuthenticatedAttributesTest.java18 package org.apache.harmony.security.tests.pkcs7;
26 import org.apache.harmony.security.pkcs7.ContentInfo;
27 import org.apache.harmony.security.pkcs7.SignedData;
28 import org.apache.harmony.security.pkcs7.SignerInfo;
H A DSignerInfoTest.java20 package org.apache.harmony.security.tests.pkcs7;
28 import org.apache.harmony.security.pkcs7.SignerInfo;
/external/wpa_supplicant_8/hs20/client/
H A Dest.c13 #include <openssl/pkcs7.h>
27 static int pkcs7_to_cert(struct hs20_osu_client *ctx, const u8 *pkcs7, argument
31 const unsigned char *p = pkcs7;
99 unsigned char *pkcs7; local
135 pkcs7 = base64_decode((unsigned char *) resp, resp_len, &pkcs7_len);
136 if (pkcs7 && pkcs7_len < resp_len / 2) {
139 os_free(pkcs7);
140 pkcs7 = NULL;
142 if (pkcs7 == NULL) {
144 pkcs7
620 unsigned char *pkcs7; local
[all...]
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DD_S_I_G_.py22 # each followed immediately by the pkcs7 bytes
27 cbSignature: l # length of following raw pkcs7 data
57 sigrec.pkcs7 = newData[:sigrec.cbSignature]
66 sigrec.cbSignature = len(sigrec.pkcs7)
67 packed = sstruct.pack(DSIG_SignatureBlockFormat, sigrec) + sigrec.pkcs7
123 writer.write_noindent(b64encode(self.pkcs7))
131 self.pkcs7 = base64.b64decode(tobytes(strjoin(filter(pem_spam, content))))
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DD_S_I_G_.py22 # each followed immediately by the pkcs7 bytes
27 cbSignature: l # length of following raw pkcs7 data
57 sigrec.pkcs7 = newData[:sigrec.cbSignature]
66 sigrec.cbSignature = len(sigrec.pkcs7)
67 packed = sstruct.pack(DSIG_SignatureBlockFormat, sigrec) + sigrec.pkcs7
123 writer.write_noindent(b64encode(self.pkcs7))
131 self.pkcs7 = base64.b64decode(tobytes(strjoin(filter(pem_spam, content))))
/external/wpa_supplicant_8/hs20/server/www/
H A Dest.php77 $fname = "$osu_root/est/$realm-cacerts.pkcs7";
84 header("Content-Type: application/pkcs7-mime");
171 $pkcs7 = "$cadir/tmp/est-client.pkcs7"; variable
172 if (file_exists($pkcs7))
173 unlink($pkcs7);
174 exec("openssl crl2pkcs7 -nocrl -certfile $cert_pem -out $pkcs7 -outform DER");
175 if (!file_exists($pkcs7)) {
186 header("Content-Type: application/pkcs7-mime");
188 $data = file_get_contents($pkcs7);
[all...]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/tsp/
H A DTimeStampRespTest.java30 import org.apache.harmony.security.pkcs7.ContentInfo;
31 import org.apache.harmony.security.pkcs7.SignedData;
32 import org.apache.harmony.security.pkcs7.SignerInfo;
/external/boringssl/src/crypto/x509/
H A Dpkcs7_test.c418 * openssl pkcs7 -inform DER -in mail.google.com -outform PEM */
471 CBS pkcs7; local
478 CBS_init(&pkcs7, der_bytes, der_len);
479 if (!PKCS7_get_certificates(certs, &pkcs7)) {
491 CBS_init(&pkcs7, result_data, result_len);
492 if (!PKCS7_get_certificates(certs2, &pkcs7)) {
535 CBS pkcs7; local
542 CBS_init(&pkcs7, der_bytes, der_len);
543 if (!PKCS7_get_CRLs(crls, &pkcs7)) {
555 CBS_init(&pkcs7, result_dat
[all...]
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp6480 Unique_PKCS7 pkcs7(PKCS7_new());
6481 if (pkcs7.get() == NULL) {
6482 jniThrowNullPointerException(env, "pkcs7 == null");
6483 JNI_TRACE("i2d_PKCS7(%p) => pkcs7 == null", certsArray);
6487 if (PKCS7_set_type(pkcs7.get(), NID_pkcs7_signed) != 1) {
6502 if (PKCS7_set_content(pkcs7.get(), pkcs7Data.get()) != 1) {
6511 if (PKCS7_add_certificate(pkcs7.get(), item) != 1) {
6518 return ASN1ToByteArray<PKCS7>(env, pkcs7.get(), i2d_PKCS7);
6572 static STACK_OF(X509)* PKCS7_get_certs(PKCS7* pkcs7) { argument
6573 if (PKCS7_type_is_signed(pkcs7)) {
6583 PKCS7_get_CRLs(PKCS7* pkcs7) argument
[all...]
/external/boringssl/
H A Dsources.mk210 src/crypto/x509/pkcs7.c\
/external/ipsec-tools/src/racoon/
H A Doakley.c46 #include <openssl/pkcs7.h>
2235 /* Copied this from the openssl pkcs7 application;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1523 milliseconds