Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/ccree/
Dcc_hash.h51 u32 xcbc_count; /* count xcbc update operatations */ member
Dcc_hash.c1167 state->xcbc_count++; in cc_mac_update()
1266 if (state->xcbc_count && rem_cnt == 0) { in cc_mac_final()
1302 if (state->xcbc_count == 0) { in cc_mac_final()
1354 if (state->xcbc_count > 0 && req->nbytes == 0) { in cc_mac_finup()