Home
last modified time | relevance | path

Searched refs:IAvbKey (Results 1 – 1 of 1) sorted by relevance

/external/avb/libavb/
Davb_rsa.c40 typedef struct IAvbKey { struct
45 } IAvbKey; argument
47 static IAvbKey* iavb_parse_key_data(const uint8_t* data, size_t length) { in iavb_parse_key_data()
49 IAvbKey* key = NULL; in iavb_parse_key_data()
79 key = (IAvbKey*)(avb_malloc(sizeof(IAvbKey) + 2 * h.key_num_bits / 8)); in iavb_parse_key_data()
106 static void iavb_free_parsed_key(IAvbKey* key) { in iavb_free_parsed_key()
111 static void subM(const IAvbKey* key, uint32_t* a) { in subM()
122 static int geM(const IAvbKey* key, uint32_t* a) { in geM()
137 static void montMulAdd(const IAvbKey* key, in montMulAdd()
162 static void montMul(const IAvbKey* key, uint32_t* c, uint32_t* a, uint32_t* b) { in montMul()
[all …]