Searched refs:MD5_KEY_IOPAD_SIZE (Results 1 – 1 of 1) sorted by relevance
13 #define MD5_KEY_IOPAD_SIZE (64) macro304 k_ipad[MD5_KEY_IOPAD_SIZE]; /* inner padding - key XORd with ipad */ in utils_hmac_md5()306 k_opad[MD5_KEY_IOPAD_SIZE]; /* outer padding - key XORd with opad */ in utils_hmac_md5()314 if (key_len > MD5_KEY_IOPAD_SIZE) { in utils_hmac_md5()325 for (i = 0; i < MD5_KEY_IOPAD_SIZE; i++) { in utils_hmac_md5()334 MD5_KEY_IOPAD_SIZE); /* start with inner pad */ in utils_hmac_md5()343 MD5_KEY_IOPAD_SIZE); /* start with outer pad */ in utils_hmac_md5()
Completed in 3 milliseconds