Searched refs:PKEY (Results 1 – 19 of 19) sorted by relevance
5 life_cycle-pkey - The PKEY algorithm life-cycle15 This state represents the PKEY before it has been allocated. It is the20 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 signature47 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 state74 The usual life-cycle of a PKEY object is illustrated:[all …]
2352 B<openssl genrsa> and B<openssl rsa> have been modified to use PKEY APIs.
59 Applications should instead use the EVP PKEY APIs.140 You should prefer the use of EVP PKEY APIs for PKCS#1 v1.5 decryption
26 Applications should instead use EVP PKEY APIs.
68 STORE_INFO_get0_<TYPE>() where <TYPE> can be NAME, PARAMS, PKEY, CERT, or CRL.
17 # Private keys used for PKEY operations.
15 # Private keys used for PKEY operations.
18 # Private keys used for PKEY operations.
59 object to a B<PKEY>.
147 PKEY, enumerator606 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()
2683 modified to use PKEY APIs. These commands are now in maintenance mode2692 * The command line utilities genrsa and rsa have been modified to use PKEY
Completed in 166 milliseconds