Home
last modified time | relevance | path

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

/third_party/openssl/test/
Ddsatest.c36 static unsigned char out_p[] = { variable
98 j = sizeof(out_p); in dsa_test()
99 if (!TEST_int_eq(i, j) || !TEST_mem_eq(buf, i, out_p, i)) in dsa_test()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Daudioconvert.c542 gint16 out_p[] = { 512, 1024, 512, 1024 }; in GST_START_TEST() local
549 out_p, get_int_caps (2, G_BYTE_ORDER, 16, 16, TRUE, PLANAR)); in GST_START_TEST()
594 gfloat out_p[] = { 0.015625, 0.03125, 0.015625, 0.03125 }; in GST_START_TEST() local
601 out_p, get_float_caps (2, G_BYTE_ORDER, 32, PLANAR)); in GST_START_TEST()
1705 gint16 out_p[] = { 512, 1024, 512, 1024 }; in GST_START_TEST() local
1712 out_p, get_int_caps (2, G_BYTE_ORDER, 16, 16, TRUE, PLANAR)); in GST_START_TEST()
1718 guint16 out_p[] = { 32768, 65535, 1, 0 }; in GST_START_TEST() local
1726 out_p, get_int_caps (2, G_BYTE_ORDER, 16, 16, FALSE, PLANAR)); in GST_START_TEST()
1729 out_p, get_int_caps (2, G_BYTE_ORDER, 16, 16, FALSE, PLANAR), in GST_START_TEST()
1740 gint16 out_p[] = { 3, 6, 3, 6 }; in GST_START_TEST() local
[all …]
/third_party/jerryscript/targets/nuttx-stm32f4/
Djerry_main.c132 char **out_p) /**< [out] end of the number */ in str_to_uint() argument
145 if (out_p != NULL) in str_to_uint()
147 *out_p = num_str_p; in str_to_uint()
/third_party/mbedtls/library/
Dpkcs5.c231 unsigned char *out_p = output; in mbedtls_pkcs5_pbkdf2_hmac() local
282 memcpy( out_p, work, use_len ); in mbedtls_pkcs5_pbkdf2_hmac()
285 out_p += use_len; in mbedtls_pkcs5_pbkdf2_hmac()
Dgcm.c431 unsigned char *out_p = output; in mbedtls_gcm_update() local
474 if( ( ret = gcm_mask( ctx, ectr, offset, use_len, p, out_p ) ) != 0 ) in mbedtls_gcm_update()
483 out_p += use_len; in mbedtls_gcm_update()
491 if( ( ret = gcm_mask( ctx, ectr, 0, 16, p, out_p ) ) != 0 ) in mbedtls_gcm_update()
498 out_p += 16; in mbedtls_gcm_update()
504 if( ( ret = gcm_mask( ctx, ectr, 0, input_length, p, out_p ) ) != 0 ) in mbedtls_gcm_update()