| /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() 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() 212 for (i = 0; aictx->indicators != NULL && aictx->indicators[i] != NULL; i++) in authind_size() 213 *sizep += sizeof(int32_t) + aictx->indicators[i]->length; in authind_size() [all …]
|
| H A D | authdata_dec.c | 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() 285 *indicators = ai_list; in k5_authind_decode()
|
| /freebsd/crypto/krb5/src/kdc/ |
| H A D | authind.c | 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() 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() 64 *indicators = list; in authind_add() 79 krb5_data ***indicators) in authind_extract() argument 84 krb5_data der_indicators, **strings = NULL, **list = *indicators; in authind_extract() 109 *indicators = list; in authind_extract()
|
| H A D | kdc_authdata.c | 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()
|
| 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);
|
| H A D | kdc_util.c | 864 krb5_data *const *indicators) in check_indicators() argument 881 if (authind_contains(indicators, ind)) in check_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 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() 373 char **indicators; in indicators_decode() local [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 | 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() 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 | 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 | 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()
|
| /freebsd/crypto/krb5/src/windows/leash/ |
| H A D | MainFrm.cpp | 64 static UINT indicators[] = 168 !m_wndStatusBar.SetIndicators(indicators, 3)) in OnCreate()
|
| /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/crypto/openssl/doc/man7/ |
| H A D | EVP_SIGNATURE-DSA.pod | 115 OpenSSL 3.4. See L<fips_module(7)/FIPS indicators> for more information.
|
| H A D | EVP_PKEY-DSA.pod | 132 OpenSSL 3.4. See L<fips_module(7)/FIPS indicators> for more information.
|
| 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.
|
| H A D | OSSL_PROVIDER-FIPS.pod | 47 conditions are not met. See L<fips_module(7)/FIPS indicators> for additional
|
| /freebsd/contrib/ee/ |
| H A D | ee.i18n.guide | 108 181 - 182 indicators of more information in menu (for when scrolling
|
| /freebsd/sys/contrib/device-tree/Bindings/ |
| H A D | writing-schema.rst | 53 The default without any indicators is flowed, plain scalar style where single
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | intel | 185 # PnP Device indicators; contains bits that identify the device as being capable of bootable
|
| H A D | linux | 478 # Version indicators 485 # Endianness indicators
|
| /freebsd/crypto/krb5/src/include/ |
| H A D | k5-int.h | 961 k5_authind_decode(const krb5_authdata *ad, krb5_data ***indicators);
|
| /freebsd/contrib/sendmail/cf/cf/ |
| H A D | submit.cf | 73 # operators that cannot be in local usernames (i.e., network indicators)
|
| /freebsd/crypto/openssl/ |
| H A D | NEWS.md | 230 * FIPS indicators support in the FIPS provider and various updates of the FIPS
|