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