Home
last modified time | relevance | path

Searched refs:PKEY (Results 1 – 19 of 19) sorted by relevance

/openssl/doc/man7/
H A Dlife_cycle-pkey.pod5 life_cycle-pkey - The PKEY algorithm life-cycle
15 This state represents the PKEY before it has been allocated. It is the
20 This state represents the PKEY after it has been allocated.
29 This state represents the PKEY when it is ready to decrypt some ciphertext.
33 This state represents the PKEY when it is ready to derive a shared secret.
37 This state represents the PKEY when it is ready to perform a private key signature
47 This state represents the PKEY when it is ready to encrypt some plaintext.
55 This state represents the PKEY when it is ready to generate key parameters.
67 This state is entered when the PKEY is freed. It is the terminal state
74 The usual life-cycle of a PKEY object is illustrated:
[all …]
H A Dossl-guide-migration.pod2352 B<openssl genrsa> and B<openssl rsa> have been modified to use PKEY APIs.
/openssl/doc/man3/
H A DRSA_padding_add_PKCS1_type_1.pod59 Applications should instead use the EVP PKEY APIs.
140 You should prefer the use of EVP PKEY APIs for PKCS#1 v1.5 decryption
H A DRSA_sign_ASN1_OCTET_STRING.pod26 Applications should instead use EVP PKEY APIs.
H A DOSSL_STORE_INFO.pod68 STORE_INFO_get0_<TYPE>() where <TYPE> can be NAME, PARAMS, PKEY, CERT, or CRL.
/openssl/test/recipes/30-test_evp_data/
H A Devppkey_sm2.txt17 # Private keys used for PKEY operations.
H A Devppkey_rsa_sigalg.txt15 # Private keys used for PKEY operations.
H A Devppkey_ecdsa_sigalg.txt17 # Private keys used for PKEY operations.
H A Devppkey_ecdsa.txt17 # Private keys used for PKEY operations.
H A Devppkey_dsa_sigalg.txt15 # Private keys used for PKEY operations.
H A Devppkey_dsa.txt15 # Private keys used for PKEY operations.
H A Devppkey_rsa.txt15 # Private keys used for PKEY operations.
H A Devppkey_ecx.txt18 # Private keys used for PKEY operations.
H A Devppkey_rsa_common.txt15 # Private keys used for PKEY operations.
H A Devppkey_ecdh.txt17 # Private keys used for PKEY operations.
H A Devppkey_kas.txt17 # Private keys used for PKEY operations.
/openssl/doc/internal/man3/
H A Devp_keymgmt_util_export_to_provider.pod59 object to a B<PKEY>.
/openssl/crypto/evp/
H A Dctrl_params_translate.c147 PKEY, enumerator
606 case PKEY: in default_fixup_args()
650 } else if ((state == POST_PARAMS_TO_CTRL || state == PKEY) in default_fixup_args()
656 if (state == PKEY) in default_fixup_args()
2942 ret = fixup(PKEY, translation, &ctx); in evp_pkey_setget_params_to_ctrl()
2944 cleanup_translation_ctx(PKEY, translation, &ctx); in evp_pkey_setget_params_to_ctrl()
/openssl/
H A DCHANGES.md2683 modified to use PKEY APIs. These commands are now in maintenance mode
2692 * The command line utilities genrsa and rsa have been modified to use PKEY

Completed in 166 milliseconds