Home
last modified time | relevance | path

Searched refs:unwrapped (Results 1 – 25 of 30) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp_auth.c678 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 …]
Ddpp_reconfig.c662 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 …]
Ddpp_pkex.c1023 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 …]
Ddpp.c1891 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/
Ddpp.c3083 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/
Dtest-webcrypto-wrap-unwrap.js263 const unwrapped =
272 assert(unwrapped.extractable);
274 const exportedAgain = await subtle.exportKey(format, unwrapped);
/third_party/rust/crates/rust-openssl/openssl/src/
Daes.rs312 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/
Dfind-doc-nits509 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/
Dfind-doc-nits509 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/
Dwrap_arrays_in_structs.cc72 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/
Dcommon-operator-reducer.cc71 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/
Dunknown_ext_chain_masm.asm39 …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…
Dunknown_ext_chain_gas_x86.S54 …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/
Dlicense2rtf.mjs167 * The lines within the paragraph are unwrapped where appropriate. It also
/third_party/protobuf/objectivec/
DGPBDictionary.m731 //% 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/
Dassert.md615 * [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.
Dwebcrypto.md894 The unwrapped key algorithms supported include:
Dn-api.md5067 cases there is a chance that they may be unwrapped incorrectly.
/third_party/python/Doc/howto/
Dannotations.rst148 appropriate, until you have found the root unwrapped function.
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.cc4743 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/
Dtest_inspect.py4264 unwrapped = inspect.unwrap(wrapper,
4266 self.assertIs(unwrapped, func2)
/third_party/node/deps/openssl/openssl/include/openssl/
Devp.h1932 unsigned char *unwrapped, size_t *unwrappedlen,
/third_party/openssl/include/openssl/
Devp.h1930 unsigned char *unwrapped, size_t *unwrappedlen,
/third_party/python/Doc/library/
Dinspect.rst1168 ``functools.update_wrapper()``) it is first unwrapped.
/third_party/rust/crates/aho-corasick/bench/data/
Dwords-150008234 unwrapped

12