/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_tmp_dh_callback.pod | 8 - handle DH keys for ephemeral key exchange 37 Some ciphersuites may use ephemeral Diffie-Hellman (DH) key exchange. In these 38 cases, the session data is negotiated using the ephemeral/temporary DH key and 40 signing. Anonymous ciphers (without a permanent server key) also use ephemeral 43 Using ephemeral DH key exchange yields forward secrecy as the connection
|
H A D | SSL_CTX_set_tmp_ecdh.pod | 6 - handle ECDH keys for ephemeral key exchange
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | CodeMetrics.cpp | 46 // alive only by ephemeral values. in completeEphemeralValues() 58 // If all uses of this value are ephemeral, then so is this value. in completeEphemeralValues() 63 LLVM_DEBUG(dbgs() << "Ephemeral Value: " << *V << "\n"); in completeEphemeralValues() 70 // Find all ephemeral values. 83 // worth of work for each of its loops (and, in the common case, ephemeral in collectEphemeralValues() 136 // Skip ephemeral values. in analyzeBasicBlock()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_CTX_set_tmp_dh_callback.3 | 143 \&\- handle DH keys for ephemeral key exchange 174 Some ciphersuites may use ephemeral Diffie-Hellman (\s-1DH\s0) key exchange. In these 175 cases, the session data is negotiated using the ephemeral/temporary \s-1DH\s0 key and 177 signing. Anonymous ciphers (without a permanent server key) also use ephemeral 180 Using ephemeral \s-1DH\s0 key exchange yields forward secrecy as the connection
|
/freebsd/crypto/libecc/src/tests/ |
H A D | bign_test_vectors.h | 27 * Fixed ephemeral private key for bign signature in bign_1_nn_random_belt_hash_test_vector() 76 * Fixed ephemeral private key for bign signature in bign_2_nn_random_belt_hash_test_vector() 78 * NOTE: the ephemeral private key has been recomputed using the private key as in bign_2_nn_random_belt_hash_test_vector() 127 * Fixed ephemeral private key for bign signature in bign_3_nn_random_belt_hash_test_vector() 175 * Fixed ephemeral private key for bign signature in bign_4_nn_random_belt_hash_test_vector() 177 * NOTE: the ephemeral private key has been recomputed using the private key as in bign_4_nn_random_belt_hash_test_vector() 231 * Fixed ephemeral private key for bign signature in bign_5_nn_random_belt_hash_test_vector() 284 * Fixed ephemeral private key for bign signature in bign_6_nn_random_belt_hash_test_vector() 341 * Fixed ephemeral private key for bign signature in bign_7_nn_random_belt_hash_test_vector() 397 * Fixed ephemeral private key for bign signature in bign_8_nn_random_belt_hash_test_vector()
|
/freebsd/contrib/ntp/html/ |
H A D | assoc.html | 32 …ephemeral</em>. Persistent associations are mobilized by a configuration command and never demobil… 33 <p>Ordinarily, successful mobilization of ephemeral associations requires the server to be cryptogr… 51 …e. If no matching association is found, the designated peer mobilizes a ephemeral symmetric passiv… 58 …ing in the vicinity. The intended result is that each client mobilizes ephemeral client associati…
|
H A D | accopt.html | 74 configured, ephemeral, or preemptible, and removed when the association 127 <dd>Deny packets that would mobilize an ephemeral peering association,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | CodeMetrics.h | 85 /// Collect a loop's ephemeral values (those used only by an assume 90 /// Collect a functions's ephemeral values (those used only by an
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | Watchpoint.h | 207 bool m_is_ephemeral; // True if the watchpoint is in the ephemeral mode, 212 // disabled while in ephemeral mode. 213 // At the end of the ephemeral mode when the watchpoint is to be enabled
|
/freebsd/crypto/openssh/.github/workflows/ |
H A D | selfhosted.yml | 19 EPHEMERAL: ${{ startsWith(matrix.host, 'libvirt') }} 28 # worker. The default is an ephemeral VM running under libvirt.
|
H A D | upstream.yml | 15 EPHEMERAL: true
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | IRSymtab.h | 270 /// The symbols enumerated by this method are ephemeral, but they can be 277 /// The symbols enumerated by this method are ephemeral, but they can be 311 /// Ephemeral symbols produced by Reader::symbols() and
|
/freebsd/usr.sbin/wpa/wpa_supplicant/ |
H A D | wpa_supplicant.conf.5 | 309 This file holds parameters for an ephemeral DH key exchange. 311 However, it is possible to set up RSA to use an ephemeral DH key exchange. 313 DSA keys always use ephemeral DH keys.
|
/freebsd/release/tools/ |
H A D | ec2-base.conf | 27 # Any EC2 ephemeral disks seen when the system first boots will
|
H A D | ec2-small.conf | 32 # Any EC2 ephemeral disks seen when the system first boots will
|
H A D | ec2-builder.conf | 27 # Any EC2 ephemeral disks seen when the system first boots will
|
/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_kari.c | 282 /* Create ephemeral key and initialise context based on it */ 381 /* Create ephemeral key */ in ossl_cms_RecipientInfo_kari_init() 496 * If no originator key set up initialise for ephemeral key the public key in ossl_cms_RecipientInfo_kari_encrypt()
|
/freebsd/contrib/ntp/html/scripts/ |
H A D | authopt.txt | 5 <li class='inline'><a href='authopt.html#ident'>ident - specify Autokey ephemeral group name</a></l…
|
/freebsd/crypto/openssl/test/ |
H A D | tls-provider.c | 341 * 1. we generate ephemeral keypair in xor_encapsulate() 342 * 2. we encode our ephemeral pubkey as the outgoing ct in xor_encapsulate() 343 * 3. we derive using our ephemeral privkey in combination with the peer in xor_encapsulate() 371 /* 2. Encode ephemeral pubkey as ct */ in xor_encapsulate()
|
/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/ |
H A D | userspace.py | 83 # python's getpwuid/getgrgid is confused by ephemeral uids 163 help=_("translate SID to posix (possibly ephemeral) ID"))
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-ciphers.pod.in | 238 Cipher suites using ephemeral DH key agreement, including anonymous cipher 243 Cipher suites using authenticated ephemeral DH key agreement. 252 Cipher suites using ephemeral ECDH key agreement, including anonymous 257 Cipher suites using authenticated ephemeral ECDH key agreement.
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | Watchpoint.cpp | 394 // Within StopInfo.cpp, we purposely turn on the ephemeral mode right before 397 // disabled watchpoint is enabled, we then turn off the ephemeral mode. 403 // Leaving ephemeral mode, reset the m_disabled_count! in TurnOffEphemeralMode()
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/ |
H A D | crypto_box_curve25519xchacha20poly1305.h | 132 /* -- Ephemeral SK interface -- */
|
/freebsd/crypto/openssl/crypto/dsa/ |
H A D | dsa_check.c | 77 * To only be used with ephemeral FFC public keys generated using the approved in ossl_dsa_check_pairwise()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanAnalysis.h | 67 // Collect a VPlan's ephemeral recipes (those used only by an assume).
|