| /external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
| D | md2.h | 7 * security risk. We recommend considering stronger message digests 43 * stronger message digests instead. 65 * stronger message digests instead. 77 * stronger message digests instead. 90 * stronger message digests instead. 105 * stronger message digests instead. 121 * stronger message digests instead. 138 * stronger message digests instead. 153 * stronger message digests instead. 173 * stronger message digests instead. [all …]
|
| D | md5.h | 8 * digests instead. 43 * stronger message digests instead. 64 * stronger message digests instead. 76 * stronger message digests instead. 89 * stronger message digests instead. 104 * stronger message digests instead. 120 * stronger message digests instead. 137 * stronger message digests instead. 153 * stronger message digests instead. 174 * stronger message digests instead. [all …]
|
| D | md4.h | 7 * security risk. We recommend considering stronger message digests 44 * stronger message digests instead. 65 * stronger message digests instead. 77 * stronger message digests instead. 90 * stronger message digests instead. 105 * stronger message digests instead. 120 * stronger message digests instead. 137 * stronger message digests instead. 153 * stronger message digests instead. 174 * stronger message digests instead. [all …]
|
| D | sha1.h | 11 * digests instead. 48 * stronger message digests instead. 67 * stronger message digests instead. 80 * stronger message digests instead. 95 * stronger message digests instead. 109 * stronger message digests instead. 125 * stronger message digests instead. 146 * stronger message digests instead. 164 * stronger message digests instead. 188 * stronger message digests instead. [all …]
|
| /external/tpm2-tss/test/integration/ |
| D | sapi-pcr-extension.int.c | 43 TPML_DIGEST_VALUES digests; in test_invoke() local 59 digests.count = 1; in test_invoke() 60 digests.digests[0].hashAlg = TPM2_ALG_SHA1; in test_invoke() 61 digest_size = GetDigestSize( digests.digests[0].hashAlg ); in test_invoke() 65 digests.digests[0].digest.sha1[i] = (UINT8)(i % 256); in test_invoke() 80 memcpy(&(pcr_before_extend[0]), &(pcr_values.digests[0].buffer[0]), pcr_values.digests[0].size); in test_invoke() 82 rc = Tss2_Sys_PCR_Extend(sapi_context, PCR_8, &sessions_data, &digests, 0); in test_invoke() 92 memcpy(&(pcr_after_extend[0]), &(pcr_values.digests[0].buffer[0]), pcr_values.digests[0].size); in test_invoke()
|
| /external/mbedtls/include/mbedtls/ |
| D | md5.h | 8 * digests instead. 36 * stronger message digests instead. 57 * stronger message digests instead. 69 * stronger message digests instead. 82 * stronger message digests instead. 97 * stronger message digests instead. 113 * stronger message digests instead. 130 * stronger message digests instead. 146 * stronger message digests instead. 163 * stronger message digests instead. [all …]
|
| D | sha1.h | 11 * digests instead. 42 * stronger message digests instead. 61 * stronger message digests instead. 74 * stronger message digests instead. 89 * stronger message digests instead. 103 * stronger message digests instead. 119 * stronger message digests instead. 140 * stronger message digests instead. 158 * stronger message digests instead. 182 * stronger message digests instead. [all …]
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/ |
| D | PBE.java | 19 // import org.bouncycastle.crypto.digests.GOST3411Digest; 20 // import org.bouncycastle.crypto.digests.MD2Digest; 21 // import org.bouncycastle.crypto.digests.RIPEMD160Digest; 22 // import org.bouncycastle.crypto.digests.TigerDigest; 23 // import org.bouncycastle.crypto.digests.SM3Digest; 31 // BEGIN Android-changed: Use Android digests 33 import org.bouncycastle.crypto.digests.AndroidDigestFactory; 34 // END Android-changed: Use Android digests 87 // Android-changed: Use Android digests in makePBEGenerator() 92 // Android-changed: Use Android digests in makePBEGenerator() [all …]
|
| /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/symmetric/util/ |
| D | PBE.java | 20 // import org.bouncycastle.crypto.digests.GOST3411Digest; 21 // import org.bouncycastle.crypto.digests.MD2Digest; 22 // import org.bouncycastle.crypto.digests.RIPEMD160Digest; 23 // import org.bouncycastle.crypto.digests.TigerDigest; 24 // import org.bouncycastle.crypto.digests.SM3Digest; 32 // BEGIN Android-changed: Use Android digests 34 import com.android.org.bouncycastle.crypto.digests.AndroidDigestFactory; 35 // END Android-changed: Use Android digests 91 // Android-changed: Use Android digests in makePBEGenerator() 96 // Android-changed: Use Android digests in makePBEGenerator() [all …]
|
| /external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/symmetric/util/ |
| D | PBE.java | 20 // import org.bouncycastle.crypto.digests.GOST3411Digest; 21 // import org.bouncycastle.crypto.digests.MD2Digest; 22 // import org.bouncycastle.crypto.digests.RIPEMD160Digest; 23 // import org.bouncycastle.crypto.digests.TigerDigest; 24 // import org.bouncycastle.crypto.digests.SM3Digest; 32 // BEGIN Android-changed: Use Android digests 34 import com.android.internal.org.bouncycastle.crypto.digests.AndroidDigestFactory; 35 // END Android-changed: Use Android digests 91 // Android-changed: Use Android digests in makePBEGenerator() 96 // Android-changed: Use Android digests in makePBEGenerator() [all …]
|
| /external/ms-tpm-20-ref/TPMCmd/tpm/src/command/PCR/ |
| D | PCR_Extend.c | 55 // NOTE: This function assumes that the unmarshaling function for 'digests' will in TPM2_PCR_Extend() 79 for(i = 0; i < in->digests.count; i++) in TPM2_PCR_Extend() 81 PCRExtend(in->pcrHandle, in->digests.digests[i].hashAlg, in TPM2_PCR_Extend() 82 CryptHashGetDigestSize(in->digests.digests[i].hashAlg), in TPM2_PCR_Extend() 83 (BYTE *)&in->digests.digests[i].digest); in TPM2_PCR_Extend()
|
| D | PCR_Event.c | 73 out->digests.count = HASH_COUNT; in TPM2_PCR_Event() 79 out->digests.digests[i].hashAlg = hash; in TPM2_PCR_Event() 83 (BYTE *)&out->digests.digests[i].digest); in TPM2_PCR_Event() 86 (BYTE *)&out->digests.digests[i].digest); in TPM2_PCR_Event()
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/ |
| D | DigestSignatureSpi.java | 28 // import org.bouncycastle.crypto.digests.MD2Digest; 29 // import org.bouncycastle.crypto.digests.MD4Digest; 30 // import org.bouncycastle.crypto.digests.NullDigest; 31 // import org.bouncycastle.crypto.digests.RIPEMD128Digest; 32 // import org.bouncycastle.crypto.digests.RIPEMD160Digest; 33 // import org.bouncycastle.crypto.digests.RIPEMD256Digest; 36 // Android-changed: Use Android digests 38 import org.bouncycastle.crypto.digests.AndroidDigestFactory; 255 // Android-changed: Use Android digests in SHA1() 266 // Android-changed: Use Android digests in SHA224() [all …]
|
| /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/rsa/ |
| D | DigestSignatureSpi.java | 29 // import org.bouncycastle.crypto.digests.MD2Digest; 30 // import org.bouncycastle.crypto.digests.MD4Digest; 31 // import org.bouncycastle.crypto.digests.NullDigest; 32 // import org.bouncycastle.crypto.digests.RIPEMD128Digest; 33 // import org.bouncycastle.crypto.digests.RIPEMD160Digest; 34 // import org.bouncycastle.crypto.digests.RIPEMD256Digest; 37 // Android-changed: Use Android digests 39 import com.android.org.bouncycastle.crypto.digests.AndroidDigestFactory; 262 // Android-changed: Use Android digests in SHA1() 276 // Android-changed: Use Android digests in SHA224() [all …]
|
| /external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/asymmetric/rsa/ |
| D | DigestSignatureSpi.java | 29 // import org.bouncycastle.crypto.digests.MD2Digest; 30 // import org.bouncycastle.crypto.digests.MD4Digest; 31 // import org.bouncycastle.crypto.digests.NullDigest; 32 // import org.bouncycastle.crypto.digests.RIPEMD128Digest; 33 // import org.bouncycastle.crypto.digests.RIPEMD160Digest; 34 // import org.bouncycastle.crypto.digests.RIPEMD256Digest; 37 // Android-changed: Use Android digests 39 import com.android.internal.org.bouncycastle.crypto.digests.AndroidDigestFactory; 262 // Android-changed: Use Android digests in SHA1() 276 // Android-changed: Use Android digests in SHA224() [all …]
|
| /external/tpm2-tss/src/tss2-sys/api/ |
| D | Tss2_Sys_PCR_Extend.c | 18 const TPML_DIGEST_VALUES *digests) in Tss2_Sys_PCR_Extend_Prepare() argument 23 if (!ctx || !digests) in Tss2_Sys_PCR_Extend_Prepare() 36 rval = Tss2_MU_TPML_DIGEST_VALUES_Marshal(digests, ctx->cmdBuffer, in Tss2_Sys_PCR_Extend_Prepare() 64 const TPML_DIGEST_VALUES *digests, in Tss2_Sys_PCR_Extend() argument 70 if (!digests) in Tss2_Sys_PCR_Extend() 73 rval = Tss2_Sys_PCR_Extend_Prepare(sysContext, pcrHandle, digests); in Tss2_Sys_PCR_Extend()
|
| /external/flatbuffers/.github/workflows/ |
| D | build.yml | 21 digests-gcc: ${{ steps.hash-gcc.outputs.hashes }} 22 digests-clang: ${{ steps.hash-clang.outputs.hashes }} 70 digests: ${{ steps.hash.outputs.hashes }} 165 digests: ${{ steps.hash.outputs.hashes }} 211 digests: ${{ steps.hash.outputs.hashes }} 425 release-digests: 429 digests: ${{ steps.hash.outputs.digests }} 435 LINUXGCC_DIGESTS: "${{ needs.build-linux.outputs.digests-gcc }}" 436 LINUXCLANG_DIGESTS: "${{ needs.build-linux.outputs.digests-clang }}" 437 MAC_DIGESTS: "${{ needs.build-mac-universal.outputs.digests }}" [all …]
|
| /external/autotest/client/site_tests/platform_PrinterPpds/ |
| D | helpers.py | 10 # ==================== Documents digests 256 Calculates digests for given document. 260 @returns calculated digests as a string of hexadecimals 272 Parses digests and outputs sizes from file. 274 @param path_digests: a path to a file with digests 278 contains digests, the second one contains output sizes; returns 282 digests = dict() 291 digests[cols[0]] = cols[1] 294 return digests, sizes 297 def save_digests_file(path_digests, digests, sizes, denylist): argument [all …]
|
| D | readme.txt | 48 A function for digests calculation is in the 'helpers.py' file. Not all 52 expected digests for every test document are stored in the directory "digests". 53 If a digests for given pair (test document, PPD file) is missing, the test 89 path_digests - path to directory with files containing digests for 92 deleted if already exists); also all digests files are recalculated 97 Generating new digests 99 The following procedure can be used to update digests: 102 2. Download generated files with digests to your workstation 103 rsync root@<device IP>:/tmp/PrinterPpds_outputs/*.digests <local dir> 104 3. Replace the files from the "digests" directory and commit changes
|
| /external/tpm2-tss/src/tss2-esys/api/ |
| D | Esys_PCR_Event.c | 35 * @param[out] digests . 71 TPML_DIGEST_VALUES **digests) in Esys_PCR_Event() argument 90 r = Esys_PCR_Event_Finish(esysContext, digests); in Esys_PCR_Event() 217 * @param[out] digests . 241 TPML_DIGEST_VALUES **digests) in Esys_PCR_Event_Finish() argument 244 LOG_TRACE("context=%p, digests=%p", in Esys_PCR_Event_Finish() 245 esysContext, digests); in Esys_PCR_Event_Finish() 261 if (digests != NULL) { in Esys_PCR_Event_Finish() 262 *digests = calloc(sizeof(TPML_DIGEST_VALUES), 1); in Esys_PCR_Event_Finish() 263 if (*digests == NULL) { in Esys_PCR_Event_Finish() [all …]
|
| /external/arm-trusted-firmware/drivers/measured_boot/event_log/ |
| D | event_log.c | 66 * All EV_NO_ACTION events SHALL set TCG_PCR_EVENT2.digests to all 69 .digests = { 111 /* TCG_PCR_EVENT2.Digests.Count */ in event_log_record() 112 ptr = (uint8_t *)ptr + offsetof(event2_header_t, digests); in event_log_record() 115 /* TCG_PCR_EVENT2.Digests[] */ in event_log_record() 117 offsetof(tpml_digest_values, digests)); in event_log_record() 119 /* TCG_PCR_EVENT2.Digests[].AlgorithmId */ in event_log_record() 122 /* TCG_PCR_EVENT2.Digests[].Digest[] */ in event_log_record() 209 /* TCG_PCR_EVENT2.Digests[].AlgorithmId */ in event_log_write_header() 212 /* TCG_PCR_EVENT2.Digests[].Digest[] */ in event_log_write_header()
|
| /external/trusty/arm-trusted-firmware/drivers/measured_boot/event_log/ |
| D | event_log.c | 70 * All EV_NO_ACTION events SHALL set TCG_PCR_EVENT2.digests to all 73 .digests = { 118 /* TCG_PCR_EVENT2.Digests.Count */ in event_log_record() 119 ptr = (uint8_t *)ptr + offsetof(event2_header_t, digests); in event_log_record() 122 /* TCG_PCR_EVENT2.Digests[] */ in event_log_record() 124 offsetof(tpml_digest_values, digests)); in event_log_record() 126 /* TCG_PCR_EVENT2.Digests[].AlgorithmId */ in event_log_record() 129 /* TCG_PCR_EVENT2.Digests[].Digest[] */ in event_log_record() 230 /* TCG_PCR_EVENT2.Digests[].AlgorithmId */ in event_log_write_header() 233 /* TCG_PCR_EVENT2.Digests[].Digest[] */ in event_log_write_header()
|
| /external/skia/site/docs/dev/testing/ |
| D | skiagold.md | 45 - Access the By Blame view to see digests needing triage and associated 47 - Only untriaged digests will be shown by default 49 - Digests are clustered by runs and the most minimal set of blame 54 - Select digests for triage 55 - Digests will be listed in order with largest difference first 58 <img src=../Digests.png style="margin-left:40px" align="left" width="780"/> 86 - Return to the By Blame view to walk through all untriaged digests involving 164 - Dot colors distinguish between digests
|
| /external/tpm2-tss/src/tss2-fapi/ |
| D | ifapi_policy_calculate.c | 41 memcpy(&dest->digests[digest_idx].digest, &src->digests[digest_idx].digest, in copy_policy_digest() 43 dest->digests[digest_idx].hashAlg = src->digests[digest_idx].hashAlg; in copy_policy_digest() 44 LOGBLOB_DEBUG((uint8_t *)&dest->digests[digest_idx].digest, hash_size, in copy_policy_digest() 60 LOGBLOB_DEBUG((uint8_t *)&dest->digests[digest_idx].digest, hash_size, in log_policy_digest() 117 ¤t_digest->digests[digest_idx].digest, hash_size, in ifapi_compute_policy_pcr() 127 digests[digest_idx].digest, &hash_size); in ifapi_compute_policy_pcr() 252 ¤t_digest->digests[digest_idx].digest); in ifapi_calculate_policy_signed() 308 ¤t_digest->digests[digest_idx].digest); in ifapi_calculate_policy_authorize_nv() 360 ¤t_digest->digests[digest_idx].digest, hash_size, in ifapi_calculate_policy_duplicate() 372 digests[digest_idx].digest, &hash_size); in ifapi_calculate_policy_duplicate() [all …]
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/ |
| D | SignatureSpi.java | 11 import org.bouncycastle.crypto.digests.NullDigest; 13 // import org.bouncycastle.crypto.digests.RIPEMD160Digest; 24 // BEGIN Android-changed: Use Android digests 26 import org.bouncycastle.crypto.digests.AndroidDigestFactory; 75 // Android-changed: Use Android digests in ecDSA() 108 // Android-changed: Use Android digests in ecDSA224() 132 // Android-changed: Use Android digests in ecDSA256() 156 // Android-changed: Use Android digests in ecDSA384() 180 // Android-changed: Use Android digests in ecDSA512()
|