Searched refs:d2 (Results 1 – 5 of 5) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | poly1305.c | 69 uint64_t d0, d1, d2, d3; in poly1305_process() local 96 d2 = MBEDTLS_GET_UINT32_LE(input, offset + 8); in poly1305_process() 102 d2 += (uint64_t) acc2 + (d1 >> 32U); in poly1305_process() 103 d3 += (uint64_t) acc3 + (d2 >> 32U); in poly1305_process() 106 acc2 = (uint32_t) d2; in poly1305_process() 120 d2 = mul64(acc0, r2) + in poly1305_process() 134 d2 += (d1 >> 32); in poly1305_process() 135 d3 += (d2 >> 32); in poly1305_process() 138 acc2 = (uint32_t) d2; in poly1305_process()
|
| H A D | x509.c | 602 uint32_t d2 = p[1] - '0'; in x509_parse2_int() local 603 return (d1 < 10 && d2 < 10) ? (int) (d1 * 10 + d2) : -1; in x509_parse2_int()
|
| /optee_os/core/lib/libtomcrypt/src/mac/poly1305/ |
| H A D | poly1305.c | 21 ulong64 d0,d1,d2,d3,d4; in s_poly1305_block() local 52 …d2 = ((ulong64)h0 * r2) + ((ulong64)h1 * r1) + ((ulong64)h2 * r0) + ((ulong64)h3 * s4) + ((ulong64… in s_poly1305_block() 59 d2 += c; c = (ulong32)(d2 >> 26); h2 = (ulong32)d2 & 0x3ffffff; in s_poly1305_block()
|
| /optee_os/core/lib/libtomcrypt/src/stream/sosemanuk/ |
| H A D | sosemanuk.c | 206 #define SKS(S, o0, o1, o2, o3, d0, d1, d2, d3) do { \ in sosemanuk_setup() argument 215 st->kc[i ++] = r ## d2; \ in sosemanuk_setup()
|
| /optee_os/core/arch/arm/crypto/ |
| H A D | ghash-ce-core_a32.S | 22 T1_L .req d2
|