Lines Matching refs:result
15 char *result_hex_str, int result )
41 …ypt( &ctx, &rnd_buffer_rand, &info, MBEDTLS_RSA_PUBLIC, msg_len, message_str, output ) == result );
42 if( result == 0 )
59 char *message_hex_string, int result )
97 …_pseudo_rand, &rnd_info, MBEDTLS_RSA_PRIVATE, &output_len, message_str, output, 1000 ) == result );
98 if( result == 0 )
116 char *result_hex_str, int result )
161 …( &ctx, &rnd_buffer_rand, &info, MBEDTLS_RSA_PRIVATE, digest, 0, hash_result, output ) == result );
162 if( result == 0 )
179 char *result_hex_str, int result )
205 …cs1_verify( &ctx, NULL, NULL, MBEDTLS_RSA_PUBLIC, digest, 0, hash_result, result_str ) == result );