Searched refs:md1 (Results 1 – 9 of 9) sorted by relevance
/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/mbedtls/library/ |
D | pkcs5.c | 227 unsigned char md1[MBEDTLS_MD_MAX_SIZE]; in mbedtls_pkcs5_pbkdf2_hmac() local 260 memcpy( md1, work, md_size ); in mbedtls_pkcs5_pbkdf2_hmac() 266 if( ( ret = mbedtls_md_hmac_update( ctx, md1, md_size ) ) != 0 ) in mbedtls_pkcs5_pbkdf2_hmac() 269 if( ( ret = mbedtls_md_hmac_finish( ctx, md1 ) ) != 0 ) in mbedtls_pkcs5_pbkdf2_hmac() 278 work[j] ^= md1[j]; in mbedtls_pkcs5_pbkdf2_hmac() 295 mbedtls_platform_zeroize( md1, MBEDTLS_MD_MAX_SIZE ); in mbedtls_pkcs5_pbkdf2_hmac()
|
/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/suites/ |
D | test_suite_ssl.function | 1201 unsigned char *md0 = NULL, *md1 = NULL; 1276 CHK( ( md1 = mbedtls_calloc( 1, maclen ) ) != NULL ); 1278 memset( md1, 0x6, maclen ); 1288 md1, maclen ) == 0 ); 1290 md1, maclen ) == 0 ); 1429 mbedtls_free( md1 );
|
/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
|