Home
last modified time | relevance | path

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

/mcuboot-3.6.0/boot/bootutil/src/
Dencrypted.c240 hkdf(uint8_t *ikm, uint16_t ikm_len, uint8_t *info, uint16_t info_len, in hkdf() argument
303 rc = bootutil_hmac_sha256_update(&hmac, info, info_len); in hkdf()