/openssl-master/providers/implementations/keymgmt/ |
A D | rsa_kmgmt.c | 115 static int rsa_has(const void *keydata, int selection) in rsa_has() 153 static int rsa_import(void *keydata, int selection, const OSSL_PARAM params[]) in rsa_import() 179 static int rsa_export(void *keydata, int selection, in rsa_export() 284 static const OSSL_PARAM *rsa_imexport_types(int selection) in rsa_imexport_types() 291 static const OSSL_PARAM *rsa_import_types(int selection) in rsa_import_types() 296 static const OSSL_PARAM *rsa_export_types(int selection) in rsa_export_types() 363 static int rsa_validate(const void *keydata, int selection, int checktype) in rsa_validate() 421 static void *gen_init(void *provctx, int selection, int rsa_type, in gen_init() 452 static void *rsa_gen_init(void *provctx, int selection, in rsa_gen_init() 458 static void *rsapss_gen_init(void *provctx, int selection, in rsapss_gen_init() [all …]
|
A D | mac_legacy_kmgmt.c | 59 int selection; member 139 static int mac_has(const void *keydata, int selection) in mac_has() 158 static int mac_match(const void *keydata1, const void *keydata2, int selection) in mac_match() 232 static int mac_import(void *keydata, int selection, const OSSL_PARAM params[]) in mac_import() 274 static int mac_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in mac_export() 309 static const OSSL_PARAM *mac_imexport_types(int selection) in mac_imexport_types() 323 static const OSSL_PARAM *cmac_imexport_types(int selection) in cmac_imexport_types() 379 static void *mac_gen_init_common(void *provctx, int selection) in mac_gen_init_common() 394 static void *mac_gen_init(void *provctx, int selection, in mac_gen_init() 406 static void *cmac_gen_init(void *provctx, int selection, in cmac_gen_init()
|
A D | ecx_kmgmt.c | 82 int selection; member 124 static int ecx_has(const void *keydata, int selection) in ecx_has() 216 static int ecx_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in ecx_export() 254 static const OSSL_PARAM *ecx_imexport_types(int selection) in ecx_imexport_types() 455 static void *ecx_gen_init(void *provctx, int selection, in ecx_gen_init() 476 static void *x25519_gen_init(void *provctx, int selection, in x25519_gen_init() 482 static void *x448_gen_init(void *provctx, int selection, in x448_gen_init() 488 static void *ed25519_gen_init(void *provctx, int selection, in ed25519_gen_init() 494 static void *ed448_gen_init(void *provctx, int selection, in ed448_gen_init() 695 static void *ecx_dup(const void *keydata_from, int selection) in ecx_dup() [all …]
|
A D | dh_kmgmt.c | 57 int selection; member 129 static int dh_has(const void *keydata, int selection) in dh_has() 190 static int dh_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in dh_export() 261 static const OSSL_PARAM *dh_imexport_types(int selection) in dh_imexport_types() 272 static const OSSL_PARAM *dh_import_types(int selection) in dh_import_types() 277 static const OSSL_PARAM *dh_export_types(int selection) in dh_export_types() 377 static int dh_validate(const void *keydata, int selection, int checktype) in dh_validate() 412 static void *dh_gen_init_base(void *provctx, int selection, in dh_gen_init_base() 453 static void *dh_gen_init(void *provctx, int selection, in dh_gen_init() 459 static void *dhx_gen_init(void *provctx, int selection, in dhx_gen_init() [all …]
|
A D | dsa_kmgmt.c | 57 int selection; member 129 static int dsa_has(const void *keydata, int selection) in dsa_has() 148 static int dsa_match(const void *keydata1, const void *keydata2, int selection) in dsa_match() 172 static int dsa_import(void *keydata, int selection, const OSSL_PARAM params[]) in dsa_import() 191 static int dsa_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in dsa_export() 255 static const OSSL_PARAM *dsa_imexport_types(int selection) in dsa_imexport_types() 266 static const OSSL_PARAM *dsa_import_types(int selection) in dsa_import_types() 271 static const OSSL_PARAM *dsa_export_types(int selection) in dsa_export_types() 342 static int dsa_validate(const void *keydata, int selection, int checktype) in dsa_validate() 369 static void *dsa_gen_init(void *provctx, int selection, in dsa_gen_init() [all …]
|
A D | ec_kmgmt.c | 297 int ec_has(const void *keydata, int selection) in ec_has() 430 int ec_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in ec_export() 536 const OSSL_PARAM *ec_imexport_types(int selection) in ec_imexport_types() 552 const OSSL_PARAM *ec_import_types(int selection) in ec_import_types() 558 const OSSL_PARAM *ec_export_types(int selection) in ec_export_types() 869 int sm2_validate(const void *keydata, int selection, int checktype) in sm2_validate() 908 int ec_validate(const void *keydata, int selection, int checktype) in ec_validate() 961 int selection; member 966 static void *ec_gen_init(void *provctx, int selection, in ec_gen_init() 989 static void *sm2_gen_init(void *provctx, int selection, in sm2_gen_init() [all …]
|
A D | kdf_legacy_kmgmt.c | 94 static int kdf_has(const void *keydata, int selection) in kdf_has()
|
/openssl-master/test/ |
A D | endecoder_legacy_test.c | 304 EVP_PKEY *provided_pkey, int selection, in test_protected_PEM() 372 EVP_PKEY *provided_pkey, int selection, in test_unprotected_PEM() 437 EVP_PKEY *provided_pkey, int selection, in test_DER() 530 int selection = OSSL_KEYMGMT_SELECT_ALL; in test_key() local 548 int selection = in test_key() local 568 int selection = OSSL_KEYMGMT_SELECT_ALL_PARAMETERS; in test_key() local 587 int selection = in test_key() local 605 int selection = OSSL_KEYMGMT_SELECT_ALL; in test_key() local 623 int selection = in test_key() local 643 int selection = OSSL_KEYMGMT_SELECT_ALL_PARAMETERS; in test_key() local [all …]
|
A D | fake_rsaprov.c | 48 static int fake_rsa_keymgmt_has(const void *key, int selection) in fake_rsa_keymgmt_has() 65 static int fake_rsa_keymgmt_import(void *keydata, int selection, in fake_rsa_keymgmt_import() 88 static const OSSL_PARAM *fake_rsa_keymgmt_imptypes(int selection) in fake_rsa_keymgmt_imptypes()
|
/openssl-master/crypto/evp/ |
A D | keymgmt_meth.c | 329 void *evp_keymgmt_gen_init(const EVP_KEYMGMT *keymgmt, int selection, in evp_keymgmt_gen_init() 431 int evp_keymgmt_has(const EVP_KEYMGMT *keymgmt, void *keydata, int selection) in evp_keymgmt_has() 438 int selection, int checktype) in evp_keymgmt_validate() 448 int selection) in evp_keymgmt_match() 457 int selection, const OSSL_PARAM params[]) in evp_keymgmt_import() 465 int selection) in evp_keymgmt_import_types() 473 int selection, OSSL_CALLBACK *param_cb, void *cbarg) in evp_keymgmt_export() 481 int selection) in evp_keymgmt_export_types() 489 int selection) in evp_keymgmt_dup()
|
A D | keymgmt_lib.c | 87 int evp_keymgmt_util_export(const EVP_PKEY *pk, int selection, in evp_keymgmt_util_export() 311 int selection, const OSSL_PARAM params[]) in evp_keymgmt_util_fromdata() 324 int evp_keymgmt_util_has(EVP_PKEY *pk, int selection) in evp_keymgmt_util_has() 346 int evp_keymgmt_util_match(EVP_PKEY *pk1, EVP_PKEY *pk2, int selection) in evp_keymgmt_util_match() 438 int evp_keymgmt_util_copy(EVP_PKEY *to, EVP_PKEY *from, int selection) in evp_keymgmt_util_copy()
|
A D | pmeth_gn.c | 364 int EVP_PKEY_fromdata(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey, int selection, in EVP_PKEY_fromdata() 392 const OSSL_PARAM *EVP_PKEY_fromdata_settable(EVP_PKEY_CTX *ctx, int selection) in EVP_PKEY_fromdata_settable() 410 int EVP_PKEY_todata(const EVP_PKEY *pkey, int selection, OSSL_PARAM **params) in EVP_PKEY_todata() 433 int EVP_PKEY_export(const EVP_PKEY *pkey, int selection, in EVP_PKEY_export()
|
A D | evp_pkey.c | 73 int selection; in EVP_PKCS82PKEY_ex() local 114 int selection = OSSL_KEYMGMT_SELECT_ALL; in EVP_PKEY2PKCS8() local
|
A D | pmeth_check.c | 28 static int try_provided_check(EVP_PKEY_CTX *ctx, int selection, int checktype) in try_provided_check()
|
/openssl-master/providers/implementations/encode_decode/ |
A D | encode_key2text.c | 213 static int dh_to_text(BIO *out, const void *key, int selection) in dh_to_text() 283 static int dsa_to_text(BIO *out, const void *key, int selection) in dsa_to_text() 482 static int ec_to_text(BIO *out, const void *key, int selection) in ec_to_text() 559 static int ecx_to_text(BIO *out, const void *key, int selection) in ecx_to_text() 632 static int rsa_to_text(BIO *out, const void *key, int selection) in rsa_to_text() 798 static int key2text_encode(void *vctx, const void *key, int selection, in key2text_encode() 801 int selection), in key2text_encode()
|
A D | encode_key2blob.c | 51 static int key2blob_check_selection(int selection, int selection_mask) in key2blob_check_selection() 84 static int key2blob_encode(void *vctx, const void *key, int selection, in key2blob_encode()
|
A D | encode_key2ms.c | 108 static int key2ms_does_selection(void *vctx, int selection) in key2ms_does_selection() 124 static int key2msblob_encode(void *vctx, const void *key, int selection, in key2msblob_encode() 146 static int key2pvk_encode(void *vctx, const void *key, int selection, in key2pvk_encode()
|
A D | decode_pvk2key.c | 60 int selection; member 82 static int pvk2key_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, in pvk2key_decode()
|
A D | endecoder_common.c | 61 int selection, const OSSL_PARAM params[]) in ossl_prov_import_key()
|
A D | decode_msblob2key.c | 60 int selection; member 82 static int msblob2key_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, in msblob2key_decode()
|
A D | decode_spki2typespki.c | 51 static int spki2typespki_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, in spki2typespki_decode()
|
/openssl-master/providers/implementations/storemgmt/ |
A D | file_store_any2obj.c | 83 static int der2obj_decode(void *provctx, OSSL_CORE_BIO *cin, int selection, in der2obj_decode() 109 static int msblob2obj_decode(void *provctx, OSSL_CORE_BIO *cin, int selection, in msblob2obj_decode() 178 static int pvk2obj_decode(void *provctx, OSSL_CORE_BIO *cin, int selection, in pvk2obj_decode()
|
/openssl-master/crypto/encode_decode/ |
A D | encoder_pkey.c | 157 int selection; member 225 int selection, in ossl_encoder_ctx_setup_for_pkey() 314 int selection, in OSSL_ENCODER_CTX_new_for_pkey()
|
/openssl-master/crypto/asn1/ |
A D | i2d_evp.c | 33 static int i2d_provided(const EVP_PKEY *a, int selection, in i2d_provided()
|
/openssl-master/crypto/dsa/ |
A D | dsa_backend.c | 79 DSA *ossl_dsa_dup(const DSA *dsa, int selection) in ossl_dsa_dup()
|