Home
last modified time | relevance | path

Searched defs:rr (Results 1 – 9 of 9) sorted by relevance

/system/core/include/mincrypt/
Drsa.h44 uint32_t rr[RSANUMWORDS]; /* R^2 as little endian array */ member
/system/extras/verity/
Dgenerate_verity_key.c50 BIGNUM* rr = BN_new(); in convert_to_mincrypt_format() local
/system/core/libmincrypt/tools/
DDumpPublicKey.java150 long rr = RR.mod(B).longValue(); in printRSA() local
/system/core/libmincrypt/
Dp256_ec.c844 felem z1z1, z1z1z1, s2, u2, h, i, j, r, rr, v, tmp; in point_add_mixed() local
882 felem z1z1, z1z1z1, z2z2, z2z2z2, s1, s2, u1, u2, h, i, j, r, rr, v, tmp; in point_add() local
929 felem z1z1, z1z1z1, z2z2, z2z2z2, s1, s2, u1, u2, h, i, j, r, rr, v, tmp; in point_add_or_double_vartime() local
/system/core/adb/
Dadb_auth_host.cpp69 BIGNUM* rr = BN_new(); in RSA_to_RSAPublicKey() local
/system/core/gatekeeperd/
Dgatekeeperd.cpp183 bool rr; in enroll() local
/system/core/libpixelflinger/
Dtrap.cpp178 GGLcoord rmin, GGLcoord rmax, GGLcoord rr) in coverageNice()
236 GGLcoord rr = rad*rad; in aa_nice_pointx() local
/system/bt/stack/include/
Davdt_api.h228 tAVDT_REPORT_BLK rr; member
/system/core/libpixelflinger/codeflinger/
DARMAssemblerInterface.h56 #define LIST(rr) L##rr=1<<rr argument