| /freebsd/crypto/krb5/src/lib/krb5/krb/ |
| H A D | ai_authdata.c | 39 krb5_data **indicators; member 68 aictx->indicators = NULL; in authind_request_init() 91 aictx->indicators = indps; in authind_import_authdata() 107 k5_free_data_ptr_list(aictx->indicators); in authind_request_fini() 115 sizeof("auth-indicators") - 1, 116 "auth-indicators" 131 if (aictx->indicators == NULL || *aictx->indicators == NULL) in authind_get_attribute_types() 170 if (aictx->indicators == NULL || aictx->indicators[ind] == NULL) in authind_get_attribute() 173 ret = krb5int_copy_data_contents(kcontext, aictx->indicators[ind], value); in authind_get_attribute() 178 *more = (aictx->indicators[ind + 1] == NULL) ? 0 : ind + 1; in authind_get_attribute() [all …]
|
| H A D | authdata_dec.c | 256 * *indicators to NULL for the first call, and successive calls will reallocate 257 * and append to the indicators array. 260 k5_authind_decode(const krb5_authdata *ad, krb5_data ***indicators) in k5_authind_decode() argument 263 krb5_data der_ad, **strdata = NULL, **ai_list = *indicators; in k5_authind_decode() 269 /* Count existing auth indicators. */ in k5_authind_decode() 277 /* Count new auth indicators. */ in k5_authind_decode() 285 *indicators = ai_list; in k5_authind_decode()
|
| /freebsd/crypto/krb5/src/kdc/ |
| H A D | authind.c | 36 /* Return true if ind matches an entry in indicators. */ 38 authind_contains(krb5_data *const *indicators, const char *ind) in authind_contains() argument 40 for (; indicators != NULL && *indicators != NULL; indicators++) { in authind_contains() 41 if (data_eq_string(**indicators, ind)) in authind_contains() 47 /* Add ind to *indicators, reallocating as necessary. */ 49 authind_add(krb5_context context, const char *ind, krb5_data ***indicators) in authind_add() argument 52 krb5_data **list = *indicators, *dptr, d; in authind_add() 54 /* Count the number of existing indicators and check for duplicates. */ in authind_add() 64 *indicators = list; in authind_add() 75 /* Add all auth indicators from authdata to *indicators, reallocating as [all …]
|
| H A D | kdc_authdata.c | 313 /* Format the authentication indicators into an authdata list. */ in add_auth_indicators() 338 /* Extract any properly verified authentication indicators from the authdata in 348 krb5_data **indicators = NULL, der_cammac; in get_auth_indicators() local 364 ret = authind_extract(context, cammac->elements, &indicators); in get_auth_indicators() 372 *indicators_out = indicators; in get_auth_indicators() 373 indicators = NULL; in get_auth_indicators() 378 k5_free_data_ptr_list(indicators); in get_auth_indicators() 458 * indicators; these are handled here so that the KDB module's issue_pac() 479 /* Don't add a PAC or auth indicators if the server disables authdata. */ in handle_pac()
|
| H A D | kdc_util.h | 110 krb5_data *const *indicators); 127 authind_contains(krb5_data *const *indicators, const char *ind); 130 authind_add(krb5_context context, const char *ind, krb5_data ***indicators); 134 krb5_data ***indicators);
|
| /freebsd/crypto/krb5/src/plugins/preauth/otp/ |
| H A D | otp_state.c | 55 char **indicators; member 61 char **indicators; member 141 profile_free_list(type->indicators); in token_type_free() 181 char **indicators = NULL; in token_type_decode() local 252 /* Get the authentication indicators to assert if this token is used. */ in token_type_decode() 257 retval = profile_get_values(profile, keys, &indicators); in token_type_decode() 269 out->indicators = indicators; in token_type_decode() 271 indicators = NULL; in token_type_decode() 277 profile_free_list(indicators); in token_type_decode() 364 free_strings(t->indicators); in token_free_contents() [all …]
|
| H A D | otp_state.h | 47 char *const *indicators);
|
| H A D | main.c | 158 char *const *indicators) in on_response() argument 184 for (ind = indicators; ind != NULL && *ind != NULL; ind++) { in on_response()
|
| /freebsd/crypto/krb5/src/plugins/preauth/test/ |
| H A D | cltest.c | 44 * - It pulls an "indicators" attribute from the gic preauth options and sends 46 * space-separated authentication indicators. (This string is sent on both 68 char *indicators; member 86 st->indicators = NULL; in test_init() 98 free(st->indicators); in test_fini() 174 indstr = (st->indicators != NULL) ? st->indicators : ""; in test_process() 214 if (strcmp(attr, "indicators") == 0) { in test_gic_opt() 215 free(st->indicators); in test_gic_opt() 216 st->indicators = strdup(value); in test_gic_opt() 217 assert(st->indicators != NULL); in test_gic_opt()
|
| /freebsd/crypto/openssl/doc/designs/ |
| H A D | fips_indicator.md | 1 OpenSSL FIPS Indicators 25 - Documentation is required to demonstrate how to use indicators for each approved cryptographic al… 27 - The Security Policy may require updates related to indicators. AWS/google have added a table in t… 41 implicit indicators i.e. An error occurs if existing FIPS rules are violated. 142 the existing code needs to change to work with indicators. 154 In updated code for indicators the test always runs.. i.e. 194 indicators into each algorithm ctx. The object contains the ctx settables and 204 Since there are a lot of algorithms where indicators are needed it was decided 258 The following changes are required for FIPS 140-3 and will require indicators. 309 See <https://gitlab.com/redhat/centos-stream/rpms/openssl/-/blob/c9s/0078-KDF-Add-FIPS-indicators.p…
|
| /freebsd/crypto/krb5/src/plugins/preauth/spake/ |
| H A D | spake_kdc.c | 155 /* Add authentication indicators if any are configured for SPAKE. */ 162 char *realmstr, **indicators, **ind; in add_indicators() local 171 ret = profile_get_values(context->profile, keys, &indicators); in add_indicators() 178 for (ind = indicators; *ind != NULL && !ret; ind++) in add_indicators() 181 profile_free_list(indicators); in add_indicators() 444 * need to collect authentication indicators from the second-factor module; in verify_response() 446 * add indicators itself. in verify_response() 494 * indicators from configuration (with a call to add_indicators()) or the in verify_encdata() 496 * can add indicators itself). in verify_encdata()
|
| /freebsd/contrib/tzcode/ |
| H A D | tzfile.5 | 43 The number of UT/local indicators stored in the file. 46 The number of standard/wall indicators stored in the file. 156 standard/wall indicators, each stored as a one-byte boolean; 160 UT/local indicators, each stored as a one-byte boolean; 167 The standard/wall and UT/local indicators were designed for
|
| H A D | time2posix.3 | 104 Both of these are good indicators of the inferiority of the
|
| /freebsd/crypto/krb5/src/include/krb5/ |
| H A D | certauth_plugin.h | 128 * Free indicators allocated by a module. Mandatory if authorize returns 129 * authentication indicators.
|
| /freebsd/secure/lib/libcrypto/man/man7/ |
| H A D | fips_module.7 | 524 .SS "FIPS indicators" 525 .IX Subsection "FIPS indicators" 526 FIPS indicators have been added to the FIPS provider in OpenSSL 3.4. 527 FIPS 140\-3 requires indicators to be used if the FIPS provider allows non 633 FIPS indicators were added in OpenSSL 3.4.
|
| /freebsd/usr.sbin/pciconf/ |
| H A D | err.c | 45 /* Error indicators in the PCI status register (PCIR_STATUS). */ 61 /* Error indicators in the PCI-Express device status register. */
|
| /freebsd/sys/contrib/device-tree/Bindings/usb/ |
| H A D | mediatek,mt6370-tcpc.yaml | 14 It integrates charger, ADC, flash, RGB indicators,
|
| H A D | mediatek,mt6360-tcpc.yaml | 13 Mediatek MT6360 is a multi-functional device. It integrates charger, ADC, flash, RGB indicators,
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | fips_module.pod | 474 =head2 FIPS indicators 476 FIPS indicators have been added to the FIPS provider in OpenSSL 3.4. 477 FIPS 140-3 requires indicators to be used if the FIPS provider allows non 613 FIPS indicators were added in OpenSSL 3.4.
|
| /freebsd/contrib/libyaml/src/ |
| H A D | scanner.c | 85 * The document start and end indicators are represented by: 91 * and '...' indicators), no DOCUMENT-START and DOCUMENT-END tokens will be 213 * FLOW-MAPPING-END represent the indicators '[', ']', '{', and '}' 215 * indicators '?' and ':', which are used for denoting mapping keys and values, 279 * The tokens BLOCK-ENTRY, KEY, and VALUE are used to represent the indicators 375 * line. If the current line contains only '-', '?', and ':' indicators, a new 890 * of the longest indicators ('--- ' and '... '). in yaml_parser_fetch_next_token() 1455 /* The indicators '[' and '{' may start a simple key. */ in yaml_parser_fetch_flow_collection_start() 1465 /* A simple key may follow the indicators '[' and '{'. */ in yaml_parser_fetch_flow_collection_start() 1508 /* No simple keys after the indicators ']' and '}'. */ in yaml_parser_fetch_flow_collection_end() [all …]
|
| /freebsd/share/man/man5/ |
| H A D | phones.5 | 51 indicators to the auto call units to pause and wait for a second dial
|
| /freebsd/usr.sbin/config/ |
| H A D | configvers.h | 6 * 6 digits of version. The most significant are branch indicators at the
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OSSL_INDICATOR_set_callback.pod | 6 OSSL_INDICATOR_get_callback - specify a callback for FIPS indicators
|
| /freebsd/contrib/processor-trace/libipt/internal/include/ |
| H A D | pt_tnt_cache.h | 38 /* Keeping track of tnt indicators. */
|
| /freebsd/lib/libc/stdio/ |
| H A D | ferror.3 | 68 clears the end-of-file and error indicators for the stream pointed
|