Home
last modified time | relevance | path

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

/dports/security/aws-c-auth/aws-c-auth-0.6.5/source/
H A Dcredentials.c62 struct aws_byte_cursor access_key_id_cursor, in aws_credentials_new() argument
67 if (access_key_id_cursor.ptr == NULL || access_key_id_cursor.len == 0) { in aws_credentials_new()
88 aws_string_new_from_array(allocator, access_key_id_cursor.ptr, access_key_id_cursor.len); in aws_credentials_new()
H A Dcredentials_utils.c145 …struct aws_byte_cursor access_key_id_cursor = aws_byte_cursor_from_c_str(access_key_id->valuestrin… in aws_parse_credentials_from_cjson_object() local
148 if (access_key_id_cursor.len == 0 || secret_access_key_cursor.len == 0) { in aws_parse_credentials_from_cjson_object()
169 access_key_id_cursor, in aws_parse_credentials_from_cjson_object()
/dports/security/aws-c-auth/aws-c-auth-0.6.5/include/aws/auth/
H A Dcredentials.h481 struct aws_byte_cursor access_key_id_cursor,
/dports/security/aws-c-auth/aws-c-auth-0.6.5/tests/
H A Dsigv4_signing_tests.c301 …struct aws_byte_cursor access_key_id_cursor = aws_byte_cursor_from_c_str(access_key_id->valuestrin… in s_v4_test_context_parse_context_file() local
317 …context->allocator, access_key_id_cursor, secret_access_key_cursor, session_token_cursor, UINT64_M… in s_v4_test_context_parse_context_file()
322 … context->allocator, access_key_id_cursor, context->signing_key, session_token_cursor, UINT64_MAX); in s_v4_test_context_parse_context_file()