Searched refs:keypair (Results 1 – 20 of 20) sorted by relevance
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evppkey_mismatch.txt | 15 # Public / Private keys from other tests used for keypair testing. 70 Title = Test keypair mismatches
|
H A D | evppkey_dsa.txt | 98 Title = Test keypair mismatches
|
H A D | evppkey_ecx.txt | 570 Title = Test keypair mismatches
|
H A D | evppkey_rsa_common.txt | 1251 Title = Test RSA keypair mismatches
|
/freebsd/contrib/unbound/dnscrypt/ |
H A D | dnscrypt.c | 300 cert->keypair->crypt_secretkey); in dnscrypt_server_uncurve() 313 cert->keypair->crypt_secretkey) != 0) { in dnscrypt_server_uncurve() 322 cert->keypair->crypt_secretkey) != 0) { in dnscrypt_server_uncurve() 491 cert->keypair->crypt_secretkey); in dnscrypt_server_curve() 835 current_cert->keypair = current_keypair; in dnsc_parse_keys() 844 current_cert->keypair->crypt_publickey); in dnsc_parse_keys()
|
H A D | dnscrypt.h | 52 KeyPair *keypair; member
|
/freebsd/crypto/openssh/ |
H A D | ed25519.sh | 68 */crypto_sign/ed25519/ref/keypair.c)
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_PKEY_fromdata.pod | 21 keypair. 75 Any keypair components will be selected. This includes the private key, 106 =head2 Creating an RSA keypair using raw key data 139 =head2 Creating an ECC keypair using raw key data
|
H A D | EVP_PKEY_new.pod | 69 key, or both (a keypair), and along with those, key parameters if the key type 208 be the private part of the keypair without the public part, where this was
|
H A D | OSSL_STORE_INFO.pod | 170 A keypair or just a private key (possibly with key parameters).
|
H A D | d2i_RSAPrivateKey.pod | 5 Any deprecated keypair/params d2i or i2d functions are collected on this page.
|
H A D | d2i_X509.pod | 5 Any keypair function here that gets deprecated should be moved to
|
/freebsd/crypto/openssl/demos/pkey/ |
H A D | dsa.inc | 111 static int dsa_print_key(const EVP_PKEY *pkey, int keypair, 143 if (keypair) {
|
/freebsd/sys/dev/wg/ |
H A D | if_wg.c | 2053 struct noise_keypair *keypair; in wg_peer_send_staged() local 2062 if ((keypair = noise_keypair_current(peer->p_remote)) == NULL) in wg_peer_send_staged() 2066 if (noise_keypair_nonce_next(keypair, &pkt->p_nonce) != 0) in wg_peer_send_staged() 2070 pkt->p_keypair = noise_keypair_ref(keypair); in wg_peer_send_staged() 2075 noise_keypair_put(keypair); in wg_peer_send_staged() 2079 noise_keypair_put(keypair); in wg_peer_send_staged()
|
/freebsd/sys/contrib/libsodium/src/libsodium/ |
H A D | Makefile.am | 72 crypto_sign/ed25519/ref10/keypair.c \
|
/freebsd/crypto/openssl/test/ |
H A D | evp_extra_test.c | 1294 EVP_PKEY *keypair = NULL; in test_EVP_Enveloped() local 1311 if (!TEST_ptr(keypair = load_example_rsa_key()) in test_EVP_Enveloped() 1312 || !TEST_ptr(kek = OPENSSL_zalloc(EVP_PKEY_get_size(keypair))) in test_EVP_Enveloped() 1315 &keypair, 1)) in test_EVP_Enveloped() 1324 if (!TEST_true(EVP_OpenInit(ctx, type, kek, kek_len, iv, keypair)) in test_EVP_Enveloped() 1339 EVP_PKEY_free(keypair); in test_EVP_Enveloped()
|
/freebsd/crypto/openssl/providers/ |
H A D | encoders.inc | 108 /* EC only supports keypair and parameters DER and PEM output. */
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | provider-decoder.pod | 186 the object is an asymmetric keypair - e.g., B<OSSL_KEYMGMT_SELECT_PRIVATE_KEY>
|
H A D | provider-encoder.pod | 193 the object is an asymmetric keypair.
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | openssl.txt | 1169 RSA_R_INVALID_KEYPAIR:171:invalid keypair
|