Home
last modified time | relevance | path

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

/mcuboot-3.6.0/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-3.6.0/boot/bootutil/src/
Dencrypted.c261 bootutil_hmac_sha256_init(&hmac); in hkdf()
287 bootutil_hmac_sha256_init(&hmac); in hkdf()
543 bootutil_hmac_sha256_init(&hmac); in boot_enc_decrypt()