Home
last modified time | relevance | path

Searched defs:selection (Results 101 - 125 of 172) sorted by relevance

1234567

/third_party/node/deps/openssl/openssl/crypto/dh/
H A Ddh_ameth.c463 int selection = 0; in dh_pkey_export_to() local
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c216 static int dh_to_text(BIO *out, const void *key, int selection) in dh_to_text() argument
292 static int dsa_to_text(BIO *out, const void *key, int selection) in dsa_to_text() argument
491 ec_to_text(BIO *out, const void *key, int selection) ec_to_text() argument
568 ecx_to_text(BIO *out, const void *key, int selection) ecx_to_text() argument
628 rsa_to_text(BIO *out, const void *key, int selection) rsa_to_text() argument
794 key2text_encode(void *vctx, const void *key, int selection, OSSL_CORE_BIO *cout, int (*key2text)(BIO *out, const void *key, int selection), OSSL_PASSPHRASE_CALLBACK *cb, void *cbarg) key2text_encode() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c57 int selection; member
129 static int dh_has(const void *keydata, int selection) in dh_has() argument
148 static int dh_match(const void *keydata1, const void *keydata2, int selection) in dh_match() argument
190 dh_import(void *keydata, int selection, const OSSL_PARAM params[]) dh_import() argument
214 dh_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, void *cbarg) dh_export() argument
293 dh_imexport_types(int selection) dh_imexport_types() argument
304 dh_import_types(int selection) dh_import_types() argument
309 dh_export_types(int selection) dh_export_types() argument
409 dh_validate(const void *keydata, int selection, int checktype) dh_validate() argument
444 dh_gen_init_base(void *provctx, int selection, const OSSL_PARAM params[], int type) dh_gen_init_base() argument
485 dh_gen_init(void *provctx, int selection, const OSSL_PARAM params[]) dh_gen_init() argument
491 dhx_gen_init(void *provctx, int selection, const OSSL_PARAM params[]) dhx_gen_init() argument
819 dh_dup(const void *keydata_from, int selection) dh_dup() argument
[all...]
H A Ddsa_kmgmt.c56 int selection; member
130 static int dsa_has(const void *keydata, int selection) in dsa_has() argument
149 static int dsa_match(const void *keydata1, const void *keydata2, int selection) in dsa_match() argument
191 dsa_import(void *keydata, int selection, const OSSL_PARAM params[]) dsa_import() argument
215 dsa_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, void *cbarg) dsa_export() argument
291 dsa_imexport_types(int selection) dsa_imexport_types() argument
302 dsa_import_types(int selection) dsa_import_types() argument
307 dsa_export_types(int selection) dsa_export_types() argument
378 dsa_validate(const void *keydata, int selection, int checktype) dsa_validate() argument
405 dsa_gen_init(void *provctx, int selection, const OSSL_PARAM params[]) dsa_gen_init() argument
651 dsa_dup(const void *keydata_from, int selection) dsa_dup() argument
[all...]
H A Dec_kmgmt.c304 int ec_has(const void *keydata, int selection) in ec_has() argument
328 static int ec_match(const void *keydata1, const void *keydata2, int selection) in ec_match() argument
390 common_import(void *keydata, int selection, const OSSL_PARAM params[], int sm2_wanted) common_import() argument
433 ec_import(void *keydata, int selection, const OSSL_PARAM params[]) ec_import() argument
441 sm2_import(void *keydata, int selection, const OSSL_PARAM params[]) sm2_import() argument
449 ec_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, void *cbarg) ec_export() argument
557 ec_imexport_types(int selection) ec_imexport_types() argument
573 ec_import_types(int selection) ec_import_types() argument
579 ec_export_types(int selection) ec_export_types() argument
897 sm2_validate(const void *keydata, int selection, int checktype) sm2_validate() argument
936 ec_validate(const void *keydata, int selection, int checktype) ec_validate() argument
989 int selection; global() member
994 ec_gen_init(void *provctx, int selection, const OSSL_PARAM params[]) ec_gen_init() argument
1017 sm2_gen_init(void *provctx, int selection, const OSSL_PARAM params[]) sm2_gen_init() argument
1400 ec_dup(const void *keydata_from, int selection) ec_dup() argument
[all...]
H A Decx_kmgmt.c80 int selection; member
122 static int ecx_has(const void *keydata, int selection) in ecx_has() argument
143 static int ecx_match(const void *keydata1, const void *keydata2, int selection) in ecx_match() argument
191 static int ecx_import(void *keydata, int selection, cons argument
230 ecx_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, void *cbarg) ecx_export() argument
274 ecx_imexport_types(int selection) ecx_imexport_types() argument
475 ecx_gen_init(void *provctx, int selection, const OSSL_PARAM params[], ECX_KEY_TYPE type) ecx_gen_init() argument
496 x25519_gen_init(void *provctx, int selection, const OSSL_PARAM params[]) x25519_gen_init() argument
502 x448_gen_init(void *provctx, int selection, const OSSL_PARAM params[]) x448_gen_init() argument
508 ed25519_gen_init(void *provctx, int selection, const OSSL_PARAM params[]) ed25519_gen_init() argument
514 ed448_gen_init(void *provctx, int selection, const OSSL_PARAM params[]) ed448_gen_init() argument
715 ecx_dup(const void *keydata_from, int selection) ecx_dup() argument
749 ecx_validate(const void *keydata, int selection, int type, size_t keylen) ecx_validate() argument
777 x25519_validate(const void *keydata, int selection, int checktype) x25519_validate() argument
782 x448_validate(const void *keydata, int selection, int checktype) x448_validate() argument
787 ed25519_validate(const void *keydata, int selection, int checktype) ed25519_validate() argument
792 ed448_validate(const void *keydata, int selection, int checktype) ed448_validate() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_backend.c597 EC_KEY *ossl_ec_key_dup(const EC_KEY *src, int selection) in ossl_ec_key_dup() argument
H A Dec_ameth.c484 int selection = 0; in ec_pkey_export_to() local
/third_party/node/deps/openssl/openssl/crypto/encode_decode/
H A Ddecoder_lib.c165 int OSSL_DECODER_CTX_set_selection(OSSL_DECODER_CTX *ctx, int selection) in OSSL_DECODER_CTX_set_selection() argument
/third_party/openssl/test/
H A Dendecoder_legacy_test.c530 int selection in test_key() local
298 test_protected_PEM(const char *keytype, int evp_type, const void *legacy_key, PEM_write_bio_of_void_protected *pem_write_bio, PEM_read_bio_of_void *pem_read_bio, EVP_PKEY_eq_fn *evp_pkey_eq, EVP_PKEY_print_fn *evp_pkey_print, EVP_PKEY *provided_pkey, int selection, const char *structure) test_protected_PEM() argument
366 test_unprotected_PEM(const char *keytype, int evp_type, const void *legacy_key, PEM_write_bio_of_void_unprotected *pem_write_bio, PEM_read_bio_of_void *pem_read_bio, EVP_PKEY_eq_fn *evp_pkey_eq, EVP_PKEY_print_fn *evp_pkey_print, EVP_PKEY *provided_pkey, int selection, const char *structure) test_unprotected_PEM() argument
433 test_DER(const char *keytype, int evp_type, const void *legacy_key, i2d_of_void *i2d, d2i_of_void *d2i, EVP_PKEY_eq_fn *evp_pkey_eq, EVP_PKEY_print_fn *evp_pkey_print, EVP_PKEY *provided_pkey, int selection, const char *structure) test_DER() argument
548 int selection = test_key() local
568 int selection = OSSL_KEYMGMT_SELECT_ALL_PARAMETERS; test_key() local
587 int selection = test_key() local
605 int selection = OSSL_KEYMGMT_SELECT_ALL; test_key() local
623 int selection = test_key() local
643 int selection = OSSL_KEYMGMT_SELECT_ALL_PARAMETERS; test_key() local
660 int selection = test_key() local
[all...]
H A Dfake_rsaprov.c35 int selection; member
60 static int fake_rsa_keymgmt_has(const void *key, int selection) in fake_rsa_keymgmt_has() argument
77 static int fake_rsa_keymgmt_import(void *keydata, int selection, in fake_rsa_keymgmt_import() argument
161 static int fake_rsa_keymgmt_export(void *keydata, int selection, in fake_rsa_keymgmt_export() argument
190 static const OSSL_PARAM *fake_rsa_keymgmt_imptypes(int selection) in fake_rsa_keymgmt_imptypes() argument
204 static const OSSL_PARAM *fake_rsa_keymgmt_exptypes(int selection) in fake_rsa_keymgmt_exptypes() argument
229 fake_rsa_gen_init(void *provctx, int selection, const OSSL_PARAM params[]) fake_rsa_gen_init() argument
[all...]
/third_party/openssl/crypto/encode_decode/
H A Ddecoder_lib.c165 int OSSL_DECODER_CTX_set_selection(OSSL_DECODER_CTX *ctx, int selection) in OSSL_DECODER_CTX_set_selection() argument
/third_party/openssl/crypto/ec/
H A Dec_backend.c597 EC_KEY *ossl_ec_key_dup(const EC_KEY *src, int selection) in ossl_ec_key_dup() argument
H A Dec_ameth.c484 int selection = 0; in ec_pkey_export_to() local
/third_party/openssl/crypto/dh/
H A Ddh_ameth.c463 int selection = 0; in dh_pkey_export_to() local
/third_party/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c57 int selection; member
129 static int dh_has(const void *keydata, int selection) in dh_has() argument
148 static int dh_match(const void *keydata1, const void *keydata2, int selection) in dh_match() argument
190 dh_import(void *keydata, int selection, const OSSL_PARAM params[]) dh_import() argument
214 dh_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, void *cbarg) dh_export() argument
290 dh_imexport_types(int selection) dh_imexport_types() argument
301 dh_import_types(int selection) dh_import_types() argument
306 dh_export_types(int selection) dh_export_types() argument
406 dh_validate(const void *keydata, int selection, int checktype) dh_validate() argument
441 dh_gen_init_base(void *provctx, int selection, const OSSL_PARAM params[], int type) dh_gen_init_base() argument
482 dh_gen_init(void *provctx, int selection, const OSSL_PARAM params[]) dh_gen_init() argument
488 dhx_gen_init(void *provctx, int selection, const OSSL_PARAM params[]) dhx_gen_init() argument
816 dh_dup(const void *keydata_from, int selection) dh_dup() argument
[all...]
H A Ddsa_kmgmt.c56 int selection; member
130 static int dsa_has(const void *keydata, int selection) in dsa_has() argument
149 static int dsa_match(const void *keydata1, const void *keydata2, int selection) in dsa_match() argument
191 dsa_import(void *keydata, int selection, const OSSL_PARAM params[]) dsa_import() argument
215 dsa_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, void *cbarg) dsa_export() argument
288 dsa_imexport_types(int selection) dsa_imexport_types() argument
299 dsa_import_types(int selection) dsa_import_types() argument
304 dsa_export_types(int selection) dsa_export_types() argument
375 dsa_validate(const void *keydata, int selection, int checktype) dsa_validate() argument
402 dsa_gen_init(void *provctx, int selection, const OSSL_PARAM params[]) dsa_gen_init() argument
648 dsa_dup(const void *keydata_from, int selection) dsa_dup() argument
[all...]
/third_party/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c216 static int dh_to_text(BIO *out, const void *key, int selection) in dh_to_text() argument
292 static int dsa_to_text(BIO *out, const void *key, int selection) in dsa_to_text() argument
491 ec_to_text(BIO *out, const void *key, int selection) ec_to_text() argument
568 ecx_to_text(BIO *out, const void *key, int selection) ecx_to_text() argument
641 rsa_to_text(BIO *out, const void *key, int selection) rsa_to_text() argument
807 key2text_encode(void *vctx, const void *key, int selection, OSSL_CORE_BIO *cout, int (*key2text)(BIO *out, const void *key, int selection), OSSL_PASSPHRASE_CALLBACK *cb, void *cbarg) key2text_encode() argument
[all...]
/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Drsa_asy_key_generator_openssl.c1004 static HcfResult ConvertPemKeyToKey(const char *keyStr, int selection, RSA **rsa) in ConvertPemKeyToKey() argument
1036 static HcfResult ConvertPemPubKey(const char *pubKeyStr, int selection, HcfOpensslRsaPubKey **pubKeyRet) in ConvertPemPubKey() argument
1077 static HcfResult ConvertPemPriKey(const char *priKeyStr, int selection, HcfOpensslRsaPriKey **priKeyRet) in ConvertPemPriKey() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_mpc.c1032 uint16_t selection = 0; in program_gamut_remap() local
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dtiming_generator.h128 enum crc_selection selection; member
/kernel/linux/linux-5.10/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-37xx.c93 u32 selection; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dtiming_generator.h131 enum crc_selection selection; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_mpc.c1061 uint16_t selection = 0; in program_gamut_remap() local
/kernel/linux/linux-6.6/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-37xx.c94 u32 selection; member

Completed in 28 milliseconds

1234567