Searched refs:keypair (Results 1 – 23 of 23) sorted by relevance
/openssl/demos/signature/ |
H A D | EVP_DSA_Signature_demo.c | 147 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 D | evppkey_mismatch.txt | 15 # Public / Private keys from other tests used for keypair testing. 59 Title = Test keypair mismatches
|
H A D | evppkey_mismatch_ecx.txt | 15 # Public / Private keys from other tests used for keypair testing. 70 Title = Test keypair mismatches
|
H A D | evppkey_dsa_sigalg.txt | 99 Title = Test keypair mismatches
|
H A D | evppkey_dsa.txt | 98 Title = Test keypair mismatches
|
H A D | evppkey_ecx.txt | 601 Title = Test keypair mismatches
|
H A D | evppkey_rsa_common.txt | 1839 Title = Test RSA keypair mismatches
|
/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
|
/openssl/doc/man7/ |
H A D | EVP_KEM-EC.pod | 26 The encapsulate function generates an ephemeral keypair. It produces keymaterial
|
H A D | EVP_KEM-X25519.pod | 27 The encapsulate function generates an ephemeral keypair. It produces keymaterial
|
H A D | EVP_PKEY-X25519.pod | 22 DHKEM requires the generation of a keypair using an input key material (seed).
|
H A D | provider-decoder.pod | 186 the object is an asymmetric keypair - e.g., B<OSSL_KEYMGMT_SELECT_PRIVATE_KEY>
|
H A D | EVP_PKEY-EC.pod | 152 DHKEM requires the generation of a keypair using an input key material (seed).
|
H A D | provider-encoder.pod | 193 the object is an asymmetric keypair.
|
/openssl/demos/pkey/ |
H A D | dsa.inc | 111 static int dsa_print_key(const EVP_PKEY *pkey, int keypair, 143 if (keypair) {
|
/openssl/demos/ |
H A D | README.txt | 32 rsa_encrypt.c Encrypt and decrypt data using an RSA keypair.
|
/openssl/test/ |
H A D | evp_extra_test.c | 1306 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 D | encoders.inc | 110 /* EC only supports keypair and parameters DER and PEM output. */
|
/openssl/crypto/err/ |
H A D | openssl.txt | 1246 RSA_R_INVALID_KEYPAIR:171:invalid keypair
|
Completed in 89 milliseconds