Searched refs:ecp_mpi_load (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | ecp_curves_new.c | 4502 static inline void ecp_mpi_load(mbedtls_mpi *X, const mbedtls_mpi_uint *p, size_t len) in ecp_mpi_load() function 4533 ecp_mpi_load(&grp->P, p, plen); in ecp_group_load() 4535 ecp_mpi_load(&grp->A, a, alen); in ecp_group_load() 4537 ecp_mpi_load(&grp->B, b, blen); in ecp_group_load() 4538 ecp_mpi_load(&grp->N, n, nlen); in ecp_group_load() 4540 ecp_mpi_load(&grp->G.X, gx, gxlen); in ecp_group_load() 4541 ecp_mpi_load(&grp->G.Y, gy, gylen); in ecp_group_load() 4671 ecp_mpi_load(&grp->P, curve25519_p, sizeof(curve25519_p)); in ecp_use_curve25519() 4675 ecp_mpi_load(&grp->N, curve25519_n, sizeof(curve25519_n)); in ecp_use_curve25519() 4733 ecp_mpi_load(&grp->P, curve448_p, sizeof(curve448_p)); in ecp_use_curve448() [all …]
|
H A D | ecp_curves.c | 4494 static inline void ecp_mpi_load(mbedtls_mpi *X, const mbedtls_mpi_uint *p, size_t len) in ecp_mpi_load() function 4523 ecp_mpi_load(&grp->P, p, plen); in ecp_group_load() 4525 ecp_mpi_load(&grp->A, a, alen); in ecp_group_load() 4527 ecp_mpi_load(&grp->B, b, blen); in ecp_group_load() 4528 ecp_mpi_load(&grp->N, n, nlen); in ecp_group_load() 4530 ecp_mpi_load(&grp->G.X, gx, gxlen); in ecp_group_load() 4531 ecp_mpi_load(&grp->G.Y, gy, gylen); in ecp_group_load()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | ecp_curves_new.c | 4508 static inline void ecp_mpi_load(mbedtls_mpi *X, const mbedtls_mpi_uint *p, size_t len) in ecp_mpi_load() function 4539 ecp_mpi_load(&grp->P, p, plen); in ecp_group_load() 4541 ecp_mpi_load(&grp->A, a, alen); in ecp_group_load() 4543 ecp_mpi_load(&grp->B, b, blen); in ecp_group_load() 4544 ecp_mpi_load(&grp->N, n, nlen); in ecp_group_load() 4546 ecp_mpi_load(&grp->G.X, gx, gxlen); in ecp_group_load() 4547 ecp_mpi_load(&grp->G.Y, gy, gylen); in ecp_group_load() 4677 ecp_mpi_load(&grp->P, curve25519_p, sizeof(curve25519_p)); in ecp_use_curve25519() 4681 ecp_mpi_load(&grp->N, curve25519_n, sizeof(curve25519_n)); in ecp_use_curve25519() 4739 ecp_mpi_load(&grp->P, curve448_p, sizeof(curve448_p)); in ecp_use_curve448() [all …]
|
H A D | ecp_curves.c | 4500 static inline void ecp_mpi_load(mbedtls_mpi *X, const mbedtls_mpi_uint *p, size_t len) in ecp_mpi_load() function 4529 ecp_mpi_load(&grp->P, p, plen); in ecp_group_load() 4531 ecp_mpi_load(&grp->A, a, alen); in ecp_group_load() 4533 ecp_mpi_load(&grp->B, b, blen); in ecp_group_load() 4534 ecp_mpi_load(&grp->N, n, nlen); in ecp_group_load() 4536 ecp_mpi_load(&grp->G.X, gx, gxlen); in ecp_group_load() 4537 ecp_mpi_load(&grp->G.Y, gy, gylen); in ecp_group_load()
|