OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:workbuf32
(Results
1 - 1
of
1
) sorted by null
/external/vboot_reference/firmware/2lib/
2rsa.c
97
* @param
workbuf32
Work buffer; caller must verify this is
101
uint32_t *
workbuf32
)
103
uint32_t *a =
workbuf32
;
297
uint32_t *
workbuf32
;
local
319
workbuf32
= vb2_workbuf_alloc(&wblocal, 3 * key_bytes);
320
if (!
workbuf32
)
323
modpowF4(key, sig,
workbuf32
);
Completed in 47 milliseconds