Lines Matching refs:result
14 data_t * result_str, int result )
44 output ) == result );
45 if( result == 0 )
60 int result )
95 NULL, 0 ) == result );
104 sizeof( output ) ) == result );
105 if( result == 0 )
123 int result )
164 output ) == result );
165 if( result == 0 )
177 fixed_salt_length, output ) == result );
178 if( result == 0 )
193 char * salt, data_t * result_str, int result )
218 …cs1_verify( &ctx, digest, mbedtls_md_get_size( md_info ), hash_result, result_str->x ) == result );