Home
last modified time | relevance | path

Searched refs:keypair (Results 1 – 20 of 20) sorted by relevance

/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_mismatch.txt15 # Public / Private keys from other tests used for keypair testing.
70 Title = Test keypair mismatches
H A Devppkey_dsa.txt98 Title = Test keypair mismatches
H A Devppkey_ecx.txt570 Title = Test keypair mismatches
H A Devppkey_rsa_common.txt1251 Title = Test RSA keypair mismatches
/freebsd/contrib/unbound/dnscrypt/
H A Ddnscrypt.c300 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 Ddnscrypt.h52 KeyPair *keypair; member
/freebsd/crypto/openssh/
H A Ded25519.sh68 */crypto_sign/ed25519/ref/keypair.c)
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_fromdata.pod21 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 DEVP_PKEY_new.pod69 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 DOSSL_STORE_INFO.pod170 A keypair or just a private key (possibly with key parameters).
H A Dd2i_RSAPrivateKey.pod5 Any deprecated keypair/params d2i or i2d functions are collected on this page.
H A Dd2i_X509.pod5 Any keypair function here that gets deprecated should be moved to
/freebsd/crypto/openssl/demos/pkey/
H A Ddsa.inc111 static int dsa_print_key(const EVP_PKEY *pkey, int keypair,
143 if (keypair) {
/freebsd/sys/dev/wg/
H A Dif_wg.c2053 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 DMakefile.am72 crypto_sign/ed25519/ref10/keypair.c \
/freebsd/crypto/openssl/test/
H A Devp_extra_test.c1294 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 Dencoders.inc108 /* EC only supports keypair and parameters DER and PEM output. */
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-decoder.pod186 the object is an asymmetric keypair - e.g., B<OSSL_KEYMGMT_SELECT_PRIVATE_KEY>
H A Dprovider-encoder.pod193 the object is an asymmetric keypair.
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt1169 RSA_R_INVALID_KEYPAIR:171:invalid keypair