Lines Matching refs:pf
202 const int pf, in ecjpake_write_len_point() argument
213 ret = mbedtls_ecp_point_write_binary(grp, P, pf, in ecjpake_write_len_point()
237 const int pf, in ecjpake_hash() argument
252 MBEDTLS_MPI_CHK(ecjpake_write_len_point(&p, end, grp, pf, G)); in ecjpake_hash()
253 MBEDTLS_MPI_CHK(ecjpake_write_len_point(&p, end, grp, pf, V)); in ecjpake_hash()
254 MBEDTLS_MPI_CHK(ecjpake_write_len_point(&p, end, grp, pf, X)); in ecjpake_hash()
288 const int pf, in ecjpake_zkp_read() argument
335 MBEDTLS_MPI_CHK(ecjpake_hash(md_type, grp, pf, G, &V, X, id, &h)); in ecjpake_zkp_read()
358 const int pf, in ecjpake_zkp_write() argument
385 MBEDTLS_MPI_CHK(ecjpake_hash(md_type, grp, pf, G, &V, X, id, &h)); in ecjpake_zkp_write()
392 pf, &len, *p, end - *p)); in ecjpake_zkp_write()
419 const int pf, in ecjpake_kkp_read() argument
444 MBEDTLS_MPI_CHK(ecjpake_zkp_read(md_type, grp, pf, G, X, id, p, end)); in ecjpake_kkp_read()
456 const int pf, in ecjpake_kkp_write() argument
477 pf, &len, *p, end - *p)); in ecjpake_kkp_write()
481 MBEDTLS_MPI_CHK(ecjpake_zkp_write(md_type, grp, pf, G, x, X, id, in ecjpake_kkp_write()
494 const int pf, in ecjpake_kkpp_read() argument
511 MBEDTLS_MPI_CHK(ecjpake_kkp_read(md_type, grp, pf, G, Xa, id, &p, end)); in ecjpake_kkpp_read()
512 MBEDTLS_MPI_CHK(ecjpake_kkp_read(md_type, grp, pf, G, Xb, id, &p, end)); in ecjpake_kkpp_read()
528 const int pf, in ecjpake_kkpp_write() argument
545 MBEDTLS_MPI_CHK(ecjpake_kkp_write(md_type, grp, pf, G, xm1, Xa, id, in ecjpake_kkpp_write()
547 MBEDTLS_MPI_CHK(ecjpake_kkp_write(md_type, grp, pf, G, xm2, Xb, id, in ecjpake_kkpp_write()