Searched defs:byte2bit (Results 1 - 2 of 2) sorted by relevance
/base/startup/hvb/libhvb/src/crypto/ | ||
H A D | hvb_rsa.c | 40 #define byte2bit(byte) ((byte) << 3) macro |
H A D | hvb_rsa_verify.c | 40 #define byte2bit(byte) ((byte) << 3) macro |
Completed in 2 milliseconds