OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:x509revokedref
(Results
1 - 2
of
2
) sorted by null
/libcore/crypto/src/main/java/org/conscrypt/
OpenSSLX509CRL.java
291
final long
x509RevokedRef
= NativeCrypto.X509_CRL_get0_by_cert(mContext,
294
if (
x509RevokedRef
== 0) {
298
return new OpenSSLX509CRLEntry(NativeCrypto.X509_REVOKED_dup(
x509RevokedRef
));
362
final long
x509RevokedRef
= NativeCrypto.X509_CRL_get0_by_cert(mContext,
365
return
x509RevokedRef
!= 0;
/libcore/crypto/src/main/native/
org_conscrypt_NativeCrypto.cpp
[
all
...]
Completed in 42 milliseconds