Home
last modified time | relevance | path

Searched defs:key (Results 1 – 7 of 7) sorted by relevance

/bootable/bootloader/legacy/libc/
Drsa.c33 static void subM(RSAPublicKey *key, uint32_t *a) { in subM()
44 static int geM(RSAPublicKey *key, const uint32_t *a) { in geM()
55 static void montMulAdd(RSAPublicKey *key, in montMulAdd()
80 static void montMul(RSAPublicKey *key, in montMul()
96 static void modpow3(RSAPublicKey *key, in modpow3()
163 int RSA_verify(RSAPublicKey *key, in RSA_verify()
/bootable/recovery/
Dinstall.c194 RSAPublicKey* key = out + (*numKeys - 1); in load_keys() local
Drecovery.c427 int key = ui_wait_key(); in get_menu_selection() local
702 print_property(const char *key, const char *name, void *cookie) { in print_property()
Dui.c645 int key = -1; in ui_wait_key() local
654 int ui_key_pressed(int key) in ui_key_pressed()
/bootable/bootloader/legacy/usbloader/
Dmain.c202 void key_changed(unsigned int key, unsigned int down) in key_changed()
/bootable/recovery/updater/
Dinstall.c666 char* key; in GetPropFn() local
687 char* key; in FileGetPropFn() local
/bootable/recovery/edify/
Dexpr.c374 NamedFunction key; in FindFunction() local