Searched refs:le_copy (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | params_api_test.c | 37 static void le_copy(unsigned char *out, size_t outlen, in le_copy() function 150 le_copy(buf, sizeof(i32), &i32, sizeof(i32)); in test_param_type_extra() 155 le_copy(buf, sizeof(i64), &i64, sizeof(i64)); in test_param_type_extra() 160 le_copy(buf, sizeof(s), &s, sizeof(s)); in test_param_type_extra() 208 le_copy(buf, sizeof(in), raw_values[n].value, sizeof(in)); in test_param_int() 213 le_copy(cmp, sizeof(out), &out, sizeof(out)); in test_param_int() 219 le_copy(cmp, sizeof(in), &in, sizeof(in)); in test_param_int() 239 le_copy(buf, sizeof(in), raw_values[n].value, sizeof(in)); in test_param_long() 244 le_copy(cmp, sizeof(out), &out, sizeof(out)); in test_param_long() 250 le_copy(cmp, sizeof(in), &in, sizeof(in)); in test_param_long() [all …]
|