| /freebsd-12.1/crypto/openssh/ |
| H A D | auth-options.c | 589 tmp = additional->required_from_host_cert; in sshauthopt_merge() 594 tmp = additional->required_from_host_keys; in sshauthopt_merge() 609 } else if (additional->nenv) { in sshauthopt_merge() 611 additional->env, additional->nenv) != 0) in sshauthopt_merge() 618 } else if (additional->npermitopen > 0) { in sshauthopt_merge() 620 additional->permitopen, additional->npermitopen) != 0) in sshauthopt_merge() 630 additional->permitlisten, additional->npermitlisten) != 0) in sshauthopt_merge() 646 if (additional->valid_before != 0 && in sshauthopt_merge() 655 additional->force_command != NULL) { in sshauthopt_merge() 657 additional->force_command) == 0) { in sshauthopt_merge() [all …]
|
| H A D | README.privsep | 39 automatically (so you won't see the additional process mentioned below). 42 will require 1 additional process per login session.
|
| H A D | auth-options.h | 93 const struct sshauthopt *additional, const char **errstrp);
|
| /freebsd-12.1/contrib/ntp/sntp/m4/ |
| H A D | os_cflags.m4 | 2 dnl Specify additional compile options based on the OS and the compiler 4 AC_MSG_CHECKING([additional compiler flags]) 15 # turn on additional headers 104 AC_MSG_CHECKING([additional linker flags])
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | RAND_DRBG_generate.pod | 34 The caller can optionally provide additional data to be used for reseeding 36 This additional data is mixed into the internal state of the random 38 The additional data can be omitted by setting B<adin> to NULL and 44 which collects some additional data from low entropy sources
|
| H A D | PKCS12_parse.pod | 20 certificate to B<*cert> and any additional certificates to B<*ca>. 25 which case additional certificates will be discarded. B<*ca> can also be a 26 valid STACK in which case additional certificates are appended to B<*ca>. If
|
| H A D | SSL_CTX_set_cipher_list.pod | 70 additional restrictions apply. All ciphers have additional requirements. 75 RSA ciphers using DHE need a certificate and key and additional DH-parameters
|
| H A D | BIO_new_CMS.pod | 30 If an application wishes to write additional data to B<out> BIOs should be 32 is reached. If no additional data needs to be written BIO_free_all() can be
|
| H A D | EVP_DigestInit.pod | 97 function can be called several times on the same B<ctx> to hash additional 106 no additional calls to EVP_DigestUpdate() can be made, but 113 After calling this function no additional calls to EVP_DigestUpdate() can be 222 contexts so additional data can be included after the finalisation call. 304 EVP_MD_CTX_ctrl() sends commands to message digests for additional configuration
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | gengtype-lex.l | 246 const char *additional; variable 267 additional = push_macro_expansion (macro, macro_len, arg, arg_len); 269 if (additional) 272 additional, strlen (additional));
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | make | 19 # by additional escaping point character 25 # and NSIS script with "!include" by additional escaping point character
|
| /freebsd-12.1/contrib/wpa/hostapd/ |
| H A D | README-MULTI-AP | 49 station and is handled appropriately by wpa_supplicant, but two additional 50 features are required. It must send an additional information element in each 63 be handled specially by hostapd, because it must add an additional information 67 fronthaul and backhaul at the same time. The additional information element must 113 When a WPS M1 message has an additional subelement that indicates a request for 149 6. Enrollee sends M1 with additional Multi-AP subelement.
|
| /freebsd-12.1/contrib/sqlite3/tea/ |
| H A D | README | 2 Architecture (TEA). For additional information on SQLite see 33 additional maintenance by the project developer to synchronise with
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 444 unsigned additional, in forPrototypePlus() argument 448 additional += in forPrototypePlus() 452 return RequiredArgs(prototype->getNumParams() + additional); in forPrototypePlus() 466 unsigned additional, in forPrototypePlus() argument 468 return forPrototypePlus(prototype.getTypePtr(), additional, FD); in forPrototypePlus()
|
| /freebsd-12.1/crypto/openssl/doc/man1/ |
| H A D | pkeyutl.pod | 130 Note: additional parameters and the KDF output length will normally have to be 211 support only a subset of these operations. The following additional 255 additional B<pkeyopt> values are supported: 261 These have the same meaning as the B<RSA> algorithm with some additional 275 there are no additional B<-pkeyopt> options other than B<digest>. The SHA1 280 The DH algorithm only supports the derivation operation and no additional 292 no additional options.
|
| /freebsd-12.1/crypto/openssh/openbsd-compat/ |
| H A D | getrrsetbyname.c | 170 struct dns_rr *additional; member 437 resp->additional = parse_dns_rrsection(answer, size, &cp, in parse_dns_response() 439 if (resp->header.arcount && resp->additional == NULL) { in parse_dns_response() 592 free_dns_rr(p->additional); in free_dns_response()
|
| /freebsd-12.1/crypto/openssl/crypto/rand/ |
| H A D | drbg_lib.c | 662 unsigned char *additional = NULL; in RAND_DRBG_bytes() local 676 &additional); in RAND_DRBG_bytes() 682 ret = RAND_DRBG_generate(drbg, out, chunk, 0, additional, additional_len); in RAND_DRBG_bytes() 689 if (additional != NULL) in RAND_DRBG_bytes() 690 rand_drbg_cleanup_additional_data(drbg->adin_pool, additional); in RAND_DRBG_bytes()
|
| /freebsd-12.1/usr.sbin/bsdconfig/usermgmt/include/ |
| H A D | usermgmt.hlp | 36 will initially get when logging in. If an additional list of groups is 39 additional password etc. Except for the "wheel" case mentioned below, 40 the additional group membership list should normally not contain the
|
| /freebsd-12.1/contrib/ntp/libntp/ |
| H A D | authkeys.c | 376 int additional; in auth_prealloc_symkeys() local 379 additional = keycount - allocated; in auth_prealloc_symkeys() 380 if (additional > 0) in auth_prealloc_symkeys() 381 auth_moremem(additional); in auth_prealloc_symkeys()
|
| /freebsd-12.1/usr.bin/login/ |
| H A D | README | 1 This login has additional functionalities. They are all based on (part of)
|
| /freebsd-12.1/usr.sbin/bsdconfig/networking/share/ |
| H A D | media.subr | 150 # Display a menu of additional media options for the given network interface. 156 # Not all network interfaces support additional media options, but 175 # Build list of additional media options
|
| /freebsd-12.1/tests/sys/cddl/zfs/tests/cli_user/misc/ |
| H A D | zpool_attach_001_neg.ksh | 62 RESULT=$($ZPOOL status -v $TESTPOOL.virt | $GREP disk-additional.dat)
|
| H A D | zpool_replace_001_neg.ksh | 63 RESULT=$($ZPOOL status -v $TESTPOOL.virt | $GREP disk-additional.dat)
|
| /freebsd-12.1/stand/i386/loader/ |
| H A D | loader.rc | 4 \ Includes additional commands
|
| /freebsd-12.1/contrib/libpcap/ |
| H A D | pcap-config.in | 38 --additional-libs)
|