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/core/adb/
adb_auth_host.c
83
BN_set_bit(r,
RSANUMWORDS
* 32);
88
pkey->len =
RSANUMWORDS
;
90
for (i = 0; i <
RSANUMWORDS
; i++) {
adb_auth_client.c
85
if (key->key.len !=
RSANUMWORDS
) {
/bootable/recovery/
verifier.cpp
295
if (key->len !=
RSANUMWORDS
) {
/system/core/fs_mgr/
fs_mgr_verity.c
75
if (key->len !=
RSANUMWORDS
) {
Completed in 78 milliseconds