Lines Matching refs:aws_byte_cursor_from_array

55     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()
85 struct aws_byte_cursor private_key = aws_byte_cursor_from_array(d, sizeof(d)); in AWS_TEST_CASE()
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()
134 struct aws_byte_cursor message_input = aws_byte_cursor_from_array(message, sizeof(message)); in AWS_TEST_CASE()
169 struct aws_byte_cursor private_key = aws_byte_cursor_from_array(d, sizeof(d)); in s_ecdsa_p256_test_known_signing_value_fn()
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()
198 struct aws_byte_cursor private_key = aws_byte_cursor_from_array(d, sizeof(d)); in AWS_TEST_CASE()
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()
239 struct aws_byte_cursor message_input = aws_byte_cursor_from_array(message, sizeof(message)); in AWS_TEST_CASE()
299 struct aws_byte_cursor message_input = aws_byte_cursor_from_array(message, sizeof(message)); in AWS_TEST_CASE()
389 struct aws_byte_cursor message_input = aws_byte_cursor_from_array(message, sizeof(message)); in AWS_TEST_CASE()
460 struct aws_byte_cursor message_input = aws_byte_cursor_from_array(message, sizeof(message)); in AWS_TEST_CASE()
500 aws_byte_cursor_from_array(asn1_encoded_key_raw, sizeof(asn1_encoded_key_raw)); in s_ecdsa_p256_test_import_asn1_key_pair_fn()
524 aws_byte_cursor_from_array(asn1_encoded_key_raw, sizeof(asn1_encoded_key_raw)); in AWS_TEST_CASE()
556 aws_byte_cursor_from_array(asn1_encoded_full_key_raw, sizeof(asn1_encoded_full_key_raw)); in AWS_TEST_CASE()
558 aws_byte_cursor_from_array(asn1_encoded_pub_key_raw, sizeof(asn1_encoded_pub_key_raw)); in AWS_TEST_CASE()
577 struct aws_byte_cursor message_input = aws_byte_cursor_from_array(message, sizeof(message)); in AWS_TEST_CASE()
623aws_byte_cursor_from_array(bad_asn1_encoded_full_key_raw, sizeof(bad_asn1_encoded_full_key_raw)); in AWS_TEST_CASE()
665 struct aws_byte_cursor pub_x = aws_byte_cursor_from_array(x, sizeof(x)); in AWS_TEST_CASE()
666 struct aws_byte_cursor pub_y = aws_byte_cursor_from_array(y, sizeof(y)); in AWS_TEST_CASE()
682 struct aws_byte_cursor message_input = aws_byte_cursor_from_array(message, sizeof(message)); in AWS_TEST_CASE()
783 struct aws_byte_cursor pub_x = aws_byte_cursor_from_array(x, sizeof(x)); in AWS_TEST_CASE()
784 struct aws_byte_cursor pub_y = aws_byte_cursor_from_array(y, sizeof(y)); in AWS_TEST_CASE()
814 aws_byte_cursor_from_array(asn1_encoded_full_key_raw, sizeof(asn1_encoded_full_key_raw)); in AWS_TEST_CASE()
838 struct aws_byte_cursor private_key_cursor = aws_byte_cursor_from_array(d, sizeof(d)); in AWS_TEST_CASE()
902 aws_byte_cursor_from_array(binary_signature.buffer, binary_signature.len); in s_validate_message_signature()