Searched refs:ecjpake_kkp_read (Results 1 – 1 of 1) sorted by relevance
/mbedtls-3.7.0/library/ |
D | ecjpake.c | 374 static int ecjpake_kkp_read(const mbedtls_md_type_t md_type, in ecjpake_kkp_read() function 468 MBEDTLS_MPI_CHK(ecjpake_kkp_read(md_type, grp, pf, G, Xa, id, &p, end)); in ecjpake_kkpp_read() 469 MBEDTLS_MPI_CHK(ecjpake_kkp_read(md_type, grp, pf, G, Xb, id, &p, end)); in ecjpake_kkpp_read() 602 MBEDTLS_MPI_CHK(ecjpake_kkp_read(ctx->md_type, &ctx->grp, in mbedtls_ecjpake_read_round_two()
|