Searched refs:PKCS7_CRLS (Results 1 – 5 of 5) sorted by relevance
95 certRefs = NativeCrypto.d2i_PKCS7_bio(bis.getBioContext(), NativeCrypto.PKCS7_CRLS); in fromPkcs7DerInputStream()135 NativeCrypto.PKCS7_CRLS); in fromPkcs7PemInputStream()
524 static final int PKCS7_CRLS = 2; field in NativeCrypto
94 certRefs = NativeCrypto.d2i_PKCS7_bio(bis.getBioContext(), NativeCrypto.PKCS7_CRLS); in fromPkcs7DerInputStream()134 NativeCrypto.PKCS7_CRLS); in fromPkcs7PemInputStream()
508 static final int PKCS7_CRLS = 2; field in NativeCrypto
5630 #define PKCS7_CRLS 2 macro5676 } else if (which == PKCS7_CRLS) { in NativeCrypto_PEM_read_bio_PKCS7()5722 } else if (which == PKCS7_CRLS) { in NativeCrypto_d2i_PKCS7_bio()