Searched refs:point_file (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/libecc/src/tests/ |
H A D | ec_utils.c | 1383 const char *point_file, in ec_scalar_mult() argument 1403 MUST_HAVE(point_file != NULL, ret, err); in ec_scalar_mult() 1449 ret = get_file_size(point_file, &buf_len); in ec_scalar_mult() 1452 printf("Error: cannot retrieve file %s size\n", point_file); in ec_scalar_mult() 1457 printf("Error: file %s content too large for our local buffers\n", point_file); in ec_scalar_mult() 1463 in_file = fopen(point_file, "rb"); in ec_scalar_mult() 1466 printf("Error: file %s cannot be opened\n", point_file); in ec_scalar_mult() 1472 printf("Error: error when reading in %s\n", point_file); in ec_scalar_mult() 1478 printf("Error: error when importing the projective point from %s\n", point_file); in ec_scalar_mult()
|