/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/node/test/parallel/ |
D | test-webcrypto-wrap-unwrap.js | 263 const unwrapped = 272 assert(unwrapped.extractable); 274 const exportedAgain = await subtle.exportKey(format, unwrapped);
|
/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/node/deps/openssl/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/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/node/deps/v8/src/compiler/ |
D | common-operator-reducer.cc | 71 Node* unwrapped = SkipValueIdentities(cond); in DecideCondition() local 72 switch (unwrapped->opcode()) { in DecideCondition() 75 Int32Matcher m(unwrapped); in DecideCondition() 82 HeapObjectMatcher m(unwrapped); in DecideCondition()
|
/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/node/tools/ |
D | license2rtf.mjs | 167 * The lines within the paragraph are unwrapped where appropriate. It also
|
/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/node/doc/api/ |
D | assert.md | 615 * [Object wrappers][] are compared both as objects and unwrapped values. 778 * [Object wrappers][] are compared both as objects and unwrapped values. 826 // Different unwrapped numbers: 835 // OK because the object and the string are identical when unwrapped. 918 // Different unwrapped numbers: 927 // OK because the object and the string are identical when unwrapped.
|
D | webcrypto.md | 894 The unwrapped key algorithms supported include:
|
D | n-api.md | 5067 cases there is a chance that they may be unwrapped incorrectly.
|
/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/python/Lib/test/ |
D | test_inspect.py | 4264 unwrapped = inspect.unwrap(wrapper, 4266 self.assertIs(unwrapped, func2)
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | evp.h | 1932 unsigned char *unwrapped, size_t *unwrappedlen,
|
/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
|