Home
last modified time | relevance | path

Searched refs:A (Results 1 – 25 of 56) sorted by relevance

123

/system/core/libmincrypt/
Dsha.c53 register uint32_t A, B, C, D, E; in SHA1_Transform() local
56 A = ctx->state[0]; in SHA1_Transform()
62 #define SHA_F1(A,B,C,D,E,t) \ in SHA1_Transform() argument
63 E += ror27(A) + \ in SHA1_Transform()
69 SHA_F1(A,B,C,D,E,t + 0); in SHA1_Transform()
70 SHA_F1(E,A,B,C,D,t + 1); in SHA1_Transform()
71 SHA_F1(D,E,A,B,C,t + 2); in SHA1_Transform()
72 SHA_F1(C,D,E,A,B,t + 3); in SHA1_Transform()
73 SHA_F1(B,C,D,E,A,t + 4); in SHA1_Transform()
75 SHA_F1(A,B,C,D,E,t + 0); // 16th one, t == 15 in SHA1_Transform()
[all …]
Drsa_e_3.c33 int64_t A = 0; in subM() local
36 A += (uint64_t)a[i] - key->n[i]; in subM()
37 a[i] = (uint32_t)A; in subM()
38 A >>= 32; in subM()
58 uint64_t A = (uint64_t)a * b[0] + c[0]; in montMulAdd() local
59 uint32_t d0 = (uint32_t)A * key->n0inv; in montMulAdd()
60 uint64_t B = (uint64_t)d0 * key->n[0] + (uint32_t)A; in montMulAdd()
64 A = (A >> 32) + (uint64_t)a * b[i] + c[i]; in montMulAdd()
65 B = (B >> 32) + (uint64_t)d0 * key->n[i] + (uint32_t)A; in montMulAdd()
69 A = (A >> 32) + (B >> 32); in montMulAdd()
[all …]
Drsa_e_f4.c34 int64_t A = 0; in subM() local
37 A += (uint64_t)a[i] - key->n[i]; in subM()
38 a[i] = (uint32_t)A; in subM()
39 A >>= 32; in subM()
60 uint64_t A = (uint64_t)a * b[0] + c[0]; in montMulAdd() local
61 uint32_t d0 = (uint32_t)A * key->n0inv; in montMulAdd()
62 uint64_t B = (uint64_t)d0 * key->n[0] + (uint32_t)A; in montMulAdd()
66 A = (A >> 32) + (uint64_t)a * b[i] + c[i]; in montMulAdd()
67 B = (B >> 32) + (uint64_t)d0 * key->n[i] + (uint32_t)A; in montMulAdd()
71 A = (A >> 32) + (B >> 32); in montMulAdd()
[all …]
DNOTICE16 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
/system/core/libnl_2/
DREADME12 | Header |A| Message Header |A|
19 | #0 Header |A| #0 Payload |A| #1 Header |A| #1 Payload |A| |
/system/core/sh/
Darith_lex.l65 [A-Za-z_][A-Za-z_0-9]* { char *v = lookupvar(yytext);
DNOTICE21 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
Dnodetypes22 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
40 # A field of a structure is described by the name of the field followed
DTOUR12 A Tour through Ash
22 programs that generate source code. A complete list of these
132 PARSING: The parser code is all in parser.c. A recursive des-
166 A variable substitution contains the following elements:
289 A builtin command is invoked with argc and argv set up like a
290 normal program. A builtin command is allowed to overwrite its
/system/extras/tests/fstest/
DREADME8 A file or directory will always fail the ruleset unless there is AT LEAST
21 A fully specified path name, which must end in / ex: /dev/
22 A fully specified filename, symlink, device node, etc. ex: /dev/tty0
24 A recursive path specification, which ends in /... ex: /dev/...
25 A wildcard file specification, which ends in * ex: /dev/tty*
/system/bluetooth/data/
Dauto_pairing.conf13 …:16:FD,00:22:A0,00:0B:4C,00:60:6F,00:23:3D,00:C0:59,00:0A:30,00:1E:AE,00:1C:D7,00:80:F0,00:12:8A,0…
/system/extras/tests/sdcard/
DREADME4 * A binary that runs on the device, exercises the sdcard and send
6 * A host python script to plot the data.
/system/core/toolbox/
DNOTICE22 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
53 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
84 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
121 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
152 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
184 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
/system/core/adb/
Dprotocol.txt126 A READY message containing a remote-id which does not map to an open
141 A WRITE message containing a remote-id which does not map to an open
145 A WRITE message may not be sent until a READY message is received.
159 A CLOSE message containing a remote-id which does not map to an open
227 The bootloader will support two streams. A "bootloader:debug" stream,
252 succeeds. A future version may want to do some level of windowing where
DOVERVIEW.TXT65 communicate with a device at all. A typical example is "adb devices"
84 A client sends a request using the following format:
86 1. A 4-byte hexadecimal string giving the length of the payload
/system/core/liblinenoise/
DNOTICE20 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
/system/media/audio_route/
DNOTICE16 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
/system/core/sh/funcs/
Dnewgrp26 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
Dsuspend26 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
Dlogin26 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
Dkill26 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
Dcmv26 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
Ddirs26 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
Dpushd26 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
Dpopd26 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

123