Home
last modified time | relevance | path

Searched refs:le_copy (Results 1 – 1 of 1) sorted by relevance

/third_party/openssl/test/
Dparams_api_test.c37 static void le_copy(unsigned char *out, const void *in, size_t len) in le_copy() function
101 le_copy(buf, &i32, sizeof(i32)); in test_param_type_extra()
106 le_copy(buf, &i64, sizeof(i64)); in test_param_type_extra()
111 le_copy(buf, &s, sizeof(s)); in test_param_type_extra()
157 le_copy(buf, raw_values[n].value, sizeof(in)); in test_param_int()
162 le_copy(cmp, &out, sizeof(out)); in test_param_int()
168 le_copy(cmp, &in, sizeof(in)); in test_param_int()
184 le_copy(buf, raw_values[n].value, sizeof(in)); in test_param_long()
189 le_copy(cmp, &out, sizeof(out)); in test_param_long()
195 le_copy(cmp, &in, sizeof(in)); in test_param_long()
[all …]