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

  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptTs.c 41 /// hashAlgorithm AlgorithmIdentifier,
45 X509_ALGOR *HashAlgorithm;
54 ASN1_SIMPLE (TS_MESSAGE_IMPRINT, HashAlgorithm, X509_ALGOR),
276 HashAlgo = X509_ALGOR_dup (Imprint->HashAlgorithm);
  /external/libchrome/crypto/
hmac.h 29 enum HashAlgorithm {
34 explicit HMAC(HashAlgorithm hash_alg);
88 HashAlgorithm hash_alg_;
signature_creator.h 29 enum HashAlgorithm {
37 // instance outlives the created SignatureCreator. Uses the HashAlgorithm
40 HashAlgorithm hash_alg);
45 HashAlgorithm hash_alg,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
CodeViewYAMLTypeHashing.h 46 uint16_t HashAlgorithm;
  /external/conscrypt/common/src/main/java/org/conscrypt/ct/
DigitallySigned.java 28 public enum HashAlgorithm {
37 private static HashAlgorithm[] values = values();
38 public static HashAlgorithm valueOf(int ord) {
63 private final HashAlgorithm hashAlgorithm;
67 public DigitallySigned(HashAlgorithm hashAlgorithm,
70 this.hashAlgorithm = hashAlgorithm;
75 public DigitallySigned(int hashAlgorithm,
    [all...]
  /external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ct/
DigitallySigned.java 33 public enum HashAlgorithm {
42 private static HashAlgorithm[] values = values();
43 public static HashAlgorithm valueOf(int ord) {
71 private final HashAlgorithm hashAlgorithm;
75 public DigitallySigned(HashAlgorithm hashAlgorithm,
78 this.hashAlgorithm = hashAlgorithm;
83 public DigitallySigned(int hashAlgorithm,
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
WinCertificate.h 113 EFI_GUID HashAlgorithm;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiMultiPhase.h 174 @param HashAlgorithm This is the hashing algorithm which was
192 EFI_GUID HashAlgorithm;
  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
PKWareExtraHeader.java 259 public enum HashAlgorithm {
271 private static final Map<Integer, HashAlgorithm> codeToEnum;
274 final Map<Integer, HashAlgorithm> cte = new HashMap<>();
275 for (final HashAlgorithm method : values()) {
284 HashAlgorithm(final int code) {
298 * Returns the HashAlgorithm for the given code or null if the method is
301 * @return the HashAlgorithm for the given code or null
304 public static HashAlgorithm getAlgorithmByCode(final int code) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
COFF.h 758 support::ulittle16_t HashAlgorithm;
    [all...]

Completed in 358 milliseconds