Home
last modified time | relevance | path

Searched defs:selection (Results 51 - 75 of 165) sorted by relevance

1234567

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_pkey.c73 int selection; in EVP_PKCS82PKEY_ex() local
114 int selection = OSSL_KEYMGMT_SELECT_ALL; in EVP_PKEY2PKCS8() local
H A Dkeymgmt_lib.c87 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 Dpmeth_gn.c363 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
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_pkey.c33 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/node/deps/openssl/openssl/apps/
H A Dec.c243 int selection; in ec_main() local
H A Drsa.c139 int selection = 0; in rsa_main() local
/third_party/node/deps/openssl/openssl/crypto/encode_decode/
H A Ddecoder_pkey.c59 int selection; in DEFINE_STACK_OF() local
430 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 Dencoder_pkey.c156 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 Dencoder_local.h76 int selection; member
143 int selection; member
/third_party/openssl/crypto/cms/
H A Dcms_ec.c30 int selection = OSSL_KEYMGMT_SELECT_ALL_PARAMETERS; in pkey_type2param() local
/third_party/openssl/crypto/evp/
H A Dpmeth_gn.c363 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 Dkeymgmt_lib.c87 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 Devp_pkey.c73 int selection; in EVP_PKCS82PKEY_ex() local
114 int selection = OSSL_KEYMGMT_SELECT_ALL; in EVP_PKEY2PKCS8() local
/third_party/openssl/apps/
H A Drsa.c139 int selection = 0; in rsa_main() local
H A Ddsa.c92 int selection = 0; in dsa_main() local
H A Dec.c243 int selection; in ec_main() local
/third_party/openssl/crypto/encode_decode/
H A Ddecoder_pkey.c59 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 Dencoder_pkey.c156 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 Dencoder_local.h76 int selection; member
143 int selection; member
/third_party/openssl/crypto/pem/
H A Dpem_pkey.c33 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 Dmac_legacy_kmgmt.c58 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 Ddecode_msblob2key.c60 int selection; member
82 static int msblob2key_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, in msblob2key_decode() argument
[all...]
H A Ddecode_pvk2key.c60 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 Dloader_linux.c209 char *selection = loader_getenv("VK_LOADER_DEVICE_SELECT", inst); in linux_env_var_default_device() local
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/
H A Dvsp1_histo.c264 struct v4l2_rect *selection; in histo_set_crop() local

Completed in 16 milliseconds

1234567