Home
last modified time | relevance | path

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

/openssl/demos/signature/
H A DEVP_DSA_Signature_demo.c147 OSSL_PARAM *keypair = NULL; in extract_keypair() local
149 if (EVP_PKEY_todata(pkey, EVP_PKEY_KEYPAIR, &keypair) != 1) in extract_keypair()
155 OSSL_PARAM_free(keypair); in extract_keypair()
156 keypair = NULL; in extract_keypair()
158 *p_keypair = keypair; in extract_keypair()
165 OSSL_PARAM keypair[]) in demo_sign() argument
179 if (EVP_PKEY_fromdata(pkey_ctx, &pkey, EVP_PKEY_KEYPAIR, keypair) != 1) in demo_sign()
276 OSSL_PARAM *keypair = NULL; in main() local
293 if (extract_keypair(pkey, &keypair) != 1) in main()
297 if (demo_sign(libctx, &sig_len, &sig_value, keypair) != 1) in main()
[all …]
/openssl/test/recipes/30-test_evp_data/
H A Devppkey_mismatch.txt15 # Public / Private keys from other tests used for keypair testing.
59 Title = Test keypair mismatches
H A Devppkey_mismatch_ecx.txt15 # Public / Private keys from other tests used for keypair testing.
70 Title = Test keypair mismatches
H A Devppkey_dsa_sigalg.txt99 Title = Test keypair mismatches
H A Devppkey_dsa.txt98 Title = Test keypair mismatches
H A Devppkey_ecx.txt601 Title = Test keypair mismatches
H A Devppkey_rsa_common.txt1839 Title = Test RSA keypair mismatches
/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
/openssl/doc/man7/
H A DEVP_KEM-EC.pod26 The encapsulate function generates an ephemeral keypair. It produces keymaterial
H A DEVP_KEM-X25519.pod27 The encapsulate function generates an ephemeral keypair. It produces keymaterial
H A DEVP_PKEY-X25519.pod22 DHKEM requires the generation of a keypair using an input key material (seed).
H A Dprovider-decoder.pod186 the object is an asymmetric keypair - e.g., B<OSSL_KEYMGMT_SELECT_PRIVATE_KEY>
H A DEVP_PKEY-EC.pod152 DHKEM requires the generation of a keypair using an input key material (seed).
H A Dprovider-encoder.pod193 the object is an asymmetric keypair.
/openssl/demos/pkey/
H A Ddsa.inc111 static int dsa_print_key(const EVP_PKEY *pkey, int keypair,
143 if (keypair) {
/openssl/demos/
H A DREADME.txt32 rsa_encrypt.c Encrypt and decrypt data using an RSA keypair.
/openssl/test/
H A Devp_extra_test.c1306 EVP_PKEY *keypair = NULL; in test_evp_get_ec_pub() local
1327 || !TEST_ptr(keypair = make_key_fromdata("EC", params))) in test_evp_get_ec_pub()
1330 if (!test_selection(keypair, EVP_PKEY_KEYPAIR)) in test_evp_get_ec_pub()
1333 if (!EVP_PKEY_get_bn_param(keypair, OSSL_PKEY_PARAM_EC_PUB_X, &x) in test_evp_get_ec_pub()
1334 || !EVP_PKEY_get_bn_param(keypair, OSSL_PKEY_PARAM_EC_PUB_Y, &y)) in test_evp_get_ec_pub()
1351 EVP_PKEY_free(keypair); in test_evp_get_ec_pub()
1649 EVP_PKEY *keypair = NULL; in test_EVP_Enveloped() local
1666 if (!TEST_ptr(keypair = load_example_rsa_key()) in test_EVP_Enveloped()
1670 &keypair, 1)) in test_EVP_Enveloped()
1679 if (!TEST_true(EVP_OpenInit(ctx, type, kek, kek_len, iv, keypair)) in test_EVP_Enveloped()
[all …]
/openssl/providers/
H A Dencoders.inc110 /* EC only supports keypair and parameters DER and PEM output. */
/openssl/crypto/err/
H A Dopenssl.txt1246 RSA_R_INVALID_KEYPAIR:171:invalid keypair

Completed in 65 milliseconds