/third_party/openssl/crypto/cms/ |
H A D | cms_ec.c | 30 int selection = OSSL_KEYMGMT_SELECT_ALL_PARAMETERS; in pkey_type2param() local
|
/third_party/openssl/crypto/evp/ |
H A D | pmeth_gn.c | 363 int EVP_PKEY_fromdata(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey, int selection, in EVP_PKEY_fromdata() argument 397 const OSSL_PARAM *EVP_PKEY_fromdata_settable(EVP_PKEY_CTX *ctx, int selection) in EVP_PKEY_fromdata_settable() argument 415 int EVP_PKEY_todata(const EVP_PKEY *pkey, int selection, OSSL_PARAM **params) in EVP_PKEY_todata() argument 438 int EVP_PKEY_export(const EVP_PKEY *pkey, int selection, in EVP_PKEY_export() argument
|
H A D | keymgmt_lib.c | 87 int evp_keymgmt_util_export(const EVP_PKEY *pk, int selection, in evp_keymgmt_util_export() argument 96 evp_keymgmt_util_export_to_provider(EVP_PKEY *pk, EVP_KEYMGMT *keymgmt, int selection) evp_keymgmt_util_export_to_provider() argument 236 evp_keymgmt_util_find_operation_cache(EVP_PKEY *pk, EVP_KEYMGMT *keymgmt, int selection) evp_keymgmt_util_find_operation_cache() argument 255 evp_keymgmt_util_cache_keydata(EVP_PKEY *pk, EVP_KEYMGMT *keymgmt, void *keydata, int selection) evp_keymgmt_util_cache_keydata() argument 314 evp_keymgmt_util_fromdata(EVP_PKEY *target, EVP_KEYMGMT *keymgmt, int selection, const OSSL_PARAM params[]) evp_keymgmt_util_fromdata() argument 328 evp_keymgmt_util_has(EVP_PKEY *pk, int selection) evp_keymgmt_util_has() argument 350 evp_keymgmt_util_match(EVP_PKEY *pk1, EVP_PKEY *pk2, int selection) evp_keymgmt_util_match() argument 444 evp_keymgmt_util_copy(EVP_PKEY *to, EVP_PKEY *from, int selection) evp_keymgmt_util_copy() argument [all...] |
H A D | evp_pkey.c | 73 int selection; in EVP_PKCS82PKEY_ex() local 114 int selection = OSSL_KEYMGMT_SELECT_ALL; in EVP_PKEY2PKCS8() local
|
/third_party/openssl/apps/ |
H A D | rsa.c | 139 int selection = 0; in rsa_main() local
|
H A D | dsa.c | 92 int selection = 0; in dsa_main() local
|
H A D | ec.c | 243 int selection; in ec_main() local
|
/third_party/openssl/crypto/encode_decode/ |
H A D | decoder_pkey.c | 59 int selection; in DEFINE_STACK_OF() local 426 OSSL_DECODER_CTX_new_for_pkey(EVP_PKEY **pkey, const char *input_type, const char *input_structure, const char *keytype, int selection, OSSL_LIB_CTX *libctx, const char *propquery) OSSL_DECODER_CTX_new_for_pkey() argument [all...] |
H A D | encoder_pkey.c | 156 int selection; member 222 ossl_encoder_ctx_setup_for_pkey(OSSL_ENCODER_CTX *ctx, const EVP_PKEY *pkey, int selection, const char *propquery) ossl_encoder_ctx_setup_for_pkey() argument 317 OSSL_ENCODER_CTX_new_for_pkey(const EVP_PKEY *pkey, int selection, const char *output_type, const char *output_struct, const char *propquery) OSSL_ENCODER_CTX_new_for_pkey() argument [all...] |
H A D | encoder_local.h | 76 int selection; member 143 int selection; member
|
/third_party/openssl/crypto/pem/ |
H A D | pem_pkey.c | 33 pem_read_bio_key_decoder(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u, OSSL_LIB_CTX *libctx, const char *propq, int selection) pem_read_bio_key_decoder() argument 99 pem_read_bio_key_legacy(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u, OSSL_LIB_CTX *libctx, const char *propq, int selection) pem_read_bio_key_legacy() argument 214 pem_read_bio_key(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u, OSSL_LIB_CTX *libctx, const char *propq, int selection) pem_read_bio_key() argument [all...] |
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | mac_legacy_kmgmt.c | 58 int selection; member 138 static int mac_has(const void *keydata, int selection) in mac_has() argument 157 static int mac_match(const void *keydata1, const void *keydata2, int selection) in mac_match() argument 231 static int mac_import(void *keydata, int selection, const OSSL_PARAM params[]) in mac_import() argument 273 static int mac_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in mac_export() argument 308 static const OSSL_PARAM *mac_imexport_types(int selection) in mac_imexport_types() argument 322 cmac_imexport_types(int selection) cmac_imexport_types() argument 378 mac_gen_init_common(void *provctx, int selection) mac_gen_init_common() argument 393 mac_gen_init(void *provctx, int selection, const OSSL_PARAM params[]) mac_gen_init() argument 405 cmac_gen_init(void *provctx, int selection, const OSSL_PARAM params[]) cmac_gen_init() argument [all...] |
/third_party/openssl/providers/implementations/encode_decode/ |
H 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() argument [all...] |
H 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() argument
|
/third_party/vulkan-loader/loader/ |
H A D | loader_linux.c | 209 char *selection = loader_getenv("VK_LOADER_DEVICE_SELECT", inst); in linux_env_var_default_device() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | selection_info.h | 169 int32_t selection[2] = { 0, 0 }; member
|
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
H A D | vsp1_histo.c | 264 struct v4l2_rect *selection; in histo_set_crop() local
|
/kernel/linux/linux-5.10/drivers/gpu/drm/udl/ |
H A D | udl_modeset.c | 55 static char *udl_set_color_depth(char *buf, u8 selection) in udl_set_color_depth() argument
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_histo.c | 267 struct v4l2_rect *selection; in histo_set_crop() local
|
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | rsa_kmgmt.c | 115 static int rsa_has(const void *keydata, int selection) in rsa_has() argument 135 static int rsa_match(const void *keydata1, const void *keydata2, int selection) in rsa_match() argument 173 rsa_import(void *keydata, int selection, const OSSL_PARAM params[]) rsa_import() argument 203 rsa_export(void *keydata, int selection, OSSL_CALLBACK *param_callback, void *cbarg) rsa_export() argument 313 rsa_imexport_types(int selection) rsa_imexport_types() argument 320 rsa_import_types(int selection) rsa_import_types() argument 325 rsa_export_types(int selection) rsa_export_types() argument 392 rsa_validate(const void *keydata, int selection, int checktype) rsa_validate() argument 450 gen_init(void *provctx, int selection, int rsa_type, const OSSL_PARAM params[]) gen_init() argument 486 rsa_gen_init(void *provctx, int selection, const OSSL_PARAM params[]) rsa_gen_init() argument 492 rsapss_gen_init(void *provctx, int selection, const OSSL_PARAM params[]) rsapss_gen_init() argument 682 rsa_dup(const void *keydata_from, int selection) rsa_dup() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/store/ |
H A D | store_result.c | 268 int selection = 0; in try_key_value() local
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | keymgmt_meth.c | 330 void *evp_keymgmt_gen_init(const EVP_KEYMGMT *keymgmt, int selection, in evp_keymgmt_gen_init() argument 432 int evp_keymgmt_has(const EVP_KEYMGMT *keymgmt, void *keydata, int selection) in evp_keymgmt_has() argument 438 evp_keymgmt_validate(const EVP_KEYMGMT *keymgmt, void *keydata, int selection, int checktype) evp_keymgmt_validate() argument 447 evp_keymgmt_match(const EVP_KEYMGMT *keymgmt, const void *keydata1, const void *keydata2, int selection) evp_keymgmt_match() argument 457 evp_keymgmt_import(const EVP_KEYMGMT *keymgmt, void *keydata, int selection, const OSSL_PARAM params[]) evp_keymgmt_import() argument 465 evp_keymgmt_import_types(const EVP_KEYMGMT *keymgmt, int selection) evp_keymgmt_import_types() argument 473 evp_keymgmt_export(const EVP_KEYMGMT *keymgmt, void *keydata, int selection, OSSL_CALLBACK *param_cb, void *cbarg) evp_keymgmt_export() argument 481 evp_keymgmt_export_types(const EVP_KEYMGMT *keymgmt, int selection) evp_keymgmt_export_types() argument 489 evp_keymgmt_dup(const EVP_KEYMGMT *keymgmt, const void *keydata_from, int selection) evp_keymgmt_dup() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/rsa/ |
H A D | rsa_backend.c | 335 RSA *ossl_rsa_dup(const RSA *rsa, int selection) in ossl_rsa_dup() argument
|
/third_party/node/deps/openssl/openssl/crypto/encode_decode/ |
H A D | encoder_lib.c | 142 int OSSL_ENCODER_CTX_set_selection(OSSL_ENCODER_CTX *ctx, int selection) in OSSL_ENCODER_CTX_set_selection() argument
|
/third_party/node/deps/openssl/openssl/crypto/dsa/ |
H A D | dsa_ameth.c | 439 int selection = 0; in dsa_pkey_export_to() local
|