Searched refs:MD4_LONG (Results 1 - 7 of 7) sorted by relevance
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | md4.h | 24 * ! MD4_LONG has to be at least 32 bits wide. ! 27 # define MD4_LONG unsigned int macro 34 MD4_LONG A, B, C, D; 35 MD4_LONG Nl, Nh; 36 MD4_LONG data[MD4_LBLOCK];
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | md4.h | 34 * ! MD4_LONG has to be at least 32 bits wide. ! 37 # define MD4_LONG unsigned int macro 43 MD4_LONG A, B, C, D; 44 MD4_LONG Nl, Nh; 45 MD4_LONG data[MD4_LBLOCK];
|
/third_party/openssl/include/openssl/ |
H A D | md4.h | 34 * ! MD4_LONG has to be at least 32 bits wide. ! 37 # define MD4_LONG unsigned int macro 43 MD4_LONG A, B, C, D; 44 MD4_LONG Nl, Nh; 45 MD4_LONG data[MD4_LBLOCK];
|
/third_party/node/deps/openssl/openssl/crypto/md4/ |
H A D | md4_local.h | 19 #define HASH_LONG MD4_LONG
|
H A D | md4_dgst.c | 53 MD4_LONG XX[MD4_LBLOCK]; in md4_block_data_order()
|
/third_party/openssl/crypto/md4/ |
H A D | md4_local.h | 19 #define HASH_LONG MD4_LONG
|
H A D | md4_dgst.c | 53 MD4_LONG XX[MD4_LBLOCK]; in md4_block_data_order()
|
Completed in 2 milliseconds