| /freebsd/contrib/ofed/opensm/opensm/ |
| H A D | osm_qos_parser_l.l | 181 PKEY pkey 268 {PKEY}{WHITE_DOTDOT_WHITE} { SAVE_POS; HANDLE_IF_IN_DESCRIPTION; START_PKEY; re… 279 {ULP_ANY}{WHITE_COMMA_WHITE}{PKEY} { SAVE_POS; HANDLE_IF_IN_DESCRIPTION; START_ULP_ANY;… 296 {ULP_IPOIB}{WHITE_COMMA_WHITE}{PKEY} { SAVE_POS; HANDLE_IF_IN_DESCRIPTION; START_ULP_IPOI…
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | life_cycle-pkey.pod | 5 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. 24 This state represents the PKEY when it is ready to perform a private key decapsulation 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 42 This state represents the PKEY when it is ready to perform a public key encapsulation 47 This state represents the PKEY when it is ready to encrypt some plaintext. 51 This state represents the PKEY when it is ready to generate a new public/private key. [all …]
|
| H A D | ossl-guide-migration.pod | 2362 B<openssl genrsa> and B<openssl rsa> have been modified to use PKEY APIs.
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | RSA_padding_add_PKCS1_type_1.pod | 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
|
| H A D | RSA_sign_ASN1_OCTET_STRING.pod | 26 Applications should instead use EVP PKEY APIs.
|
| H A D | OSSL_STORE_INFO.pod | 68 STORE_INFO_get0_<TYPE>() where <TYPE> can be NAME, PARAMS, PKEY, CERT, or CRL.
|
| /freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
| H A D | evppkey_sm2.txt | 17 # Private keys used for PKEY operations.
|
| H A D | evppkey_rsa_sigalg.txt | 15 # Private keys used for PKEY operations.
|
| H A D | evppkey_ecdsa_sigalg.txt | 17 # Private keys used for PKEY operations.
|
| H A D | evppkey_ecdsa.txt | 17 # Private keys used for PKEY operations.
|
| H A D | evppkey_dsa_sigalg.txt | 15 # Private keys used for PKEY operations.
|
| H A D | evppkey_dsa.txt | 15 # Private keys used for PKEY operations.
|
| H A D | evppkey_rsa.txt | 15 # Private keys used for PKEY operations.
|
| H A D | evppkey_ecx.txt | 18 # Private keys used for PKEY operations.
|
| H A D | evppkey_rsa_common.txt | 15 # Private keys used for PKEY operations.
|
| H A D | evppkey_ecdh.txt | 17 # Private keys used for PKEY operations.
|
| H A D | evppkey_kas.txt | 17 # Private keys used for PKEY operations.
|
| /freebsd/contrib/ofed/infiniband-diags/src/ |
| H A D | saquery.c | 1091 CHECK_AND_SET_VAL(p->pkey, 16, 0, pr.pkey, PR, PKEY); in query_path_records() 1232 CHECK_AND_SET_VAL(p->pkey, 16, 0, mr.pkey, MCR, PKEY); in query_mcmember_records() 1387 CHECK_AND_SET_VAL(lid, 16, 0, pktr.lid, PKEY, LID); in query_pkey_tbl_records() 1388 CHECK_AND_SET_VAL(port, 8, -1, pktr.port_num, PKEY, PORT); in query_pkey_tbl_records() 1389 CHECK_AND_SET_VAL(block, 16, -1, pktr.block_num, PKEY, BLOCK); in query_pkey_tbl_records()
|
| /freebsd/crypto/openssl/doc/internal/man3/ |
| H A D | evp_keymgmt_util_export_to_provider.pod | 59 object to a B<PKEY>.
|
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | ctrl_params_translate.c | 147 PKEY, enumerator 612 case PKEY: in default_fixup_args() 655 } else if ((state == POST_PARAMS_TO_CTRL || state == PKEY) in default_fixup_args() 661 if (state == PKEY) in default_fixup_args() 2948 ret = fixup(PKEY, translation, &ctx); in evp_pkey_setget_params_to_ctrl() 2950 cleanup_translation_ctx(PKEY, translation, &ctx); in evp_pkey_setget_params_to_ctrl()
|
| /freebsd/crypto/openssl/doc/designs/ |
| H A D | functions-for-explicitly-fetched-signature-algorithms.md | 1 Functions for explicitly fetched PKEY algorithms
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 3357 modified to use PKEY APIs. These commands are now in maintenance mode 3366 * The command line utilities genrsa and rsa have been modified to use PKEY
|