Home
last modified time | relevance | path

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

/optee_os/core/drivers/clk/sam/
H A Dat91_pmc.c143 uint32_t pcr[PMC_MAX_IDS]; member
209 pmc_cache.pcr[registered_ids[i]] = io_read32(pmc_base + in pmc_suspend()
253 pmc_cache.pcr[registered_ids[i]] | AT91_PMC_PCR_CMD); in pmc_resume()
/optee_os/core/lib/libtomcrypt/src/ciphers/
H A Ddes.c1302 unsigned char pc1m[56], pcr[56]; in s_deskey() local
1321 pcr[j] = pc1m[l]; in s_deskey()
1323 pcr[j] = pc1m[l - 28]; in s_deskey()
1329 pcr[j] = pc1m[l]; in s_deskey()
1331 pcr[j] = pc1m[l - 28]; in s_deskey()
1335 if ((int)pcr[(int)pc2[j]] != 0) { in s_deskey()
1338 if ((int)pcr[(int)pc2[j+24]] != 0) { in s_deskey()