Home
last modified time | relevance | path

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

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