/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | dpp_auth.c | 678 u8 *unwrapped = NULL; in dpp_auth_req_rx() local 803 unwrapped = os_malloc(unwrapped_len); in dpp_auth_req_rx() 804 if (!unwrapped) in dpp_auth_req_rx() 808 2, addr, len, unwrapped) < 0) { in dpp_auth_req_rx() 813 unwrapped, unwrapped_len); in dpp_auth_req_rx() 815 if (dpp_check_attrs(unwrapped, unwrapped_len) < 0) { in dpp_auth_req_rx() 820 i_nonce = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_I_NONCE, in dpp_auth_req_rx() 829 i_capab = dpp_get_attr(unwrapped, unwrapped_len, in dpp_auth_req_rx() 839 bin_clear_free(unwrapped, unwrapped_len); in dpp_auth_req_rx() 840 unwrapped = NULL; in dpp_auth_req_rx() [all …]
|
D | dpp_reconfig.c | 662 u8 *unwrapped = NULL; in dpp_reconfig_auth_resp_rx() local 772 unwrapped = os_malloc(unwrapped_len); in dpp_reconfig_auth_resp_rx() 773 if (!unwrapped) in dpp_reconfig_auth_resp_rx() 777 2, addr, len, unwrapped) < 0) { in dpp_reconfig_auth_resp_rx() 782 unwrapped, unwrapped_len); in dpp_reconfig_auth_resp_rx() 784 if (dpp_check_attrs(unwrapped, unwrapped_len) < 0) { in dpp_reconfig_auth_resp_rx() 789 c_nonce = dpp_get_attr(unwrapped, unwrapped_len, in dpp_reconfig_auth_resp_rx() 798 conn_status = dpp_get_attr(unwrapped, unwrapped_len, in dpp_reconfig_auth_resp_rx() 822 bin_clear_free(unwrapped, unwrapped_len); in dpp_reconfig_auth_resp_rx() 842 u8 *unwrapped = NULL; in dpp_reconfig_auth_conf_rx() local [all …]
|
D | dpp_pkex.c | 1023 u8 *unwrapped = NULL; in dpp_pkex_rx_commit_reveal_req() local 1053 unwrapped = os_malloc(unwrapped_len); in dpp_pkex_rx_commit_reveal_req() 1054 if (!unwrapped) in dpp_pkex_rx_commit_reveal_req() 1067 2, addr, len, unwrapped) < 0) { in dpp_pkex_rx_commit_reveal_req() 1075 unwrapped, unwrapped_len); in dpp_pkex_rx_commit_reveal_req() 1077 if (dpp_check_attrs(unwrapped, unwrapped_len) < 0) { in dpp_pkex_rx_commit_reveal_req() 1082 b_key = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_BOOTSTRAP_KEY, in dpp_pkex_rx_commit_reveal_req() 1129 peer_u = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_I_AUTH_TAG, in dpp_pkex_rx_commit_reveal_req() 1178 os_free(unwrapped); in dpp_pkex_rx_commit_reveal_req() 1201 u8 *unwrapped = NULL; in dpp_pkex_rx_commit_reveal_resp() local [all …]
|
D | dpp.c | 1891 u8 *unwrapped = NULL; in dpp_conf_req_rx() local 1922 unwrapped = os_malloc(unwrapped_len); in dpp_conf_req_rx() 1923 if (!unwrapped) in dpp_conf_req_rx() 1927 0, NULL, NULL, unwrapped) < 0) { in dpp_conf_req_rx() 1932 unwrapped, unwrapped_len); in dpp_conf_req_rx() 1934 if (dpp_check_attrs(unwrapped, unwrapped_len) < 0) { in dpp_conf_req_rx() 1939 e_nonce = dpp_get_attr(unwrapped, unwrapped_len, in dpp_conf_req_rx() 1950 config_attr = dpp_get_attr(unwrapped, unwrapped_len, in dpp_conf_req_rx() 2103 os_free(unwrapped); in dpp_conf_req_rx() 2865 u8 *unwrapped = NULL; in dpp_conf_resp_rx() local [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | dpp.c | 3083 u8 *unwrapped = NULL; in dpp_auth_req_rx() local 3206 unwrapped = os_malloc(unwrapped_len); in dpp_auth_req_rx() 3207 if (!unwrapped) in dpp_auth_req_rx() 3211 2, addr, len, unwrapped) < 0) { in dpp_auth_req_rx() 3216 unwrapped, unwrapped_len); in dpp_auth_req_rx() 3218 if (dpp_check_attrs(unwrapped, unwrapped_len) < 0) { in dpp_auth_req_rx() 3223 i_nonce = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_I_NONCE, in dpp_auth_req_rx() 3232 i_capab = dpp_get_attr(unwrapped, unwrapped_len, in dpp_auth_req_rx() 3242 bin_clear_free(unwrapped, unwrapped_len); in dpp_auth_req_rx() 3243 unwrapped = NULL; in dpp_auth_req_rx() [all …]
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | aes.rs | 312 let mut unwrapped = [0; 16]; in test_wrap_unwrap() localVariable 314 unwrap_key(&dec_key, None, &mut unwrapped, &wrapped).unwrap(), in test_wrap_unwrap() 317 assert_eq!(&unwrapped[..], &key_data[..]); in test_wrap_unwrap()
|
/third_party/openssl/util/ |
D | find-doc-nits | 509 my $unwrapped = $thing; 513 $unwrapped =~ s/^B<//; 514 $unwrapped =~ s/>$//; 520 if ( $unwrapped =~ /^\s*-/ ) { 521 return $unwrapped # return option with outer B<> removed
|
/third_party/skia/third_party/externals/tint/src/transform/ |
D | wrap_arrays_in_structs.cc | 72 auto* unwrapped = ctx.dst->MemberAccessor(arr, "arr"); in Run() local 73 return ctx.dst->IndexAccessor(accessor->source, unwrapped, idx); in Run()
|
/third_party/ejdb/src/bindings/ejdb2_node/ |
D | ejdb2_node.c | 130 void *unwrapped; member 621 JNGO(ns, env, napi_unwrap(env, this, &work->unwrapped), finish); in jn_launch_promise() 641 JBN jbn = work->unwrapped; in jn_open_execute() 675 JBN jbn = work->unwrapped; in jn_close_execute() 684 JBN jbn = work->unwrapped; in jn_close_complete() 722 JBN jbn = work->unwrapped; in jn_put_execute() 838 JBN jbn = work->unwrapped; in jn_get_execute() 917 JBN jbn = work->unwrapped; in jn_del_execute() 983 JBN jbn = work->unwrapped; in jn_rename_collection_execute() 1047 JBN jbn = work->unwrapped; in jn_info_execute() [all …]
|
/third_party/vulkan-loader/loader/ |
D | unknown_ext_chain_masm.asm | 39 …mov rcx, qword ptr [rcx + PHYS_DEV_OFFSET_PHYS_DEV_TRAMP] ; Load the unwrapped VkPhysicalDev… 49 …ord ptr [rcx + PHYS_DEV_OFFSET_PHYS_DEV_TERM] ; Load the unwrapped VkPhysicalDevice… 79 …mov ecx, [eax + PHYS_DEV_OFFSET_PHYS_DEV_TRAMP] ; Load the unwrapped VkPhysicalDevice into… 80 … ; Overwrite the wrapped VkPhysicalDevice with the unwrapped one (on the stac… 93 …tr [esp + 4], ecx ; Copy the unwrapped VkPhysicalDevice…
|
D | unknown_ext_chain_gas_x86.S | 54 …di + PHYS_DEV_OFFSET_PHYS_DEV_TERM] # Load the unwrapped VkPhysicalDevice… 84 … mov ecx, [eax + PHYS_DEV_OFFSET_PHYS_DEV_TRAMP] # Load the unwrapped VkPhysicalDevice into ecx 85 … # Overwrite the wrapped VkPhysicalDevice with the unwrapped one (on the stac… 99 …4], ecx # Copy the unwrapped VkPhysicalDevice…
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/ |
D | utils_test.dart | 324 testWrap('handles hangingIndent with a single unwrapped line.', () { 328 testWrap('handles hangingIndent with two unwrapped lines and the second is empty.', () {
|
/third_party/protobuf/objectivec/ |
D | GPBDictionary.m | 731 //% VALUE_TYPE unwrapped = UNWRAP##VALUE_NAME(aValue); 732 //% if (!func(unwrapped)) { 733 //% unwrapped = kGPBUnrecognizedEnumeratorValue; 735 //% block(UNWRAP##KEY_NAME(aKey), unwrapped, &stop); 2917 int32_t unwrapped = [aValue intValue]; 2918 if (!func(unwrapped)) { 2919 unwrapped = kGPBUnrecognizedEnumeratorValue; 2921 block([aKey unsignedIntValue], unwrapped, &stop); 4667 int32_t unwrapped = [aValue intValue]; 4668 if (!func(unwrapped)) { [all …]
|
/third_party/python/Doc/howto/ |
D | annotations.rst | 148 appropriate, until you have found the root unwrapped function.
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | function.cc | 4743 auto* unwrapped = type; in RegisterLocallyDefinedValues() local 4744 while (auto* ptr = unwrapped->AsPointer()) { in RegisterLocallyDefinedValues() 4745 unwrapped = ptr->pointee_type(); in RegisterLocallyDefinedValues() 4747 if (unwrapped->AsSampler() || unwrapped->AsImage() || in RegisterLocallyDefinedValues() 4748 unwrapped->AsSampledImage()) { in RegisterLocallyDefinedValues()
|
/third_party/node/doc/api/ |
D | assert.md | 370 * [Object wrappers][] are compared both as objects and unwrapped values. 485 * [Object wrappers][] are compared both as objects and unwrapped values. 531 // Different unwrapped numbers: 540 // OK because the object and the string are identical when unwrapped.
|
D | n-api.md | 4621 cases there is a chance that they may be unwrapped incorrectly.
|
/third_party/flutter/flutter/packages/flutter/test/painting/ |
D | text_painter_test.dart | 408 // getOffsetForCaret in an unwrapped string with explicit newlines is the
|
/third_party/python/Lib/test/ |
D | test_inspect.py | 4264 unwrapped = inspect.unwrap(wrapper, 4266 self.assertIs(unwrapped, func2)
|
/third_party/openssl/include/openssl/ |
D | evp.h | 1930 unsigned char *unwrapped, size_t *unwrappedlen,
|
/third_party/python/Doc/library/ |
D | inspect.rst | 1168 ``functools.update_wrapper()``) it is first unwrapped.
|
/third_party/rust/crates/aho-corasick/bench/data/ |
D | words-15000 | 8234 unwrapped
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | basic.dart | 4900 Flow.unwrapped({
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | CHANGELOG.txt | 1302 …of this, auto-fitting exactly unwrapped text would make it wrap. (fixes initial 1.15 commit, 78645…
|
/third_party/vk-gl-cts/external/vulkan-docs/src/ |
D | ChangeLog.txt | 5419 treatment of unwrapped multicharacter terms by different LaTeX parsers
|