Home
last modified time | relevance | path

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

/devicemodel/hw/platform/rpmb/
A Drpmb_sim.c76 unsigned int md_len; in rpmb_mac() local
94 hmac_ret = HMAC_Final(&hmac_ctx, mac, &md_len); in rpmb_mac()
95 if (md_len != 32) { in rpmb_mac()
96 DPRINTF(("bad md_len %d != 32.\n", md_len)); in rpmb_mac()
116 size_t md_len; in rpmb_mac() local
142 if (md_len != 32) { in rpmb_mac()
143 DPRINTF(("bad md_len %d != 32.\n", md_len)); in rpmb_mac()
164 unsigned int md_len; in rpmb_mac() local
187 hmac_ret = HMAC_Final(hmac_ctx, mac, &md_len); in rpmb_mac()
188 if (md_len != 32) { in rpmb_mac()
[all …]

Completed in 5 milliseconds