Searched refs:montMulAdd (Results 1 – 3 of 3) sorted by relevance
/external/vboot_reference/firmware/lib/cryptolib/ |
D | rsa.c | 40 static void montMulAdd(const RSAPublicKey *key, in montMulAdd() function 74 montMulAdd(key, c, a[i], b); in montMul()
|
/external/vboot_reference/firmware/2lib/ |
D | 2rsa.c | 50 static void montMulAdd(const struct vb2_public_key *key, in montMulAdd() function 88 montMulAdd(key, c, a[i], b); in montMul()
|
/external/avb/libavb/ |
D | avb_rsa.c | 137 static void montMulAdd(const IAvbKey* key, in montMulAdd() function 168 montMulAdd(key, c, a[i], b); in montMul()
|