OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:x509crl
(Results
1 - 6
of
6
) sorted by null
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactory_ImplTest.java
30
import java.security.cert.
X509CRL
;
141
private static String
x509crl
=
field in class:CertificateFactory_ImplTest
272
((
X509CRL
) i.next()).verify(publicKey);
307
(good[i][0] +
x509crl
+ good[i][1]).getBytes("UTF-8"));
309
X509CRL
crl = (
X509CRL
) factory.generateCRL(bais);
331
(bad[i][0] +
x509crl
+ bad[i][1]).getBytes("UTF-8"));
343
((
X509CRL
) it.next()).verify(publicKey);
401
data[pem_x509] = (good[0][0] +
x509crl
+ good[0][1] + "\n").getBytes("UTF-8");
402
data[asn_x509] = Base64.decode(
x509crl
.getBytes("UTF-8"))
[
all
...]
/external/chromium_org/third_party/openssl/openssl/crypto/pkcs12/
pkcs12.h
131
ASN1_OCTET_STRING *
x509crl
;
member in union:pkcs12_bag_st::__anon13713
/external/chromium_org/third_party/openssl/openssl/include/openssl/
pkcs12.h
131
ASN1_OCTET_STRING *
x509crl
;
member in union:pkcs12_bag_st::__anon13759
/external/openssl/crypto/pkcs12/
pkcs12.h
131
ASN1_OCTET_STRING *
x509crl
;
member in union:pkcs12_bag_st::__anon24288
/external/openssl/include/openssl/
pkcs12.h
131
ASN1_OCTET_STRING *
x509crl
;
member in union:pkcs12_bag_st::__anon24331
/libcore/crypto/src/main/native/
org_conscrypt_NativeCrypto.cpp
4263
X509_CRL*
x509crl
= reinterpret_cast<X509_CRL*>(static_cast<uintptr_t>(
x509crl
Ref));
local
4289
X509_CRL*
x509crl
= reinterpret_cast<X509_CRL*>(static_cast<uintptr_t>(
x509crl
Ref));
local
[
all
...]
Completed in 325 milliseconds