Home
last modified time | relevance | path

Searched refs:aws_byte_cursor_from_array (Results 1 – 25 of 68) sorted by relevance

123

/dports/security/aws-c-cal/aws-c-cal-0.5.12/tests/
H A Dsha256_hmac_test.c23 struct aws_byte_cursor secret_buf = aws_byte_cursor_from_array(secret, sizeof(secret)); in s_sha256_hmac_rfc4231_test_case_1_fn()
30 struct aws_byte_cursor expected_buf = aws_byte_cursor_from_array(expected, sizeof(expected)); in s_sha256_hmac_rfc4231_test_case_1_fn()
46 struct aws_byte_cursor secret_buf = aws_byte_cursor_from_array(secret, sizeof(secret)); in AWS_TEST_CASE()
67 struct aws_byte_cursor secret_buf = aws_byte_cursor_from_array(secret, sizeof(secret)); in AWS_TEST_CASE()
75 struct aws_byte_cursor input_buf = aws_byte_cursor_from_array(input, sizeof(input)); in AWS_TEST_CASE()
95 struct aws_byte_cursor secret_buf = aws_byte_cursor_from_array(secret, sizeof(secret)); in AWS_TEST_CASE()
103 struct aws_byte_cursor input_buf = aws_byte_cursor_from_array(input, sizeof(input)); in AWS_TEST_CASE()
123 struct aws_byte_cursor secret_buf = aws_byte_cursor_from_array(secret, sizeof(secret)); in AWS_TEST_CASE()
165 struct aws_byte_cursor secret_buf = aws_byte_cursor_from_array(secret, sizeof(secret)); in AWS_TEST_CASE()
194 struct aws_byte_cursor secret_buf = aws_byte_cursor_from_array(secret, sizeof(secret)); in AWS_TEST_CASE()
[all …]
H A Decc_test.c55 struct aws_byte_cursor private_key = aws_byte_cursor_from_array(d, sizeof(d)); in s_ecdsa_p256_test_pub_key_derivation_fn()
62 struct aws_byte_cursor pub_x = aws_byte_cursor_from_array(x, sizeof(x)); in s_ecdsa_p256_test_pub_key_derivation_fn()
69 struct aws_byte_cursor pub_y = aws_byte_cursor_from_array(y, sizeof(y)); in s_ecdsa_p256_test_pub_key_derivation_fn()
93 struct aws_byte_cursor pub_x = aws_byte_cursor_from_array(x, sizeof(x)); in AWS_TEST_CASE()
101 struct aws_byte_cursor pub_y = aws_byte_cursor_from_array(y, sizeof(y)); in AWS_TEST_CASE()
181 struct aws_byte_cursor pub_x = aws_byte_cursor_from_array(x, sizeof(x)); in s_ecdsa_p256_test_known_signing_value_fn()
182 struct aws_byte_cursor pub_y = aws_byte_cursor_from_array(y, sizeof(y)); in s_ecdsa_p256_test_known_signing_value_fn()
206 struct aws_byte_cursor pub_x = aws_byte_cursor_from_array(x, sizeof(x)); in AWS_TEST_CASE()
214 struct aws_byte_cursor pub_y = aws_byte_cursor_from_array(y, sizeof(y)); in AWS_TEST_CASE()
665 struct aws_byte_cursor pub_x = aws_byte_cursor_from_array(x, sizeof(x)); in AWS_TEST_CASE()
[all …]
H A Dmd5_test.c36 struct aws_byte_cursor expected_buf = aws_byte_cursor_from_array(expected, sizeof(expected)); in s_md5_rfc1321_test_case_1_fn()
65 struct aws_byte_cursor expected_buf = aws_byte_cursor_from_array(expected, sizeof(expected)); in AWS_TEST_CASE()
94 struct aws_byte_cursor expected_buf = aws_byte_cursor_from_array(expected, sizeof(expected)); in AWS_TEST_CASE()
123 struct aws_byte_cursor expected_buf = aws_byte_cursor_from_array(expected, sizeof(expected)); in AWS_TEST_CASE()
152 struct aws_byte_cursor expected_buf = aws_byte_cursor_from_array(expected, sizeof(expected)); in AWS_TEST_CASE()
182 struct aws_byte_cursor expected_buf = aws_byte_cursor_from_array(expected, sizeof(expected)); in AWS_TEST_CASE()
212 struct aws_byte_cursor expected_buf = aws_byte_cursor_from_array(expected, sizeof(expected)); in AWS_TEST_CASE()
234 struct aws_byte_cursor expected_buf = aws_byte_cursor_from_array(expected, sizeof(expected)); in AWS_TEST_CASE()
291 struct aws_byte_cursor message_1_buf = aws_byte_cursor_from_array(message_1, sizeof(message_1)); in AWS_TEST_CASE()
300 struct aws_byte_cursor message_2_buf = aws_byte_cursor_from_array(message_2, sizeof(message_2)); in AWS_TEST_CASE()
H A Dsha1_test.c23 struct aws_byte_cursor expected_buf = aws_byte_cursor_from_array(expected, sizeof(expected)); in s_sha1_nist_test_case_1_fn()
38 struct aws_byte_cursor expected_buf = aws_byte_cursor_from_array(expected, sizeof(expected)); in AWS_TEST_CASE()
54 struct aws_byte_cursor expected_buf = aws_byte_cursor_from_array(expected, sizeof(expected)); in AWS_TEST_CASE()
71 struct aws_byte_cursor expected_buf = aws_byte_cursor_from_array(expected, sizeof(expected)); in AWS_TEST_CASE()
100 struct aws_byte_cursor expected_buf = aws_byte_cursor_from_array(expected, sizeof(expected)); in AWS_TEST_CASE()
127 struct aws_byte_cursor expected_buf = aws_byte_cursor_from_array(expected, sizeof(expected)); in AWS_TEST_CASE()
168 struct aws_byte_cursor expected_buf = aws_byte_cursor_from_array(expected, sizeof(expected)); in AWS_TEST_CASE()
H A Dsha256_test.c23 struct aws_byte_cursor expected_buf = aws_byte_cursor_from_array(expected, sizeof(expected)); in s_sha256_nist_test_case_1_fn()
38 struct aws_byte_cursor expected_buf = aws_byte_cursor_from_array(expected, sizeof(expected)); in AWS_TEST_CASE()
54 struct aws_byte_cursor expected_buf = aws_byte_cursor_from_array(expected, sizeof(expected)); in AWS_TEST_CASE()
71 struct aws_byte_cursor expected_buf = aws_byte_cursor_from_array(expected, sizeof(expected)); in AWS_TEST_CASE()
100 struct aws_byte_cursor expected_buf = aws_byte_cursor_from_array(expected, sizeof(expected)); in AWS_TEST_CASE()
143 struct aws_byte_cursor expected_buf = aws_byte_cursor_from_array(expected, sizeof(expected)); in AWS_TEST_CASE()
184 struct aws_byte_cursor expected_buf = aws_byte_cursor_from_array(expected, sizeof(expected)); in AWS_TEST_CASE()
H A Dder_test.c148 …struct aws_byte_cursor bigint_cur = aws_byte_cursor_from_array(s_bigint, AWS_ARRAY_SIZE(s_bigint)); in s_der_encode_integer()
205 …struct aws_byte_cursor bit_string = aws_byte_cursor_from_array(s_bit_string, AWS_ARRAY_SIZE(s_bit_… in AWS_TEST_CASE()
273 struct aws_byte_cursor input = aws_byte_cursor_from_array(s_encoded_bigint, encoded_size); in AWS_TEST_CASE()
295 struct aws_byte_cursor input = aws_byte_cursor_from_array(s_encoded_true, encoded_size); in AWS_TEST_CASE()
307 input = aws_byte_cursor_from_array(s_encoded_false, encoded_size); in AWS_TEST_CASE()
324 …struct aws_byte_cursor input = aws_byte_cursor_from_array(s_encoded_null, AWS_ARRAY_SIZE(s_encoded… in AWS_TEST_CASE()
341 struct aws_byte_cursor input = aws_byte_cursor_from_array(s_encoded_bit_string, encoded_size); in AWS_TEST_CASE()
362 struct aws_byte_cursor input = aws_byte_cursor_from_array(s_encoded_octet_string, encoded_size); in AWS_TEST_CASE()
383 struct aws_byte_cursor input = aws_byte_cursor_from_array(s_encoded_sequence, encoded_size); in AWS_TEST_CASE()
418 struct aws_byte_cursor input = aws_byte_cursor_from_array(s_encoded_set, encoded_size); in AWS_TEST_CASE()
[all …]
H A Dtest_case_helper.h32 struct aws_byte_cursor segment = aws_byte_cursor_from_array(input_cpy.ptr, max_advance); in s_verify_hmac_test_case()
72 struct aws_byte_cursor segment = aws_byte_cursor_from_array(input_cpy.ptr, max_advance); in s_verify_hash_test_case()
/dports/devel/aws-c-http/aws-c-http-0.6.8/tests/
H A Dtest_h2_decoder.c139 ASSERT_H2ERR_SUCCESS(s_decode_all(fixture, aws_byte_cursor_from_array(input, sizeof(input)))); in H2_DECODER_ON_CLIENT_TEST()
168 ASSERT_H2ERR_SUCCESS(s_decode_all(fixture, aws_byte_cursor_from_array(input, sizeof(input)))); in H2_DECODER_ON_CLIENT_TEST()
197 ASSERT_H2ERR_SUCCESS(s_decode_all(fixture, aws_byte_cursor_from_array(input, sizeof(input)))); in H2_DECODER_ON_CLIENT_TEST()
224 ASSERT_H2ERR_SUCCESS(s_decode_all(fixture, aws_byte_cursor_from_array(input, sizeof(input)))); in H2_DECODER_ON_CLIENT_TEST()
254 ASSERT_H2ERR_SUCCESS(s_decode_all(fixture, aws_byte_cursor_from_array(input, sizeof(input)))); in H2_DECODER_ON_CLIENT_TEST()
284 ASSERT_H2ERR_SUCCESS(s_decode_all(fixture, aws_byte_cursor_from_array(input, sizeof(input)))); in H2_DECODER_ON_CLIENT_TEST()
318 ASSERT_H2ERR_SUCCESS(s_decode_all(fixture, aws_byte_cursor_from_array(input, sizeof(input)))); in H2_DECODER_ON_CLIENT_TEST()
413 ASSERT_H2ERR_SUCCESS(s_decode_all(fixture, aws_byte_cursor_from_array(input, sizeof(input)))); in H2_DECODER_ON_CLIENT_TEST()
459 ASSERT_H2ERR_SUCCESS(s_decode_all(fixture, aws_byte_cursor_from_array(input, sizeof(input)))); in H2_DECODER_ON_CLIENT_TEST()
492 ASSERT_H2ERR_SUCCESS(s_decode_all(fixture, aws_byte_cursor_from_array(input, sizeof(input)))); in H2_DECODER_ON_CLIENT_TEST()
[all …]
H A Dtest_websocket_decoder.c144 struct aws_byte_cursor input_cursor = aws_byte_cursor_from_array(input, sizeof(input)); in DECODER_TEST_CASE()
222 struct aws_byte_cursor input_cursor = aws_byte_cursor_from_array(input, sizeof(input)); in DECODER_TEST_CASE()
260 struct aws_byte_cursor input_cursor = aws_byte_cursor_from_array(input, sizeof(input)); in DECODER_TEST_CASE()
307 struct aws_byte_cursor input_cursor = aws_byte_cursor_from_array(input, sizeof(input)); in DECODER_TEST_CASE()
504 struct aws_byte_cursor input_cursor = aws_byte_cursor_from_array(input + i, 1); in DECODER_TEST_CASE()
531 struct aws_byte_cursor input_cursor = aws_byte_cursor_from_array(input, sizeof(input)); in DECODER_TEST_CASE()
593 struct aws_byte_cursor input_cursor = aws_byte_cursor_from_array(input, sizeof(input)); in DECODER_TEST_CASE()
626 struct aws_byte_cursor input_cursor = aws_byte_cursor_from_array(input, sizeof(input)); in DECODER_TEST_CASE()
647 struct aws_byte_cursor input_cursor = aws_byte_cursor_from_array(input, sizeof(input)); in DECODER_TEST_CASE()
670 struct aws_byte_cursor input_cursor = aws_byte_cursor_from_array(input, sizeof(input)); in DECODER_TEST_CASE()
[all …]
H A Dtest_hpack.c191 struct aws_byte_cursor to_decode = aws_byte_cursor_from_array(test_0, AWS_ARRAY_SIZE(test_0)); in TEST_DECODE_ONE_BYTE_AT_A_TIME()
215 struct aws_byte_cursor to_decode = aws_byte_cursor_from_array(test_1, AWS_ARRAY_SIZE(test_1)); in TEST_DECODE_ONE_BYTE_AT_A_TIME()
237 struct aws_byte_cursor to_decode = aws_byte_cursor_from_array(test_2, AWS_ARRAY_SIZE(test_2)); in TEST_DECODE_ONE_BYTE_AT_A_TIME()
261 struct aws_byte_cursor to_decode = aws_byte_cursor_from_array(test_3, AWS_ARRAY_SIZE(test_3)); in TEST_DECODE_ONE_BYTE_AT_A_TIME()
384 struct aws_byte_cursor to_decode = aws_byte_cursor_from_array(input, AWS_ARRAY_SIZE(input)); in TEST_DECODE_ONE_BYTE_AT_A_TIME()
416 struct aws_byte_cursor to_decode = aws_byte_cursor_from_array(input, AWS_ARRAY_SIZE(input)); in TEST_DECODE_ONE_BYTE_AT_A_TIME()
435 struct aws_byte_cursor to_decode = aws_byte_cursor_from_array(input, AWS_ARRAY_SIZE(input)); in TEST_DECODE_ONE_BYTE_AT_A_TIME()
455 struct aws_byte_cursor to_decode = aws_byte_cursor_from_array(input, AWS_ARRAY_SIZE(input)); in TEST_DECODE_ONE_BYTE_AT_A_TIME()
477 struct aws_byte_cursor to_decode = aws_byte_cursor_from_array(input, AWS_ARRAY_SIZE(input)); in TEST_DECODE_ONE_BYTE_AT_A_TIME()
495 struct aws_byte_cursor to_decode = aws_byte_cursor_from_array(input, AWS_ARRAY_SIZE(input)); in TEST_DECODE_ONE_BYTE_AT_A_TIME()
[all …]
H A Dtest_strutil.c162 … ASSERT_UINT_EQUALS(is_acceptable, aws_strutil_is_http_token(aws_byte_cursor_from_array(&c, 1))); in s_strutil_is_http_token()
193 …UINT_EQUALS(is_acceptable, aws_strutil_is_lowercase_http_token(aws_byte_cursor_from_array(&c, 1))); in s_strutil_is_lowercase_http_token()
247 …struct aws_byte_cursor cursor = aws_byte_cursor_from_array(mutable_str, AWS_ARRAY_SIZE(mutable_str… in s_strutil_is_http_field_value()
298 …struct aws_byte_cursor cursor = aws_byte_cursor_from_array(mutable_str, AWS_ARRAY_SIZE(mutable_str… in s_strutil_is_http_reason_phrase()
/dports/devel/aws-c-compression/aws-c-compression-0.2.14/tests/
H A Dhuffman_test.c76 struct aws_byte_cursor to_encode = aws_byte_cursor_from_array(s_url_string, URL_STRING_LEN); in AWS_TEST_CASE()
104 struct aws_byte_cursor to_encode = aws_byte_cursor_from_array(s_all_codes, ALL_CODES_LEN); in AWS_TEST_CASE()
133 struct aws_byte_cursor to_encode = aws_byte_cursor_from_array(s_all_codes, ALL_CODES_LEN); in AWS_TEST_CASE()
179 struct aws_byte_cursor to_encode = aws_byte_cursor_from_array("?", 1); in AWS_TEST_CASE()
189 to_encode = aws_byte_cursor_from_array("yz", 2); in AWS_TEST_CASE()
236 struct aws_byte_cursor to_decode = aws_byte_cursor_from_array(s_encoded_url, ENCODED_URL_LEN); in AWS_TEST_CASE()
263 … struct aws_byte_cursor to_decode = aws_byte_cursor_from_array(s_encoded_codes, ENCODED_CODES_LEN); in AWS_TEST_CASE()
291 … struct aws_byte_cursor to_decode = aws_byte_cursor_from_array(s_encoded_codes, ENCODED_CODES_LEN); in AWS_TEST_CASE()
332 … struct aws_byte_cursor to_decode = aws_byte_cursor_from_array(s_encoded_codes, ENCODED_CODES_LEN); in AWS_TEST_CASE()
377 struct aws_byte_cursor to_decode = aws_byte_cursor_from_array(s_encoded_url, ENCODED_URL_LEN); in AWS_TEST_CASE()
/dports/devel/aws-c-mqtt/aws-c-mqtt-0.7.8/tests/
H A Dpacket_encoding_test.c223 aws_byte_cursor_from_array(s_client_id, CLIENT_ID_LEN), in PACKET_TEST_ACK()
266 fixture->in_packet, aws_byte_cursor_from_array(s_client_id, CLIENT_ID_LEN), false, 0)); in s_test_connect_will_init()
269 aws_byte_cursor_from_array(s_topic_name, TOPIC_NAME_LEN), in s_test_connect_will_init()
272 aws_byte_cursor_from_array(s_payload, PAYLOAD_LEN))); in s_test_connect_will_init()
311 aws_byte_cursor_from_array(s_username, USERNAME_LEN), in s_test_connect_password_init()
312 aws_byte_cursor_from_array(s_password, PASSWORD_LEN))); in s_test_connect_password_init()
377 aws_byte_cursor_from_array(s_topic_name, TOPIC_NAME_LEN), in s_test_publish_qos0_dup_init()
379 aws_byte_cursor_from_array(s_payload, PAYLOAD_LEN))); in s_test_publish_qos0_dup_init()
412 aws_byte_cursor_from_array(s_topic_name, TOPIC_NAME_LEN), in s_test_publish_qos2_retain_init()
414 aws_byte_cursor_from_array(s_payload, PAYLOAD_LEN))); in s_test_publish_qos2_retain_init()
[all …]
/dports/devel/aws-c-event-stream/aws-c-event-stream-0.2.7/tests/
H A Devent_stream_rpc_server_connection_test.c297 struct aws_byte_cursor send_data = aws_byte_cursor_from_array( in s_do_connect()
412 struct aws_byte_cursor send_data = aws_byte_cursor_from_array( in s_test_event_stream_rpc_server_connection_connect_reject_flow()
487 struct aws_byte_cursor send_data = aws_byte_cursor_from_array( in s_test_event_stream_rpc_server_connection_messages_before_connect_received()
575 struct aws_byte_cursor send_data = aws_byte_cursor_from_array( in s_test_event_stream_rpc_server_connection_messages_before_connect_ack_sent()
610 send_data = aws_byte_cursor_from_array( in s_test_event_stream_rpc_server_connection_messages_before_connect_ack_sent()
696 struct aws_byte_cursor send_data = aws_byte_cursor_from_array( in s_test_event_stream_rpc_server_connection_unknown_message_type()
776 struct aws_byte_cursor send_data = aws_byte_cursor_from_array( in s_test_event_stream_rpc_server_connection_missing_message_type()
856 struct aws_byte_cursor send_data = aws_byte_cursor_from_array( in s_test_event_stream_rpc_server_connection_missing_message_flags()
936 struct aws_byte_cursor send_data = aws_byte_cursor_from_array( in s_test_event_stream_rpc_server_connection_missing_stream_id()
1190 send_data = aws_byte_cursor_from_array( in s_test_event_stream_rpc_server_connection_continuation_messages_flow()
[all …]
H A Dchannel_handler_test.c114 …struct aws_byte_cursor empty_message_cursor = aws_byte_cursor_from_array(empty_message, sizeof(emp… in s_test_channel_handler_single_valid_messages_parse()
129 …struct aws_byte_cursor no_headers_cur = aws_byte_cursor_from_array(no_headers_data, sizeof(no_head… in s_test_channel_handler_single_valid_messages_parse()
156 …struct aws_byte_cursor headers_test_cur = aws_byte_cursor_from_array(headers_test_data, sizeof(hea… in s_test_channel_handler_single_valid_messages_parse()
262 aws_byte_cursor_from_array(multi_message + processed, to_copy); in s_test_channel_handler_multiple_valid_messages_parse()
372 …struct aws_byte_cursor empty_message_cursor = aws_byte_cursor_from_array(empty_message, sizeof(emp… in s_test_channel_handler_corrupted_crc_fails()
418 …struct aws_byte_cursor empty_message_cursor = aws_byte_cursor_from_array(empty_message, sizeof(emp… in s_test_channel_handler_msg_too_large_fails()
/dports/devel/aws-crt-cpp/aws-crt-cpp-0.17.2/source/
H A DTypes.cpp41 return aws_byte_cursor_from_array((const void *)str.data(), str.length()); in ByteCursorFromString()
48 return aws_byte_cursor_from_array(array, len); in ByteCursorFromArray()
74 … ByteCursor toEncode = aws_byte_cursor_from_array((const void *)encode.data(), encode.size()); in Base64Encode()
/dports/devel/aws-c-common/aws-c-common-0.6.15/source/windows/
H A Dsystem_info.c179 struct aws_byte_cursor null_term = aws_byte_cursor_from_array("", 1); in aws_backtrace_symbols()
198 struct aws_byte_cursor symbol = aws_byte_cursor_from_array(sym_buf, len); in aws_backtrace_symbols()
208 struct aws_byte_cursor symbol = aws_byte_cursor_from_array(sym_buf, len); in aws_backtrace_symbols()
222 struct aws_byte_cursor sym_cur = aws_byte_cursor_from_array(sym_buf, len); in aws_backtrace_symbols()
H A Dfile.c42 …struct aws_byte_cursor prefix_cur = aws_byte_cursor_from_array((uint8_t *)prefix, sizeof(prefix) -… in s_to_long_path()
45 …struct aws_byte_cursor path_cur = aws_byte_cursor_from_array((uint8_t *)aws_wstring_c_str(path), p… in s_to_long_path()
250aws_byte_cursor_from_array(aws_wstring_c_str(long_path_wchar), aws_wstring_size_bytes(long_path_wc… in aws_directory_traverse()
256 aws_byte_cursor_from_array((uint8_t *)search_wchar_pattern, sizeof(search_wchar_pattern)); in aws_directory_traverse()
293 aws_byte_cursor_from_array((uint8_t *)unicode_delim, sizeof(unicode_delim) - 2); in aws_directory_traverse()
296aws_byte_cursor_from_array(ffd.cFileName, wcsnlen(ffd.cFileName, sizeof(ffd.cFileName)) * sizeof(w… in aws_directory_traverse()
/dports/devel/aws-c-common/aws-c-common-0.6.15/tests/
H A Dencoding_test.c29 struct aws_byte_cursor to_encode = aws_byte_cursor_from_array(test_str, test_str_size - 1); in s_run_hex_encoding_test_case()
66 struct aws_byte_cursor expected_buf = aws_byte_cursor_from_array(expected, expected_size - 1); in s_run_hex_encoding_test_case()
250 struct aws_byte_cursor test_buf = aws_byte_cursor_from_array(test_data, overflow); in AWS_TEST_CASE()
300 struct aws_byte_cursor to_encode = aws_byte_cursor_from_array(test_str, test_str_size); in s_run_base64_encoding_test_case()
358 struct aws_byte_cursor expected_cur = aws_byte_cursor_from_array(expected, expected_size); in s_run_base64_encoding_test_case()
370 struct aws_byte_cursor expected_buf = aws_byte_cursor_from_array(expected, expected_size); in s_run_base64_encoding_test_case()
512 struct aws_byte_cursor original_data = aws_byte_cursor_from_array(test_data, sizeof(test_data)); in AWS_TEST_CASE()
617 struct aws_byte_cursor test_buf = aws_byte_cursor_from_array(test_data, overflow + 2); in AWS_TEST_CASE()
625 struct aws_byte_cursor encoded_buf = aws_byte_cursor_from_array(encoded_data, overflow); in AWS_TEST_CASE()
645 …struct aws_byte_cursor encoded_buf = aws_byte_cursor_from_array(encoded_data, sizeof(encoded_data)… in AWS_TEST_CASE()
/dports/devel/aws-c-compression/aws-c-compression-0.2.14/source/
H A Dhuffman_testing.c33 struct aws_byte_cursor to_encode = aws_byte_cursor_from_array((uint8_t *)input, size); in huffman_test_transitive()
94 struct aws_byte_cursor to_encode = aws_byte_cursor_from_array(input, size); in huffman_test_transitive_chunked()
/dports/devel/aws-crt-cpp/aws-crt-cpp-0.17.2/tests/
H A DHMACTest.cpp20 Aws::Crt::ByteCursor secretCur = aws_byte_cursor_from_array(secret, sizeof(secret)); in s_TestSHA256HMACResourceSafety()
90 Aws::Crt::ByteCursor secretCur = aws_byte_cursor_from_array(secret, sizeof(secret)); in s_TestSHA256HMACResourceSafety()
/dports/devel/aws-c-common/aws-c-common-0.6.15/verification/cbmc/proofs/aws_byte_cursor_from_array/
H A Daws_byte_cursor_from_array_harness.c18 struct aws_byte_cursor cur = aws_byte_cursor_from_array(array, length); in aws_byte_cursor_from_array_harness()
H A DMakefile11 PROOF_UID = aws_byte_cursor_from_array
/dports/security/aws-c-cal/aws-c-cal-0.5.12/source/windows/
H A Dbcrypt_ecc.c126 …struct aws_byte_cursor integer_cur = aws_byte_cursor_from_array(temp_signature_buf.buffer, coordin… in s_sign_message()
128 …integer_cur = aws_byte_cursor_from_array(temp_signature_buf.buffer + coordinate_len, coordinate_le… in s_sign_message()
191 …struct aws_byte_cursor der_encoded_signature = aws_byte_cursor_from_array(signature->ptr, signatur… in s_verify_signature()
310 struct aws_byte_cursor header = aws_byte_cursor_from_array(&key_blob, sizeof(key_blob)); in s_alloc_pair_and_init_buffers()
/dports/devel/aws-c-compression/aws-c-compression-0.2.14/tests/fuzz/
H A Ddecode.c25 struct aws_byte_cursor to_decode = aws_byte_cursor_from_array(data, size); in LLVMFuzzerTestOneInput()

123