| /freebsd/crypto/openssl/doc/man7/ |
| H A D | EVP_KEM-X25519.pod | 27 The encapsulate function generates an ephemeral keypair. It produces keymaterial 28 by doing an X25519 or X448 key exchange using the ephemeral private key and a 30 context then produces a shared secret. The shared secret and the ephemeral 33 ephemeral public key to produce the same keymaterial, which can then be used to 44 Used to specify the key material used for generation of the ephemeral key.
|
| H A D | EVP_KEM-EC.pod | 26 The encapsulate function generates an ephemeral keypair. It produces keymaterial 27 by doing an ECDH key exchange using the ephemeral private key and a supplied 29 then produces a shared secret. The shared secret and the ephemeral public key 32 ephemeral public key to produce the same keymaterial, which can then be used to 43 Used to specify the key material used for generation of the ephemeral key.
|
| /freebsd/secure/lib/libcrypto/man/man7/ |
| H A D | EVP_KEM-EC.7 | 82 The encapsulate function generates an ephemeral keypair. It produces keymaterial 83 by doing an ECDH key exchange using the ephemeral private key and a supplied 85 then produces a shared secret. The shared secret and the ephemeral public key 88 ephemeral public key to produce the same keymaterial, which can then be used to 99 Used to specify the key material used for generation of the ephemeral key.
|
| H A D | EVP_KEM-X25519.7 | 83 The encapsulate function generates an ephemeral keypair. It produces keymaterial 84 by doing an X25519 or X448 key exchange using the ephemeral private key and a 86 context then produces a shared secret. The shared secret and the ephemeral 89 ephemeral public key to produce the same keymaterial, which can then be used to 100 Used to specify the key material used for generation of the ephemeral key.
|
| /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/secure/lib/libcrypto/man/man3/ |
| H A D | SSL_CTX_set_tmp_dh_callback.3 | 70 \&\- handle DH keys for ephemeral key exchange 101 Some ciphersuites may use ephemeral Diffie\-Hellman (DH) key exchange. In these 102 cases, the session data is negotiated using the ephemeral/temporary DH key and 104 signing. Anonymous ciphers (without a permanent server key) also use ephemeral 107 Using ephemeral DH key exchange yields forward secrecy as the connection
|
| /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()
|
| H A D | EphemeralValuesCache.cpp | 1 //===- EphemeralValuesCache.cpp - Cache collecting ephemeral values -------===//
|
| /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/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | EphemeralValuesCache.h | 9 // This pass caches ephemeral values, i.e., values that are only used by 27 /// A cache of ephemeral values within a function.
|
| H A D | CodeMetrics.h | 86 /// Collect a loop's ephemeral values (those used only by an assume 92 /// Collect a functions's ephemeral values (those used only by an
|
| /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…
|
| /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/openssl/include/internal/ |
| H A D | quic_reactor_wait_ctx.h | 50 * Doing this requires some ephemeral state tracking as a SSL_poll() call may 52 * separately from the reactor code as the state needed is only ephemeral and
|
| /freebsd/crypto/openssl/providers/implementations/kem/ |
| H A D | ecx_kem.c | 536 * enc A buffer to return the senders ephemeral public key. 574 /* Create an ephemeral key */ in dhkem_encap() 588 /* Return the public part of the ephemeral key */ in dhkem_encap() 609 * enc A buffer containing the senders ephemeral public key that was returned 637 /* Get the public part of the ephemeral key created by encap */ in dhkem_decap()
|
| H A D | ec_kem.c | 306 /* Set the ephemeral seed */ in eckem_set_ctx_params() 634 * enc A buffer to return the senders ephemeral public key. 674 /* Create an ephemeral key */ in dhkem_encap() 696 /* Return the senders ephemeral public key in encoded form */ in dhkem_encap() 717 * enc A buffer containing the senders ephemeral public key that was returned
|
| /freebsd/crypto/openssl/test/ |
| H A D | sm2_internal_test.c | 272 /* ephemeral nonce k */ in sm2_crypt_test() 418 /* ephemeral nonce k */ in sm2_sig_test() 437 /* ephemeral nonce k */ in sm2_sig_test()
|
| /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/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | IRSymtab.h | 273 /// The symbols enumerated by this method are ephemeral, but they can be 280 /// The symbols enumerated by this method are ephemeral, but they can be 314 /// Ephemeral symbols produced by Reader::symbols() and
|
| /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/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() 498 * If no originator key set up initialise for ephemeral key the public key in ossl_cms_RecipientInfo_kari_encrypt()
|
| /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/openssh/.github/workflows/ |
| H A D | selfhosted.yml | 18 EPHEMERAL: ${{ startsWith(matrix.host, 'libvirt') }} 28 # worker. The default is an ephemeral VM running under libvirt.
|
| /freebsd/release/tools/ |
| H A D | ec2-base.conf | 30 # Any EC2 ephemeral disks seen when the system first boots will
|