Searched refs:n0inv (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/u-boot/lib/avb/libavb/ |
| H A D | avb_rsa.c | 42 uint32_t n0inv; /* -1 / n[0] mod 2^32 */ member 85 key->n0inv = h.n0inv; in iavb_parse_key_data() 142 uint32_t d0 = (uint32_t)A * key->n0inv; in montMulAdd()
|
| H A D | avb_crypto.c | 369 dest->n0inv = avb_be32toh(dest->n0inv); in avb_rsa_public_key_header_validate_and_byteswap()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
| H A D | adb_libssl_11.diff | 17 BIGNUM* n0inv = BN_new(); 39 BN_free(n0inv);
|
| /OK3568_Linux_fs/u-boot/lib/rsa/ |
| H A D | rsa-mod-exp.c | 89 d0 = (uint32_t)acc_a * key->n0inv; in montgomery_mul_add_step() 265 key.n0inv = prop->n0inv; in rsa_mod_exp_sw()
|
| H A D | rsa-verify.c | 466 prop->n0inv = fdtdec_get_int(blob, node, "rsa,n0-inverse", 0); in rsa_get_key_prop()
|
| /OK3568_Linux_fs/u-boot/include/android_avb/ |
| H A D | avb_crypto.h | 162 uint32_t n0inv; member
|
| /OK3568_Linux_fs/u-boot/include/u-boot/ |
| H A D | rsa-mod-exp.h | 33 uint32_t n0inv; /* -1 / modulus[0] mod 2^32 */ member
|
| H A D | rsa.h | 27 uint32_t n0inv; /* -1 / modulus[0] mod 2^32 */ member
|
| /OK3568_Linux_fs/buildroot/package/android-tools/ |
| H A D | 0010-adb-added-patch-for-openssl-1.1.0-compatibility.patch | 44 BN_free(n0inv);
|
| /OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/ |
| H A D | avbtool | 412 n0inv = b - modinv(key.modulus, b) 416 ret.extend(struct.pack('!II', key.num_bits, n0inv))
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | avbtool.py | 416 n0inv = b - modinv(self.modulus, b) 420 ret.extend(struct.pack('!II', self.num_bits, n0inv))
|