| /src/crypto/external/bsd/openssl/dist/providers/implementations/kdfs/ |
| sskdf.c | 159 static int kmac_init(EVP_MAC_CTX *ctx, const unsigned char *custom, 165 /* Only KMAC has custom data - so return if not KMAC */ 166 if (custom == NULL) 170 (void *)custom, custom_len); 367 const unsigned char *custom = NULL; local 382 /* H(x) = KMACzzz(x, salt, custom) */ 383 custom = kmac_custom_str; 403 custom, custom_len, ctx->out_len,
|
| /src/external/bsd/kyua-cli/dist/engine/ |
| metadata_test.cpp | 59 ATF_REQUIRE(md.custom().empty()); 82 engine::properties_map custom; local 83 custom["1-custom"] = "first"; 84 custom["2-custom"] = "second"; 101 .add_custom("1-custom", "first") 102 .add_custom("2-custom", "second") 115 ATF_REQUIRE(custom == md.custom()); 150 engine::properties_map custom; local 210 engine::properties_map custom; local [all...] |
| metadata.cpp | 263 tree.define_dynamic("custom"); 572 engine::metadata::custom(void) const function in class:engine::metadata 574 return _pimpl->props.all_properties("custom", true); 808 _pimpl->props.set_string(F("custom.%s") % key, value); 892 /// \param props The custom properties to set. 902 _pimpl->props.set_string(F("custom.%s") % (*iter).first,
|
| /src/crypto/external/apache2/openssl/dist/engines/ |
| e_afalg.c | 180 OSSL_ASYNC_FD waitfd, void *custom) 189 void *custom = NULL; local 201 &aio->efd, &custom); 216 aio->efd, custom,
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/kdfs/ |
| sskdf.c | 182 static int kmac_init(EVP_MAC_CTX *ctx, const unsigned char *custom, 188 /* Only KMAC has custom data - so return if not KMAC */ 189 if (custom == NULL) 193 (void *)custom, custom_len); 431 const unsigned char *custom = NULL; local 446 /* H(x) = KMACzzz(x, salt, custom) */ 447 custom = kmac_custom_str; 465 custom, custom_len, ctx->out_len,
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/macs/ |
| kmac_prov.c | 97 /* Maximum size of encoded custom string */ 127 /* key and custom are stored in encoded form */ 129 unsigned char custom[KMAC_MAX_CUSTOM_ENCODED]; member in struct:kmac_data_st 162 OPENSSL_cleanse(kctx->custom, kctx->custom_len); 256 memcpy(dst->custom, src->custom, dst->custom_len); 303 * md, key and custom. Setting the fields afterwards will have no 337 /* Set default custom string if it is not already set */ 347 kctx->custom, kctx->custom_len, block_len)) { 355 kctx->custom, kctx->custom_len, block_len [all...] |
| /src/crypto/external/bsd/openssl/dist/engines/ |
| e_afalg.c | 180 OSSL_ASYNC_FD waitfd, void *custom) 189 void *custom = NULL; local 201 &aio->efd, &custom); 216 aio->efd, custom,
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/macs/ |
| kmac_prov.c | 96 /* Maximum size of encoded custom string */ 126 /* key and custom are stored in encoded form */ 128 unsigned char custom[KMAC_MAX_CUSTOM_ENCODED]; member in struct:kmac_data_st 152 OPENSSL_cleanse(kctx->custom, kctx->custom_len); 237 memcpy(dst->custom, src->custom, dst->custom_len); 264 * md, key and custom. Setting the fields afterwards will have no 298 /* Set default custom string if it is not already set */ 308 kctx->custom, kctx->custom_len, block_len)) { 318 kctx->custom, kctx->custom_len, block_len [all...] |
| /src/crypto/external/bsd/openssl.old/dist/engines/ |
| e_afalg.c | 132 OSSL_ASYNC_FD waitfd, void *custom) 141 void *custom = NULL; local 153 &aio->efd, &custom); 168 aio->efd, custom,
|
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_hostap.c | 794 char *custom) 796 wpa_printf(MSG_DEBUG, "Custom wireless event: '%s'", custom); 798 if (strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) { 801 pos = strstr(custom, "addr="); 829 char *pos, *end, *custom, *buf; local 843 custom = pos + IW_EV_POINT_LEN; 854 custom += IW_EV_POINT_OFF; 859 if (iwe->u.data.length > end - custom) 864 memcpy(buf, custom, iwe->u.data.length) [all...] |
| driver_atheros.c | 1238 char *custom, char *end) 1241 wpa_printf(MSG_DEBUG, "Custom wireless event: '%s'", custom); 1243 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) { 1246 pos = os_strstr(custom, "addr="); 1266 } else if (strncmp(custom, "STA-TRAFFIC-STAT", 16) == 0) { 1269 key = custom; 1290 } else if (os_strncmp(custom, "PUSH-BUTTON.indication", 22) == 0) { 1296 } else if (os_strncmp(custom, "Manage.prob_req ", 16) == 0) { 1299 * binary data in the custom wireless event. The old way (usin 1484 char *pos, *end, *custom, *buf; local [all...] |
| driver_wext.c | 234 wpa_driver_wext_event_wireless_custom(void *ctx, char *custom) 238 wpa_printf(MSG_MSGDUMP, "WEXT: Custom wireless event: '%s'", 239 custom); 243 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) { 245 os_strstr(custom, " unicast ") != NULL; 248 } else if (os_strncmp(custom, "ASSOCINFO(ReqIEs=", 17) == 0) { 253 spos = custom + 17; 417 char *pos, *end, *custom, *buf; local 431 custom = pos + IW_EV_POINT_LEN; 445 custom += IW_EV_POINT_OFF 1312 char *custom = pos + IW_EV_LCP_LEN; local 1511 char *pos, *end, *custom; local [all...] |
| /src/sys/arch/amiga/amiga/ |
| custom.h | 1 /* $NetBSD: custom.h,v 1.12 2002/04/25 09:20:27 aymeric Exp $ */ 30 * This is a rewrite (retype) of the Amiga's custom chip register map, based 32 * hardware/custom.h. 39 struct Custom { 201 /* Custom chips as seen by the kernel */ 207 #define custom (*((volatile struct Custom *)CUSTOMbase)) macro 211 #define CUSTOM_OFS(field) ((long)&((struct Custom*)0)->field)
|
| /src/sys/dev/usb/ |
| mbim.h | 375 custom; member in struct:mbim_cid_pin_list_info
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| evp_test.c | 1140 unsigned char *custom; member in struct:mac_data_st 1230 OPENSSL_free(mdat->custom); 1245 if (strcmp(keyword, "Custom") == 0) 1246 return parse_bin(value, &mdata->custom, &mdata->custom_len); 1474 if (expected->custom != NULL) 1477 expected->custom, 3035 * For tests that do not accept any custom keywords.
|
| /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
| gtest.cc | 34 #include "gtest/internal/custom/gtest.h" 413 const auto& custom = GTEST_CUSTOM_GET_ARGVS_(); local 414 return ::std::vector<std::string>(custom.begin(), custom.end());
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| evp_test.c | 1589 unsigned char *custom; member in struct:mac_data_st 1673 OPENSSL_free(mdat->custom); 1688 if (strcmp(keyword, "Custom") == 0) 1689 return parse_bin(value, &mdata->custom, &mdata->custom_len); 1924 if (expected->custom != NULL) 1926 expected->custom, 4220 * For tests that do not accept any custom keywords.
|