Searched refs:PKCS7_CRLS (Results 1 – 5 of 5) sorted by relevance
93 certRefs = NativeCrypto.d2i_PKCS7_bio(bis.getBioContext(), NativeCrypto.PKCS7_CRLS); in fromPkcs7DerInputStream()133 NativeCrypto.PKCS7_CRLS); in fromPkcs7PemInputStream()
496 static final int PKCS7_CRLS = 2; field in NativeCrypto
92 certRefs = NativeCrypto.d2i_PKCS7_bio(bis.getBioContext(), NativeCrypto.PKCS7_CRLS); in fromPkcs7DerInputStream()132 NativeCrypto.PKCS7_CRLS); in fromPkcs7PemInputStream()
475 static final int PKCS7_CRLS = 2; field in NativeCrypto
5184 #define PKCS7_CRLS 2 macro5231 } else if (which == PKCS7_CRLS) { in NativeCrypto_PEM_read_bio_PKCS7()5278 } else if (which == PKCS7_CRLS) { in NativeCrypto_d2i_PKCS7_bio()