Searched refs:ecjpake_hash (Results 1 – 1 of 1) sorted by relevance
/third_party/mbedtls/library/ |
D | ecjpake.c | 235 static int ecjpake_hash(const mbedtls_md_type_t md_type, in ecjpake_hash() function 335 MBEDTLS_MPI_CHK(ecjpake_hash(md_type, grp, pf, G, &V, X, id, &h)); in ecjpake_zkp_read() 385 MBEDTLS_MPI_CHK(ecjpake_hash(md_type, grp, pf, G, &V, X, id, &h)); in ecjpake_zkp_write()
|