/freebsd/usr.sbin/certctl/ |
H A D | certctl.sh | 58 perform() function 133 perform install ${INSTALLFLAGS} -m 0444 ${link} \ 173 perform install ${INSTALLFLAGS} -m 0444 ${link} \ 234 perform find "$CERTDESTDIR" \( -type f -or -type l \) -delete 236 perform install -d -m 0755 "$CERTDESTDIR" 239 perform find "$UNTRUSTDESTDIR" \( -type f -or -type l \) -delete 241 perform install -d -m 0755 "$UNTRUSTDESTDIR" 259 perform install -d -m 0755 "$UNTRUSTDESTDIR" 279 perform rm -f $UNTRUSTEDFILE 284 perform r [all...] |
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | mmc-pwrseq-emmc.txt | 3 The purpose of this driver is to perform standard eMMC hw reset 16 and then deasserted to perform eMMC card reset. To perform
|
/freebsd/crypto/openssl/apps/ |
H A D | s_time.c | 127 int maxtime = SECONDS, nConn = 0, perform = 3, ret = 1, i, st_bugs = 0; in s_time_main() local 151 perform = 2; in s_time_main() 154 perform = 1; in s_time_main() 267 if (!(perform & 1)) in s_time_main() 328 if (!(perform & 2)) in s_time_main()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LibCallsShrinkWrap.cpp | 58 bool perform() { in perform() function in __anona37531bd0111::LibCallsShrinkWrap 63 if (perform(CI)) { in perform() 72 bool perform(CallInst *CI); 487 bool LibCallsShrinkWrap::perform(CallInst *CI) { in perform() function in LibCallsShrinkWrap 506 bool Changed = CCDCE.perform(); in runImpl()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | PKCS8_encrypt.pod | 32 PKCS8_encrypt() and PKCS8_encrypt_ex() perform encryption of an object I<p8> using 38 PKCS8_decrypt() and PKCS8_decrypt_ex() perform decryption of an B<X509_SIG> in 42 PKCS8_set0_pbe() and PKCS8_set0_pbe_ex() perform encryption of the I<p8inf>
|
H A D | CMS_final.pod | 15 CMS_final() finalises the structure B<cms>. Its purpose is to perform any 26 I/O functions perform finalisation operations internally.
|
H A D | X509_check_purpose.pod | 44 =item E<32>1 if the certificate was created to perform the purpose represented by I<id> 46 =item E<32>0 if the certificate was not created to perform the purpose represented by I<id>
|
H A D | EVP_PKEY_CTX_set_hkdf_md.pod | 44 up for HKDF will perform an extract followed by an expand operation in one go. 53 In this mode calling L<EVP_PKEY_derive(3)> will just perform the extract 62 In this mode calling L<EVP_PKEY_derive(3)> will just perform the expand
|
H A D | EVP_PKEY_check.pod | 31 order to perform a lightweight sanity check of the key. If a quicker form is not 39 order to perform a lightweight sanity check of the key. If a quicker form is not
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOMemOPSizeOpt.cpp | 182 void perform() { in perform() function in __anona03ef4830111::MemOPSizeOpt 188 if (perform(MO)) { in perform() 222 bool perform(MemOp MO); 243 bool MemOPSizeOpt::perform(MemOp MO) { in perform() function in __anona03ef4830111::MemOPSizeOpt 462 MemOPSizeOpt.perform(); in PGOMemOPSizeOptImpl()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopIterator.h | 123 void perform(const LoopInfo *LI); 180 void perform(const LoopInfo *LI) { in perform() function 181 DFS.perform(LI); in perform()
|
/freebsd/stand/lua/ |
H A D | menu.lua | 60 loader.perform("unload") 332 loader.perform("reboot") 359 loader.perform("unload") 414 loader.perform("chain " ..
|
H A D | core.lua | 375 loader.perform("efi-seed-entropy " .. seedsize) 393 loader.perform(composeLoaderCmd("autoboot", argstr)) 402 loader.perform(composeLoaderCmd("boot", argstr))
|
H A D | loader.lua | 43 loader.perform("efi-autoresizecons")
|
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/ |
H A D | HTTPClient.cpp | 106 Error HTTPClient::perform(const HTTPRequest &Request, in perform() 153 Error HTTPClient::perform(const HTTPRequest &Request, in perform() 104 Error HTTPClient::perform(const HTTPRequest &Request, perform() function in HTTPClient 151 Error HTTPClient::perform(const HTTPRequest &Request, perform() function in HTTPClient
|
/freebsd/crypto/openssl/doc/internal/man7/ |
H A D | EVP_PKEY.pod | 111 provider that is going to perform the operation (this also implies 116 perform such an export, so it maintains a cache of such exports in the 160 made to (which is the provider that's going to perform an operation 179 the provider that's to perform the operation, using its 190 perform.
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_KDF-HKDF.pod | 57 up for HKDF will perform an extract followed by an expand operation in one go. 66 In this mode calling L<EVP_KDF_derive(3)> will just perform the extract 76 In this mode calling L<EVP_KDF_derive(3)> will just perform the expand
|
H A D | evp.pod | 47 these functions do not perform a digest of the data to be signed. Therefore, 53 these functions perform encryption and decryption only. As public key
|
H A D | EVP_KDF-TLS13_KDF.pod | 63 In this mode calling L<EVP_KDF_derive(3)> will just perform the extract 73 In this mode calling L<EVP_KDF_derive(3)> will just perform the expand
|
/freebsd/contrib/byacc/ |
H A D | config_h.in | 84 /* Define to 1 if you want to perform memory-leak testing. */ 108 /* Define to 1 if you want to perform memory-leak testing. */
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/ |
H A D | HTTPClient.h | 80 Error perform(const HTTPRequest &Request, HTTPResponseHandler &Handler);
|
/freebsd/tools/build/options/ |
H A D | WITH_BIND_NOW | 3 flag set to indicate that the run-time loader should perform all relocation
|
/freebsd/sys/contrib/device-tree/Bindings/ipmi/ |
H A D | aspeed,ast2400-ibt-bmc.txt | 5 perform in-band IPMI communication with their host.
|
H A D | npcm7xx-kcs-bmc.txt | 5 used to perform in-band IPMI communication with their host.
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-fipsinstall.pod.in | 6 openssl-fipsinstall - perform FIPS configuration installation 64 The default value of '1' will perform the checks. 82 Filename of the FIPS module to perform an integrity check on. 165 Configure the module to not perform run-time security checks as described above.
|