HomeSort by relevance Sort by last modified time
    Searched refs:hashType (Results 1 - 12 of 12) sorted by null

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SPVRemapper.cpp     [all...]
SPVRemapper.h 217 std::uint32_t hashType(unsigned typeStart) const;
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SPVRemapper.cpp     [all...]
SPVRemapper.h 217 std::uint32_t hashType(unsigned typeStart) const;
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssTokens.java 492 TokenType hashType = consumeHash();
493 if (hashType != null) {
494 type = hashType;
    [all...]
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
Utils.java 625 public byte[] computeHashOfFile(String fileLocation, String hashType) {
630 md = MessageDigest.getInstance(hashType);
632 ProvisionLogger.loge("Hashing algorithm " + hashType + " not supported.", e);
  /prebuilts/go/darwin-x86/src/crypto/x509/
x509.go 812 var hashType crypto.Hash
816 hashType = crypto.SHA1
818 hashType = crypto.SHA256
820 hashType = crypto.SHA384
822 hashType = crypto.SHA512
829 if !hashType.Available() {
832 h := hashType.New()
840 return rsa.VerifyPSS(pub, hashType, digest, signature, &rsa.PSSOptions{SaltLength: rsa.PSSSaltLengthEqualsHash})
842 return rsa.VerifyPKCS1v15(pub, hashType, digest, signature)
    [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
x509.go 812 var hashType crypto.Hash
816 hashType = crypto.SHA1
818 hashType = crypto.SHA256
820 hashType = crypto.SHA384
822 hashType = crypto.SHA512
829 if !hashType.Available() {
832 h := hashType.New()
840 return rsa.VerifyPSS(pub, hashType, digest, signature, &rsa.PSSOptions{SaltLength: rsa.PSSSaltLengthEqualsHash})
842 return rsa.VerifyPKCS1v15(pub, hashType, digest, signature)
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPFXParser.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-ssm/1.11.18/
aws-java-sdk-ssm-1.11.18.jar 
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regparse.c 354 static struct st_hash_type hashType = {
360 onig_st_init_table_with_size(&hashType, size);
    [all...]

Completed in 175 milliseconds