Searched refs:mp_copy (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/uvwasi/src/ |
D | fd_table.c | 76 char* mp_copy; in uvwasi_fd_table_insert() local 89 mp_copy = (char*)(entry + 1); in uvwasi_fd_table_insert() 90 rp_copy = mp_copy + mp_len + 1; in uvwasi_fd_table_insert() 92 memcpy(mp_copy, mapped_path, mp_len); in uvwasi_fd_table_insert() 93 mp_copy[mp_len] = '\0'; in uvwasi_fd_table_insert() 100 err = uvwasi__normalize_path(mp_copy, mp_len, np_copy, mp_len); in uvwasi_fd_table_insert() 153 entry->path = mp_copy; in uvwasi_fd_table_insert()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
D | libtommath.c | 170 static int mp_copy(mp_int * a, mp_int * b); 791 if ((res = mp_copy (b, &y)) != MP_OKAY) { in mp_invmod_slow() 802 if ((res = mp_copy (&x, &u)) != MP_OKAY) { in mp_invmod_slow() 805 if ((res = mp_copy (&y, &v)) != MP_OKAY) { in mp_invmod_slow() 1034 res = mp_copy (a, c); in mp_div_2d() 1054 if ((res = mp_copy (a, c)) != MP_OKAY) { in mp_div_2d() 1108 return mp_copy (b, a); in mp_init_copy() 1129 static int mp_copy (mp_int * a, mp_int * b) in mp_copy() function 1311 if ((res = mp_copy (a, b)) != MP_OKAY) { in mp_abs() 1391 if ((res = mp_copy (a, c)) != MP_OKAY) { in mp_mul_2d() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
D | libtommath.c | 170 static int mp_copy(mp_int * a, mp_int * b); 791 if ((res = mp_copy (b, &y)) != MP_OKAY) { in mp_invmod_slow() 802 if ((res = mp_copy (&x, &u)) != MP_OKAY) { in mp_invmod_slow() 805 if ((res = mp_copy (&y, &v)) != MP_OKAY) { in mp_invmod_slow() 1034 res = mp_copy (a, c); in mp_div_2d() 1054 if ((res = mp_copy (a, c)) != MP_OKAY) { in mp_div_2d() 1108 return mp_copy (b, a); in mp_init_copy() 1129 static int mp_copy (mp_int * a, mp_int * b) in mp_copy() function 1311 if ((res = mp_copy (a, b)) != MP_OKAY) { in mp_abs() 1391 if ((res = mp_copy (a, c)) != MP_OKAY) { in mp_mul_2d() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | crypto_wolfssl.c | 1247 if (mp_copy((mp_int *) a, (mp_int *) r) != MP_OKAY) in crypto_bignum_rshift() 1480 return mp_copy(((ecc_point *) p)->x, (mp_int *) x) == MP_OKAY ? 0 : -1; in crypto_ec_point_x()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | crypto_wolfssl.c | 1241 if (mp_copy((mp_int *) a, (mp_int *) r) != MP_OKAY) in crypto_bignum_rshift() 1474 return mp_copy(((ecc_point *) p)->x, (mp_int *) x) == MP_OKAY ? 0 : -1; in crypto_ec_point_x()
|