Searched refs:SHA1_KEY_IOPAD_SIZE (Results 1 – 1 of 1) sorted by relevance
13 #define SHA1_KEY_IOPAD_SIZE (64) macro335 k_opad[SHA1_KEY_IOPAD_SIZE]; /* outer padding - key XORd with opad */ in utils_hmac_sha1()343 if (key_len > SHA1_KEY_IOPAD_SIZE) { in utils_hmac_sha1()354 for (i = 0; i < SHA1_KEY_IOPAD_SIZE; i++) { in utils_hmac_sha1()363 SHA1_KEY_IOPAD_SIZE); /* start with inner pad */ in utils_hmac_sha1()372 SHA1_KEY_IOPAD_SIZE); /* start with outer pad */ in utils_hmac_sha1()390 k_opad[SHA1_KEY_IOPAD_SIZE]; /* outer padding - key XORd with opad */ in utils_hmac_sha1_hex()398 if (key_len > SHA1_KEY_IOPAD_SIZE) { in utils_hmac_sha1_hex()409 for (i = 0; i < SHA1_KEY_IOPAD_SIZE; i++) { in utils_hmac_sha1_hex()418 SHA1_KEY_IOPAD_SIZE); /* start with inner pad */ in utils_hmac_sha1_hex()[all …]
Completed in 3 milliseconds