Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_qos_parser_l.l181 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 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.
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 Dossl-guide-migration.pod2362 B<openssl genrsa> and B<openssl rsa> have been modified to use PKEY APIs.
/freebsd/crypto/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.
/freebsd/crypto/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.
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dsaquery.c1091 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 Devp_keymgmt_util_export_to_provider.pod59 object to a B<PKEY>.
/freebsd/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c147 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 Dfunctions-for-explicitly-fetched-signature-algorithms.md1 Functions for explicitly fetched PKEY algorithms
/freebsd/crypto/openssl/
H A DCHANGES.md3357 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