HomeSort by relevance Sort by last modified time
    Searched defs:HELPER (Results 1 - 5 of 5) sorted by null

  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignedData.java 68 private static final CMSSignedHelper HELPER = CMSSignedHelper.INSTANCE;
308 attributeStore = HELPER.createAttributeStore(type, provider, this.getAttributeCertificates());
353 // certificateStore = HELPER.createCertificateStore(type, provider, this.getCertificates());
397 // crlStore = HELPER.createCRLsStore(type, provider, getCRLs());
465 return HELPER.getCertificates(signedData.getCertificates());
475 return HELPER.getCRLs(signedData.getCRLs());
485 return HELPER.getAttributeCertificates(signedData.getCertificates());
499 // return HELPER.getOtherRevocationInfo(otherRevocationInfoFormat, signedData.getCRLs());
  /external/qemu/
def-helper.h 0 /* Helper file for declaring TCG helper functions.
2 Should be included at the start and end of target-foo/helper.h.
4 Targets should use DEF_HELPER_N and DEF_HELPER_FLAGS_N to declare helper
8 to match the types used by the C helper implementation.
10 The target helper.h should be included in all files that use/define
11 helper functions. THis will ensure that function prototypes are
13 helper.c, defining:
15 GEN_HELPER 2 to do runtime registration helper functions.
21 #define HELPER(name) glue(helper_, name
    [all...]
  /prebuilts/devtools/tools/lib/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 65 milliseconds