Home
last modified time | relevance | path

Searched refs:algorithmId (Results 1 – 9 of 9) sorted by relevance

/external/aws-sdk-java-v2/core/http-auth-aws/src/main/java/software/amazon/awssdk/http/auth/aws/internal/signer/util/
DChecksumUtil.java45 SHA256.algorithmId(), Sha256Checksum::new,
46 SHA1.algorithmId(), Sha1Checksum::new,
47 CRC32.algorithmId(), Crc32Checksum::new,
48 CRC32C.algorithmId(), Crc32CChecksum::new,
49 MD5.algorithmId(), Md5Checksum::new
63 return "x-amz-checksum-" + checksumAlgorithm.algorithmId().toLowerCase(Locale.US); in checksumHeaderName()
70 String algorithmId = checksumAlgorithm.algorithmId(); in fromChecksumAlgorithm() local
71 Supplier<SdkChecksum> checksumSupplier = CHECKSUM_MAP.get(algorithmId); in fromChecksumAlgorithm()
76 if (CONSTANT_CHECKSUM.equals(algorithmId)) { in fromChecksumAlgorithm()
80 throw new UnsupportedOperationException("Checksum not supported for " + algorithmId); in fromChecksumAlgorithm()
[all …]
/external/aws-sdk-java-v2/core/checksums/src/test/java/software/amazon/awssdk/checksums/
DDefaultChecksumAlgorithmTest.java26 assertEquals("CRC32C", DefaultChecksumAlgorithm.CRC32C.algorithmId()); in hasCRC32C()
31 assertEquals("CRC32", DefaultChecksumAlgorithm.CRC32.algorithmId()); in hasCRC32()
36 assertEquals("MD5", DefaultChecksumAlgorithm.MD5.algorithmId()); in hasMD5()
41 assertEquals("SHA256", DefaultChecksumAlgorithm.SHA256.algorithmId()); in hasSHA256()
46 assertEquals("SHA1", DefaultChecksumAlgorithm.SHA1.algorithmId()); in hasSHA1()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
DAbstractSampleEncryptionBox.java24 int algorithmId = -1; field in AbstractSampleEncryptionBox
45 algorithmId = IsoTypeReader.readUInt24(content); in _parseDetails()
94 return algorithmId; in getAlgorithmId()
97 public void setAlgorithmId(int algorithmId) { in setAlgorithmId() argument
98 this.algorithmId = algorithmId; in setAlgorithmId()
147 IsoTypeWriter.writeUInt24(byteBuffer, algorithmId); in getContent()
313 if (algorithmId != that.algorithmId) { in equals()
331 int result = algorithmId; in hashCode()
/external/aws-sdk-java-v2/core/checksums-spi/src/main/java/software/amazon/awssdk/checksums/spi/
DChecksumAlgorithm.java30 String algorithmId(); in algorithmId() method
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/IndustryStandard/
DUefiTcgPlatform.h226 UINT16 algorithmId; member
/external/tpm2-tss/src/tss2-fapi/
Dfapi_crypto.c1094 TPM2_ALG_ID algorithmId = TPM2_ALG_ERROR; in ifapi_get_signature_algorithm_from_pem() local
1098 algorithmId = TPM2_ALG_ERROR; in ifapi_get_signature_algorithm_from_pem()
1104 algorithmId = TPM2_ALG_RSA; in ifapi_get_signature_algorithm_from_pem()
1106 algorithmId = TPM2_ALG_ECC; in ifapi_get_signature_algorithm_from_pem()
1108 algorithmId = TPM2_ALG_ERROR; in ifapi_get_signature_algorithm_from_pem()
1113 return algorithmId; in ifapi_get_signature_algorithm_from_pem()
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/IndustryStandard/
DUefiTcgPlatform.h360 UINT16 algorithmId; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/IndustryStandard/
DUefiTcgPlatform.h359 UINT16 algorithmId; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/IndustryStandard/
DUefiTcgPlatform.h360 UINT16 algorithmId; member