Home
last modified time | relevance | path

Searched refs:PKEY (Results 1 – 17 of 17) 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.
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 Dmigration_guide.pod2309 B<openssl genrsa> and B<openssl rsa> have been modified to use PKEY APIs.
/freebsd/crypto/openssl/doc/man3/
H A DRSA_sign_ASN1_OCTET_STRING.pod26 Applications should instead use EVP PKEY APIs.
H A DRSA_padding_add_PKCS1_type_1.pod59 Applications should instead use the 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_ecdsa.txt17 # Private keys used for PKEY operations.
H A Devppkey_dsa.txt15 # Private keys used for PKEY operations.
H A Devppkey_ecx.txt17 # Private keys used for PKEY operations.
H A Devppkey_rsa.txt15 # 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/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c147 PKEY, enumerator
608 case PKEY: in default_fixup_args()
652 } else if ((state == POST_PARAMS_TO_CTRL || state == PKEY) in default_fixup_args()
658 if (state == PKEY) in default_fixup_args()
2865 ret = fixup(PKEY, translation, &ctx); in evp_pkey_setget_params_to_ctrl()
2867 cleanup_translation_ctx(PKEY, translation, &ctx); in evp_pkey_setget_params_to_ctrl()
/freebsd/crypto/openssl/doc/internal/man3/
H A Devp_keymgmt_util_export_to_provider.pod60 object to a B<PKEY>.
/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()