Home
last modified time | relevance | path

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

/mcuboot-latest/ext/tinycrypt/lib/source/
Dhmac.c40 const uint8_t outer_pad = (uint8_t) 0x5c; in rekey() local
45 key[i + TC_SHA256_BLOCK_SIZE] = outer_pad ^ new_key[i]; in rekey()
48 key[i] = inner_pad; key[i + TC_SHA256_BLOCK_SIZE] = outer_pad; in rekey()