Searched refs:md1 (Results 1 – 9 of 9) sorted by relevance
/third_party/mbedtls/library/ |
D | pkcs5.c | 233 unsigned char md1[MBEDTLS_MD_MAX_SIZE]; in pkcs5_pbkdf2_hmac() local 271 memcpy(md1, work, md_size); in pkcs5_pbkdf2_hmac() 276 if ((ret = mbedtls_md_hmac_update(ctx, md1, md_size)) != 0) { in pkcs5_pbkdf2_hmac() 280 if ((ret = mbedtls_md_hmac_finish(ctx, md1)) != 0) { in pkcs5_pbkdf2_hmac() 290 mbedtls_xor(work, work, md1, md_size); in pkcs5_pbkdf2_hmac() 309 mbedtls_platform_zeroize(md1, MBEDTLS_MD_MAX_SIZE); in pkcs5_pbkdf2_hmac() 355 unsigned char md1[PSA_HASH_MAX_SIZE]; in mbedtls_pkcs5_pbkdf2_hmac_ext() 412 memcpy(md1, work, out_len); in mbedtls_pkcs5_pbkdf2_hmac_ext() 422 if ((status = psa_mac_update(&operation, md1, md_size)) != PSA_SUCCESS) { in mbedtls_pkcs5_pbkdf2_hmac_ext() 426 psa_mac_sign_finish(&operation, md1, out_size, &out_len)) != PSA_SUCCESS) { in mbedtls_pkcs5_pbkdf2_hmac_ext() [all …]
|
/third_party/openssl/doc/man3/ |
D | BIO_push.pod | 54 For these examples suppose I<md1> and I<md2> are digest BIOs, 64 BIO_push(md1, md2); 66 the new chain is I<md1-md2-b64-f>. Data written to I<md1> will be digested 67 by I<md1> and I<md2>, base64 encoded, and finally written to I<f>. 71 and digested by I<md2> and then I<md1>. 77 will return I<b64> and the new chain will be I<md1-b64-f>. 78 Data can be written to and read from I<md1> as before,
|
/third_party/openssl/test/ |
D | sm3_internal_test.c | 60 unsigned char md1[SM3_DIGEST_LENGTH], md2[SM3_DIGEST_LENGTH]; in test_sm3() local 64 || !TEST_true(ossl_sm3_final(md1, &ctx1)) in test_sm3() 65 || !TEST_mem_eq(md1, SM3_DIGEST_LENGTH, expected1, SM3_DIGEST_LENGTH)) in test_sm3()
|
/third_party/glslang/Test/baseResults/ |
D | spv.coopmat.comp.out | 58 Name 137 "md1" 230 137(md1): 55(ptr) Variable Function 303 Store 137(md1) 35 309 143: 16(float) Load 137(md1) 311 Store 137(md1) 144
|
D | spv.intcoopmat.comp.out | 61 Name 146 "md1" 258 146(md1): 136(ptr) Variable Function 338 Store 146(md1) 73 345 153: 72(int) Load 146(md1) 347 Store 146(md1) 154
|
/third_party/glslang/Test/ |
D | spv.coopmat.comp | 86 float md1 = mD[1]; 88 md1 += (m += m)[1234];
|
D | spv.intcoopmat.comp | 89 int md1 = mD[1]; 91 md1 += (mi += mi)[1234];
|
/third_party/mbedtls/tests/src/test_helpers/ |
D | ssl_helpers.c | 1102 unsigned char *md0 = NULL, *md1 = NULL; in mbedtls_test_ssl_build_transforms() local 1184 CHK((md1 = mbedtls_calloc(1, maclen)) != NULL); in mbedtls_test_ssl_build_transforms() 1186 memset(md1, 0x6, maclen); in mbedtls_test_ssl_build_transforms() 1210 md1, maclen, in mbedtls_test_ssl_build_transforms() 1223 md1, maclen, in mbedtls_test_ssl_build_transforms() 1238 md1, maclen) == 0); in mbedtls_test_ssl_build_transforms() 1240 md1, maclen) == 0); in mbedtls_test_ssl_build_transforms() 1435 mbedtls_free(md1); in mbedtls_test_ssl_build_transforms()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 60758 zRpU9DX7~ShR*z`|$G?Vp{0md1+qbW;9+3<5)WeR31(Ux}J#nBO^`h$WvPeBIb)O;r
|