Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/libavb/
H A Davb_util.c111 unsigned int num_cc; in avb_validate_utf8() local
113 for (n = 0, num_cc = 0; n < num_bytes; n++) { in avb_validate_utf8()
116 if (num_cc > 0) { in avb_validate_utf8()
122 num_cc--; in avb_validate_utf8()
125 num_cc = 0; in avb_validate_utf8()
128 num_cc = 1; in avb_validate_utf8()
131 num_cc = 2; in avb_validate_utf8()
135 num_cc = 3; in avb_validate_utf8()
142 if (num_cc != 0) { in avb_validate_utf8()
/openbmc/linux/arch/s390/include/asm/
H A Dpai.h19 u64 num_cc : 8; /* # of supported crypto counters */ member
/openbmc/linux/arch/s390/kernel/
H A Dperf_pai_crypto.c667 paicrypt_cnt = ib.num_cc; in paicrypt_init()