Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Ddes-internal.c276 u8 pc1m[56], pcr[56]; in deskey() local
295 pcr[j] = pc1m[l]; in deskey()
297 pcr[j] = pc1m[l - 28]; in deskey()
302 pcr[j] = pc1m[l]; in deskey()
304 pcr[j] = pc1m[l - 28]; in deskey()
307 if ((int) pcr[(int) pc2[j]] != 0) in deskey()
309 if ((int) pcr[(int) pc2[j + 24]] != 0) in deskey()