| /src/external/bsd/wpa/dist/src/common/ |
| dpp_auth.c | 678 u8 *unwrapped = NULL; local 803 unwrapped = os_malloc(unwrapped_len); 804 if (!unwrapped) 808 2, addr, len, unwrapped) < 0) { 813 unwrapped, unwrapped_len); 815 if (dpp_check_attrs(unwrapped, unwrapped_len) < 0) { 816 dpp_auth_fail(auth, "Invalid attribute in unwrapped data"); 820 i_nonce = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_I_NONCE, 829 i_capab = dpp_get_attr(unwrapped, unwrapped_len, 839 bin_clear_free(unwrapped, unwrapped_len) 1312 u8 *unwrapped = NULL; local 1410 u8 *unwrapped = NULL, *unwrapped2 = NULL; local 1752 u8 *unwrapped = NULL; local 1822 u8 *unwrapped = NULL; local [all...] |
| dpp_reconfig.c | 678 u8 *unwrapped = NULL; local 788 unwrapped = os_malloc(unwrapped_len); 789 if (!unwrapped) 793 2, addr, len, unwrapped) < 0) { 798 unwrapped, unwrapped_len); 800 if (dpp_check_attrs(unwrapped, unwrapped_len) < 0) { 801 dpp_auth_fail(auth, "Invalid attribute in unwrapped data"); 805 c_nonce = dpp_get_attr(unwrapped, unwrapped_len, 814 conn_status = dpp_get_attr(unwrapped, unwrapped_len, 838 bin_clear_free(unwrapped, unwrapped_len) 858 u8 *unwrapped = NULL; local [all...] |
| dpp_pkex.c | 1032 u8 *unwrapped = NULL; local 1062 unwrapped = os_malloc(unwrapped_len); 1063 if (!unwrapped) 1076 2, addr, len, unwrapped) < 0) { 1084 unwrapped, unwrapped_len); 1086 if (dpp_check_attrs(unwrapped, unwrapped_len) < 0) { 1087 dpp_pkex_fail(pkex, "Invalid attribute in unwrapped data"); 1091 b_key = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_BOOTSTRAP_KEY, 1138 peer_u = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_I_AUTH_TAG, 1187 os_free(unwrapped); 1210 u8 *unwrapped = NULL; local [all...] |
| dpp.c | 2282 u8 *unwrapped = NULL; local 2317 unwrapped = os_malloc(unwrapped_len); 2318 if (!unwrapped) 2322 0, NULL, NULL, unwrapped) < 0) { 2327 unwrapped, unwrapped_len); 2329 if (dpp_check_attrs(unwrapped, unwrapped_len) < 0) { 2330 dpp_auth_fail(auth, "Invalid attribute in unwrapped data"); 2334 e_nonce = dpp_get_attr(unwrapped, unwrapped_len, 2346 i_proto = dpp_get_attr(unwrapped, unwrapped_len, 2378 rx_auth_i = dpp_get_attr(unwrapped, unwrapped_len 3306 u8 *unwrapped = NULL; local 3520 u8 *unwrapped = NULL; local 3674 u8 *unwrapped = NULL; local [all...] |
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| gssapi.c | 168 gss_buffer_desc unwrapped, wrapped; local 176 unwrapped.value = buf; 177 unwrapped.length = len; 195 &unwrapped, &conf_state, 250 gss_buffer_desc unwrapped, wrapped; local 275 &wrapped, &unwrapped, 293 if ( dst->buf_size < unwrapped.length && 294 ber_pvt_sb_grow_buffer( dst, unwrapped.length ) < 0 ) 298 __func__, unwrapped.length ); 302 dst->buf_end = unwrapped.length [all...] |
| /src/crypto/external/apache2/openssl/dist/util/ |
| find-doc-nits | 532 # $unwrapped the option with the outermost B<> wrapping removed. 538 my $unwrapped = $thing; 541 # $unwrapped is the option with the outer B<> markup removed 542 $unwrapped =~ s/^B<//; 543 $unwrapped =~ s/>$//; 549 if ( $unwrapped =~ /^\s*-/ ) { 550 return $unwrapped # return option with outer B<> removed
|
| /src/crypto/external/bsd/openssl/dist/util/ |
| find-doc-nits | 503 # $unwrapped the option with the outermost B<> wrapping removed. 509 my $unwrapped = $thing; 512 # $unwrapped is the option with the outer B<> markup removed 513 $unwrapped =~ s/^B<//; 514 $unwrapped =~ s/>$//; 520 if ( $unwrapped =~ /^\s*-/ ) { 521 return $unwrapped # return option with outer B<> removed
|
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaType.cpp | 6795 /// FunctionTypeUnwrapper unwrapped(SemaRef, T); 6796 /// if (unwrapped.isFunctionType()) { 6797 /// const FunctionType *fn = unwrapped.get(); 6799 /// T = unwrapped.wrap(fn); 6866 // If T wasn't modified from the unwrapped type, do nothing. 7384 FunctionTypeUnwrapper unwrapped(S, type); 7391 if (!unwrapped.isFunctionType()) 7395 FunctionType::ExtInfo EI = unwrapped.get()->getExtInfo().withNoReturn(true); 7396 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)) [all...] |
| /src/crypto/external/bsd/openssl/dist/include/openssl/ |
| evp.h | 1932 unsigned char *unwrapped, size_t *unwrappedlen,
|
| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| evp.h | 2041 unsigned char *unwrapped, size_t *unwrappedlen,
|