Searched defs:k_opad (Results 1 – 6 of 6) sorted by relevance
48 k_opad[KEY_IOPAD_SIZE]; /* outer padding - key XORd with opad */ in iotx_hmac_md5() local85 k_opad[KEY_IOPAD_SIZE]; /* outer padding - key XORd with opad */ in iotx_hmac_sha1() local
335 k_opad[SHA1_KEY_IOPAD_SIZE]; /* outer padding - key XORd with opad */ in utils_hmac_sha1() local390 k_opad[SHA1_KEY_IOPAD_SIZE]; /* outer padding - key XORd with opad */ in utils_hmac_sha1_hex() local
306 k_opad[MD5_KEY_IOPAD_SIZE]; /* outer padding - key XORd with opad */ in utils_hmac_md5() local
274 k_opad[SHA256_KEY_IOPAD_SIZE]; /* outer padding - key XORd with opad */ in utils_hmac_sha256() local
272 uint8_t k_opad[SHA256_KEY_IOPAD_SIZE]; /* outer padding - key XORd with opad */ in core_hmac_sha256() local
343 unsigned char k_opad[SHA256_KEY_IOPAD_SIZE]; /* outer padding - key XORd with opad */ in utils_hmac_sha256() local
Completed in 8 milliseconds