Home
last modified time | relevance | path

Searched defs:selection (Results 1 – 25 of 148) sorted by relevance

123456

/third_party/openssl/crypto/evp/
Dkeymgmt_lib.c87 int evp_keymgmt_util_export(const EVP_PKEY *pk, int selection, in evp_keymgmt_util_export()
97 int selection) in evp_keymgmt_util_export_to_provider()
238 int selection) in evp_keymgmt_util_find_operation_cache()
256 void *keydata, int selection) in evp_keymgmt_util_cache_keydata()
315 int selection, const OSSL_PARAM params[]) in evp_keymgmt_util_fromdata()
328 int evp_keymgmt_util_has(EVP_PKEY *pk, int selection) in evp_keymgmt_util_has()
350 int evp_keymgmt_util_match(EVP_PKEY *pk1, EVP_PKEY *pk2, int selection) in evp_keymgmt_util_match()
444 int evp_keymgmt_util_copy(EVP_PKEY *to, EVP_PKEY *from, int selection) in evp_keymgmt_util_copy()
Dkeymgmt_meth.c330 void *evp_keymgmt_gen_init(const EVP_KEYMGMT *keymgmt, int selection, in evp_keymgmt_gen_init()
432 int evp_keymgmt_has(const EVP_KEYMGMT *keymgmt, void *keydata, int selection) in evp_keymgmt_has()
439 int selection, int checktype) in evp_keymgmt_validate()
449 int selection) in evp_keymgmt_match()
458 int selection, const OSSL_PARAM params[]) in evp_keymgmt_import()
466 int selection) in evp_keymgmt_import_types()
474 int selection, OSSL_CALLBACK *param_cb, void *cbarg) in evp_keymgmt_export()
482 int selection) in evp_keymgmt_export_types()
490 int selection) in evp_keymgmt_dup()
/third_party/node/deps/openssl/openssl/crypto/evp/
Dkeymgmt_lib.c87 int evp_keymgmt_util_export(const EVP_PKEY *pk, int selection, in evp_keymgmt_util_export()
97 int selection) in evp_keymgmt_util_export_to_provider()
238 int selection) in evp_keymgmt_util_find_operation_cache()
256 void *keydata, int selection) in evp_keymgmt_util_cache_keydata()
315 int selection, const OSSL_PARAM params[]) in evp_keymgmt_util_fromdata()
328 int evp_keymgmt_util_has(EVP_PKEY *pk, int selection) in evp_keymgmt_util_has()
350 int evp_keymgmt_util_match(EVP_PKEY *pk1, EVP_PKEY *pk2, int selection) in evp_keymgmt_util_match()
444 int evp_keymgmt_util_copy(EVP_PKEY *to, EVP_PKEY *from, int selection) in evp_keymgmt_util_copy()
Dkeymgmt_meth.c330 void *evp_keymgmt_gen_init(const EVP_KEYMGMT *keymgmt, int selection, in evp_keymgmt_gen_init()
432 int evp_keymgmt_has(const EVP_KEYMGMT *keymgmt, void *keydata, int selection) in evp_keymgmt_has()
439 int selection, int checktype) in evp_keymgmt_validate()
449 int selection) in evp_keymgmt_match()
458 int selection, const OSSL_PARAM params[]) in evp_keymgmt_import()
466 int selection) in evp_keymgmt_import_types()
474 int selection, OSSL_CALLBACK *param_cb, void *cbarg) in evp_keymgmt_export()
482 int selection) in evp_keymgmt_export_types()
490 int selection) in evp_keymgmt_dup()
/third_party/typescript/src/services/refactors/
DextractType.ts83 …isJS: boolean; selection: TypeNode; firstStatement: Statement; typeParameters: readonly TypeParame… property
87 …isJS: boolean; selection: TypeNode; firstStatement: Statement; typeParameters: readonly TypeParame… property
99 …const selection = findAncestor(current, (node => node.parent && isTypeNode(node) && !rangeContains… constant
200 const { firstStatement, selection, typeParameters } = info; constant
213 const { firstStatement, selection, typeParameters, typeElements } = info; constant
228 const { firstStatement, selection, typeParameters } = info; constant
/third_party/openssl/providers/implementations/keymgmt/
Drsa_kmgmt.c115 static int rsa_has(const void *keydata, int selection) in rsa_has()
135 static int rsa_match(const void *keydata1, const void *keydata2, int selection) in rsa_match()
173 static int rsa_import(void *keydata, int selection, const OSSL_PARAM params[]) in rsa_import()
203 static int rsa_export(void *keydata, int selection, in rsa_export()
313 static const OSSL_PARAM *rsa_imexport_types(int selection) in rsa_imexport_types()
320 static const OSSL_PARAM *rsa_import_types(int selection) in rsa_import_types()
325 static const OSSL_PARAM *rsa_export_types(int selection) in rsa_export_types()
392 static int rsa_validate(const void *keydata, int selection, int checktype) in rsa_validate()
450 static void *gen_init(void *provctx, int selection, int rsa_type, in gen_init()
486 static void *rsa_gen_init(void *provctx, int selection, in rsa_gen_init()
[all …]
Dmac_legacy_kmgmt.c58 int selection; member
138 static int mac_has(const void *keydata, int selection) in mac_has()
157 static int mac_match(const void *keydata1, const void *keydata2, int selection) in mac_match()
231 static int mac_import(void *keydata, int selection, const OSSL_PARAM params[]) in mac_import()
273 static int mac_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in mac_export()
308 static const OSSL_PARAM *mac_imexport_types(int selection) in mac_imexport_types()
322 static const OSSL_PARAM *cmac_imexport_types(int selection) in cmac_imexport_types()
378 static void *mac_gen_init_common(void *provctx, int selection) in mac_gen_init_common()
393 static void *mac_gen_init(void *provctx, int selection, in mac_gen_init()
405 static void *cmac_gen_init(void *provctx, int selection, in cmac_gen_init()
Decx_kmgmt.c80 int selection; member
122 static int ecx_has(const void *keydata, int selection) in ecx_has()
143 static int ecx_match(const void *keydata1, const void *keydata2, int selection) in ecx_match()
191 static int ecx_import(void *keydata, int selection, const OSSL_PARAM params[]) in ecx_import()
230 static int ecx_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in ecx_export()
271 static const OSSL_PARAM *ecx_imexport_types(int selection) in ecx_imexport_types()
472 static void *ecx_gen_init(void *provctx, int selection, in ecx_gen_init()
493 static void *x25519_gen_init(void *provctx, int selection, in x25519_gen_init()
499 static void *x448_gen_init(void *provctx, int selection, in x448_gen_init()
505 static void *ed25519_gen_init(void *provctx, int selection, in ed25519_gen_init()
[all …]
Ddh_kmgmt.c57 int selection; member
129 static int dh_has(const void *keydata, int selection) in dh_has()
148 static int dh_match(const void *keydata1, const void *keydata2, int selection) in dh_match()
190 static int dh_import(void *keydata, int selection, const OSSL_PARAM params[]) in dh_import()
214 static int dh_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in dh_export()
290 static const OSSL_PARAM *dh_imexport_types(int selection) in dh_imexport_types()
301 static const OSSL_PARAM *dh_import_types(int selection) in dh_import_types()
306 static const OSSL_PARAM *dh_export_types(int selection) in dh_export_types()
406 static int dh_validate(const void *keydata, int selection, int checktype) in dh_validate()
441 static void *dh_gen_init_base(void *provctx, int selection, in dh_gen_init_base()
[all …]
Ddsa_kmgmt.c56 int selection; member
130 static int dsa_has(const void *keydata, int selection) in dsa_has()
149 static int dsa_match(const void *keydata1, const void *keydata2, int selection) in dsa_match()
191 static int dsa_import(void *keydata, int selection, const OSSL_PARAM params[]) in dsa_import()
215 static int dsa_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in dsa_export()
288 static const OSSL_PARAM *dsa_imexport_types(int selection) in dsa_imexport_types()
299 static const OSSL_PARAM *dsa_import_types(int selection) in dsa_import_types()
304 static const OSSL_PARAM *dsa_export_types(int selection) in dsa_export_types()
375 static int dsa_validate(const void *keydata, int selection, int checktype) in dsa_validate()
402 static void *dsa_gen_init(void *provctx, int selection, in dsa_gen_init()
[all …]
Dec_kmgmt.c304 int ec_has(const void *keydata, int selection) in ec_has()
328 static int ec_match(const void *keydata1, const void *keydata2, int selection) in ec_match()
390 int common_import(void *keydata, int selection, const OSSL_PARAM params[], in common_import()
433 int ec_import(void *keydata, int selection, const OSSL_PARAM params[]) in ec_import()
441 int sm2_import(void *keydata, int selection, const OSSL_PARAM params[]) in sm2_import()
449 int ec_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in ec_export()
557 const OSSL_PARAM *ec_imexport_types(int selection) in ec_imexport_types()
573 const OSSL_PARAM *ec_import_types(int selection) in ec_import_types()
579 const OSSL_PARAM *ec_export_types(int selection) in ec_export_types()
897 int sm2_validate(const void *keydata, int selection, int checktype) in sm2_validate()
[all …]
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
Drsa_kmgmt.c115 static int rsa_has(const void *keydata, int selection) in rsa_has()
135 static int rsa_match(const void *keydata1, const void *keydata2, int selection) in rsa_match()
173 static int rsa_import(void *keydata, int selection, const OSSL_PARAM params[]) in rsa_import()
203 static int rsa_export(void *keydata, int selection, in rsa_export()
313 static const OSSL_PARAM *rsa_imexport_types(int selection) in rsa_imexport_types()
320 static const OSSL_PARAM *rsa_import_types(int selection) in rsa_import_types()
325 static const OSSL_PARAM *rsa_export_types(int selection) in rsa_export_types()
392 static int rsa_validate(const void *keydata, int selection, int checktype) in rsa_validate()
450 static void *gen_init(void *provctx, int selection, int rsa_type, in gen_init()
486 static void *rsa_gen_init(void *provctx, int selection, in rsa_gen_init()
[all …]
Dmac_legacy_kmgmt.c58 int selection; member
138 static int mac_has(const void *keydata, int selection) in mac_has()
157 static int mac_match(const void *keydata1, const void *keydata2, int selection) in mac_match()
231 static int mac_import(void *keydata, int selection, const OSSL_PARAM params[]) in mac_import()
273 static int mac_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in mac_export()
311 static const OSSL_PARAM *mac_imexport_types(int selection) in mac_imexport_types()
325 static const OSSL_PARAM *cmac_imexport_types(int selection) in cmac_imexport_types()
381 static void *mac_gen_init_common(void *provctx, int selection) in mac_gen_init_common()
396 static void *mac_gen_init(void *provctx, int selection, in mac_gen_init()
408 static void *cmac_gen_init(void *provctx, int selection, in cmac_gen_init()
Decx_kmgmt.c80 int selection; member
122 static int ecx_has(const void *keydata, int selection) in ecx_has()
143 static int ecx_match(const void *keydata1, const void *keydata2, int selection) in ecx_match()
191 static int ecx_import(void *keydata, int selection, const OSSL_PARAM params[]) in ecx_import()
230 static int ecx_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in ecx_export()
274 static const OSSL_PARAM *ecx_imexport_types(int selection) in ecx_imexport_types()
475 static void *ecx_gen_init(void *provctx, int selection, in ecx_gen_init()
496 static void *x25519_gen_init(void *provctx, int selection, in x25519_gen_init()
502 static void *x448_gen_init(void *provctx, int selection, in x448_gen_init()
508 static void *ed25519_gen_init(void *provctx, int selection, in ed25519_gen_init()
[all …]
Ddh_kmgmt.c57 int selection; member
129 static int dh_has(const void *keydata, int selection) in dh_has()
148 static int dh_match(const void *keydata1, const void *keydata2, int selection) in dh_match()
190 static int dh_import(void *keydata, int selection, const OSSL_PARAM params[]) in dh_import()
214 static int dh_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in dh_export()
293 static const OSSL_PARAM *dh_imexport_types(int selection) in dh_imexport_types()
304 static const OSSL_PARAM *dh_import_types(int selection) in dh_import_types()
309 static const OSSL_PARAM *dh_export_types(int selection) in dh_export_types()
409 static int dh_validate(const void *keydata, int selection, int checktype) in dh_validate()
444 static void *dh_gen_init_base(void *provctx, int selection, in dh_gen_init_base()
[all …]
Ddsa_kmgmt.c56 int selection; member
130 static int dsa_has(const void *keydata, int selection) in dsa_has()
149 static int dsa_match(const void *keydata1, const void *keydata2, int selection) in dsa_match()
191 static int dsa_import(void *keydata, int selection, const OSSL_PARAM params[]) in dsa_import()
215 static int dsa_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in dsa_export()
291 static const OSSL_PARAM *dsa_imexport_types(int selection) in dsa_imexport_types()
302 static const OSSL_PARAM *dsa_import_types(int selection) in dsa_import_types()
307 static const OSSL_PARAM *dsa_export_types(int selection) in dsa_export_types()
378 static int dsa_validate(const void *keydata, int selection, int checktype) in dsa_validate()
405 static void *dsa_gen_init(void *provctx, int selection, in dsa_gen_init()
[all …]
Dec_kmgmt.c304 int ec_has(const void *keydata, int selection) in ec_has()
328 static int ec_match(const void *keydata1, const void *keydata2, int selection) in ec_match()
390 int common_import(void *keydata, int selection, const OSSL_PARAM params[], in common_import()
433 int ec_import(void *keydata, int selection, const OSSL_PARAM params[]) in ec_import()
441 int sm2_import(void *keydata, int selection, const OSSL_PARAM params[]) in sm2_import()
449 int ec_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in ec_export()
557 const OSSL_PARAM *ec_imexport_types(int selection) in ec_imexport_types()
573 const OSSL_PARAM *ec_import_types(int selection) in ec_import_types()
579 const OSSL_PARAM *ec_export_types(int selection) in ec_export_types()
897 int sm2_validate(const void *keydata, int selection, int checktype) in sm2_validate()
[all …]
/third_party/openssl/test/
Dendecoder_legacy_test.c304 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 …]
Dfake_rsaprov.c35 int selection; member
60 static int fake_rsa_keymgmt_has(const void *key, int selection) in fake_rsa_keymgmt_has()
77 static int fake_rsa_keymgmt_import(void *keydata, int selection, in fake_rsa_keymgmt_import()
161 static int fake_rsa_keymgmt_export(void *keydata, int selection, in fake_rsa_keymgmt_export()
190 static const OSSL_PARAM *fake_rsa_keymgmt_imptypes(int selection) in fake_rsa_keymgmt_imptypes()
204 static const OSSL_PARAM *fake_rsa_keymgmt_exptypes(int selection) in fake_rsa_keymgmt_exptypes()
229 static void *fake_rsa_gen_init(void *provctx, int selection, in fake_rsa_gen_init()
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
Dencode_key2text.c216 static int dh_to_text(BIO *out, const void *key, int selection) in dh_to_text()
292 static int dsa_to_text(BIO *out, const void *key, int selection) in dsa_to_text()
491 static int ec_to_text(BIO *out, const void *key, int selection) in ec_to_text()
568 static int ecx_to_text(BIO *out, const void *key, int selection) in ecx_to_text()
628 static int rsa_to_text(BIO *out, const void *key, int selection) in rsa_to_text()
794 static int key2text_encode(void *vctx, const void *key, int selection, in key2text_encode()
797 int selection), in key2text_encode()
Ddecode_pvk2key.c60 int selection; member
82 static int pvk2key_does_selection(void *provctx, int selection) in pvk2key_does_selection()
93 static int pvk2key_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, in pvk2key_decode()
193 int selection = ctx->selection; in pvk2key_export_object() local
Ddecode_msblob2key.c60 int selection; member
82 static int msblob2key_does_selection(void *provctx, int selection) in msblob2key_does_selection()
94 static int msblob2key_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, in msblob2key_decode()
226 int selection = ctx->selection; in msblob2key_export_object() local
/third_party/openssl/providers/implementations/encode_decode/
Dencode_key2text.c216 static int dh_to_text(BIO *out, const void *key, int selection) in dh_to_text()
292 static int dsa_to_text(BIO *out, const void *key, int selection) in dsa_to_text()
491 static int ec_to_text(BIO *out, const void *key, int selection) in ec_to_text()
568 static int ecx_to_text(BIO *out, const void *key, int selection) in ecx_to_text()
641 static int rsa_to_text(BIO *out, const void *key, int selection) in rsa_to_text()
807 static int key2text_encode(void *vctx, const void *key, int selection, in key2text_encode()
810 int selection), in key2text_encode()
/third_party/openssl/demos/encode/
Dec_encode.c34 int selection = 0; in load_key() local
104 int selection; in store_key() local
Drsa_encode.c34 int selection = 0; in load_key() local
104 int selection; in store_key() local

123456