162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci#ifndef _CRYPTO_HMAC_H
362306a36Sopenharmony_ci#define _CRYPTO_HMAC_H
462306a36Sopenharmony_ci
562306a36Sopenharmony_ci#define HMAC_IPAD_VALUE 0x36
662306a36Sopenharmony_ci#define HMAC_OPAD_VALUE 0x5c
762306a36Sopenharmony_ci
862306a36Sopenharmony_ci#endif /* _CRYPTO_HMAC_H */
9