Searched refs:INIT_CONSTRUCTOR_CONSTANTS (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
H A D_hashopenssl.c856 #define INIT_CONSTRUCTOR_CONSTANTS(NAME) do { \ macro
932 INIT_CONSTRUCTOR_CONSTANTS(md5);
933 INIT_CONSTRUCTOR_CONSTANTS(sha1);
935 INIT_CONSTRUCTOR_CONSTANTS(sha224);
936 INIT_CONSTRUCTOR_CONSTANTS(sha256);
937 INIT_CONSTRUCTOR_CONSTANTS(sha384);
938 INIT_CONSTRUCTOR_CONSTANTS(sha512);
/external/python/cpython3/Modules/
H A D_hashopenssl.c942 #define INIT_CONSTRUCTOR_CONSTANTS(NAME) do { \ macro
1028 INIT_CONSTRUCTOR_CONSTANTS(md5);
1029 INIT_CONSTRUCTOR_CONSTANTS(sha1);
1030 INIT_CONSTRUCTOR_CONSTANTS(sha224);
1031 INIT_CONSTRUCTOR_CONSTANTS(sha256);
1032 INIT_CONSTRUCTOR_CONSTANTS(sha384);
1033 INIT_CONSTRUCTOR_CONSTANTS(sha512);

Completed in 109 milliseconds