Home
last modified time | relevance | path

Searched refs:bootutil_hmac_sha256_init (Results 1 – 2 of 2) sorted by relevance

/mcuboot-latest/boot/bootutil/include/bootutil/crypto/
Dhmac_sha256.h42 static inline void bootutil_hmac_sha256_init(bootutil_hmac_sha256_context *ctx) in bootutil_hmac_sha256_init() function
93 static inline void bootutil_hmac_sha256_init(bootutil_hmac_sha256_context *ctx) in bootutil_hmac_sha256_init() function
/mcuboot-latest/boot/bootutil/src/
Dencrypted.c261 bootutil_hmac_sha256_init(&hmac); in hkdf()
289 bootutil_hmac_sha256_init(&hmac); in hkdf()
571 bootutil_hmac_sha256_init(&hmac); in boot_decrypt_key()