OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RSANUMWORDS
(Results
1 - 6
of
6
) sorted by null
/system/core/include/mincrypt/
rsa.h
38
#define
RSANUMWORDS
(RSANUMBYTES / sizeof(uint32_t))
43
uint32_t n[
RSANUMWORDS
]; /* modulus as little endian array */
44
uint32_t rr[
RSANUMWORDS
]; /* R^2 as little endian array */
/system/core/libmincrypt/
rsa.c
99
uint32_t a[
RSANUMWORDS
];
100
uint32_t aR[
RSANUMWORDS
];
101
uint32_t aaR[
RSANUMWORDS
];
258
if (key->len !=
RSANUMWORDS
) {
/system/extras/verity/
generate_verity_key.c
58
BN_set_bit(r,
RSANUMWORDS
* 32);
63
pkey->len =
RSANUMWORDS
;
65
for (i = 0; i <
RSANUMWORDS
; i++) {
/system/core/adb/
adb_auth_host.cpp
82
BN_set_bit(r,
RSANUMWORDS
* 32);
87
pkey->len =
RSANUMWORDS
;
89
for (i = 0; i <
RSANUMWORDS
; i++) {
adb_auth_client.cpp
88
if (key->key.len !=
RSANUMWORDS
) {
/system/core/fs_mgr/
fs_mgr_verity.cpp
108
if (key->len !=
RSANUMWORDS
) {
Completed in 3529 milliseconds