Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/include/bootutil/crypto/
Dhmac_sha256.h66 static inline int bootutil_hmac_sha256_update(bootutil_hmac_sha256_context *ctx, const void *data, … in bootutil_hmac_sha256_update() function
115 static inline int bootutil_hmac_sha256_update(bootutil_hmac_sha256_context *ctx, const void *data, … in bootutil_hmac_sha256_update() function
/mcuboot-latest/boot/bootutil/src/
Dencrypted.c269 rc = bootutil_hmac_sha256_update(&hmac, ikm, ikm_len); in hkdf()
299 rc = bootutil_hmac_sha256_update(&hmac, T, BOOTUTIL_CRYPTO_SHA256_DIGEST_SIZE); in hkdf()
305 rc = bootutil_hmac_sha256_update(&hmac, info, info_len); in hkdf()
310 rc = bootutil_hmac_sha256_update(&hmac, &counter, 1); in hkdf()
579 rc = bootutil_hmac_sha256_update(&hmac, &buf[EC_CIPHERKEY_INDEX], BOOT_ENC_KEY_SIZE); in boot_decrypt_key()