Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dx509write_csr.c145 unsigned char *c, *c2; in x509write_csr_der_internal() local
267 c2 = buf + size; in x509write_csr_der_internal()
269 mbedtls_x509_write_sig( &c2, buf + len, sig_oid, sig_oid_len, in x509write_csr_der_internal()
276 c2 -= len; in x509write_csr_der_internal()
277 memmove( c2, buf, len ); in x509write_csr_der_internal()
281 MBEDTLS_ASN1_CHK_ADD( len, mbedtls_asn1_write_len( &c2, buf, len ) ); in x509write_csr_der_internal()
284 &c2, buf, in x509write_csr_der_internal()
288 memset( buf, 0, c2 - buf); in x509write_csr_der_internal()
A Dconstant_time_internal.h215 size_t c1, size_t c2 );
A Dx509write_crt.c332 unsigned char *c, *c2; in mbedtls_x509write_crt_der() local
490 c2 = buf + size; in mbedtls_x509write_crt_der()
491 MBEDTLS_ASN1_CHK_ADD( sig_and_oid_len, mbedtls_x509_write_sig( &c2, c, in mbedtls_x509write_crt_der()
502 c = c2 - len; in mbedtls_x509write_crt_der()
A Dconstant_time.c413 size_t c2 ) in mbedtls_ct_memcpy_if_eq() argument
416 const size_t equal = mbedtls_ct_size_bool_eq( c1, c2 ); in mbedtls_ct_memcpy_if_eq()
/optee_os-3.20.0/core/arch/arm/kernel/
A Darm32_sysreg.txt19 ID_ISAR0 c0 0 c2 0 RO Instruction Set Attribute Register 0
20 ID_ISAR1 c0 0 c2 1 RO Instruction Set Attribute Register 1
21 ID_ISAR2 c0 0 c2 2 RO Instruction Set Attribute Register 2
22 ID_ISAR3 c0 0 c2 3 RO Instruction Set Attribute Register 3
23 ID_ISAR4 c0 0 c2 4 RO Instruction Set Attribute Register 4
24 ID_ISAR5 c0 0 c2 5 RO Instruction Set Attribute Register 5
44 NMRR c10 0 c2 1 RW Normal Memory Remap Register
45 PRRR c10 0 c2 0 RW Primary Region Remap Register
48 TTBR0 c2 0 c0 0 RW Translation Table Base Register 0
49 TTBR0_64bit - 0 c2 - RW Translation Table Base Register 0
[all …]
/optee_os-3.20.0/lib/libutils/ext/include/
A Dfault_mitigation.h198 #define __ftmn_step_count_3(c0, c1, c2) \ argument
199 (__ftmn_step_count_2(c0, c1) + (c2) * FTMN_INCR2)
200 #define __ftmn_step_count_4(c0, c1, c2, c3) \ argument
201 (__ftmn_step_count_3(c0, c1, c2) + (c3) * FTMN_INCR3)
202 #define __ftmn_step_count_5(c0, c1, c2, c3, c4) \ argument
203 (__ftmn_step_count_4(c0, c1, c2, c3) + (c4) * FTMN_INCR4)
204 #define __ftmn_step_count_6(c0, c1, c2, c3, c4, c5) \ argument
205 (__ftmn_step_count_5(c0, c1, c2, c3, c4) + (c5) * FTMN_INCR5)

Completed in 9 milliseconds