OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nA
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/libtomcrypt/src/pk/ecc/
ltc_ecc_mul2add.c
43
unsigned bitbufA, bitbufB, lenA, lenB, len, x, y,
nA
, nB, nibble;
147
nA
= (bitbufA >> 6) & 0x03;
153
if ((
nA
== 0) && (nB == 0) && (first == 1)) {
165
if ((
nA
!= 0) || (nB != 0)) {
169
if ((err = mp_copy(precomp[
nA
+ (nB<<2)]->x, C->x)) != CRYPT_OK) { goto ERR_MU; }
170
if ((err = mp_copy(precomp[
nA
+ (nB<<2)]->y, C->y)) != CRYPT_OK) { goto ERR_MU; }
171
if ((err = mp_copy(precomp[
nA
+ (nB<<2)]->z, C->z)) != CRYPT_OK) { goto ERR_MU; }
174
if ((err = ltc_mp.ecc_ptadd(C, precomp[
nA
+ (nB<<2)], C, modulus, mp)) != CRYPT_OK) { goto ERR_MU; }
/external/mdnsresponder/mDNSCore/
DNSCommon.c
386
static const domainname *
nA
= (const domainname*)"\x1" "a" "\x1" "e" "\x1" "f" "\x3" "ip6" "\x4" "arpa";
401
if (d5 && SameDomainName(d5,
nA
)) return(mDNStrue);
[
all
...]
Completed in 44 milliseconds