Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/include/bootutil/crypto/
Dhmac_sha256.h41 typedef struct tc_hmac_state_struct bootutil_hmac_sha256_context; typedef
42 static inline void bootutil_hmac_sha256_init(bootutil_hmac_sha256_context *ctx) in bootutil_hmac_sha256_init()
47 static inline void bootutil_hmac_sha256_drop(bootutil_hmac_sha256_context *ctx) in bootutil_hmac_sha256_drop()
52 static inline int bootutil_hmac_sha256_set_key(bootutil_hmac_sha256_context *ctx, const uint8_t *ke… in bootutil_hmac_sha256_set_key()
66 static inline int bootutil_hmac_sha256_update(bootutil_hmac_sha256_context *ctx, const void *data, … in bootutil_hmac_sha256_update()
76 static inline int bootutil_hmac_sha256_finish(bootutil_hmac_sha256_context *ctx, uint8_t *tag, unsi… in bootutil_hmac_sha256_finish()
91 typedef mbedtls_md_context_t bootutil_hmac_sha256_context; typedef
93 static inline void bootutil_hmac_sha256_init(bootutil_hmac_sha256_context *ctx) in bootutil_hmac_sha256_init()
98 static inline void bootutil_hmac_sha256_drop(bootutil_hmac_sha256_context *ctx) in bootutil_hmac_sha256_drop()
103 static inline int bootutil_hmac_sha256_set_key(bootutil_hmac_sha256_context *ctx, const uint8_t *ke… in bootutil_hmac_sha256_set_key()
[all …]
/mcuboot-latest/boot/bootutil/src/
Dencrypted.c243 bootutil_hmac_sha256_context hmac; in hkdf()
448 bootutil_hmac_sha256_context hmac; in boot_decrypt_key()