Searched defs:selection (Results 1 - 25 of 65) sorted by relevance

123

/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DSolution.h38 void setSelection(GraphBase::NodeId nodeId, unsigned selection) { argument
/freebsd-current/crypto/openssl/providers/implementations/keymgmt/
H A Dkdf_legacy_kmgmt.c94 static int kdf_has(const void *keydata, int selection) argument
/freebsd-current/crypto/openssl/demos/encode/
H A Dec_encode.c34 int selection = 0; local
104 int selection; local
H A Drsa_encode.c34 int selection = 0; local
104 int selection; local
/freebsd-current/crypto/openssl/crypto/evp/
H A Dpmeth_check.c28 static int try_provided_check(EVP_PKEY_CTX *ctx, int selection, int checktype) argument
H A Dpmeth_gn.c363 int EVP_PKEY_fromdata(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey, int selection, argument
397 const OSSL_PARAM *EVP_PKEY_fromdata_settable(EVP_PKEY_CTX *ctx, int selection) argument
415 int EVP_PKEY_todata(const EVP_PKEY *pkey, int selection, OSSL_PARAM **params) argument
438 int EVP_PKEY_export(const EVP_PKEY *pkey, int selection, argument
H A Devp_pkey.c73 int selection; local
114 int selection = OSSL_KEYMGMT_SELECT_ALL; local
H A Dkeymgmt_lib.c87 int evp_keymgmt_util_export(const EVP_PKEY *pk, int selection, argument
96 evp_keymgmt_util_export_to_provider(EVP_PKEY *pk, EVP_KEYMGMT *keymgmt, int selection) argument
236 evp_keymgmt_util_find_operation_cache(EVP_PKEY *pk, EVP_KEYMGMT *keymgmt, int selection) argument
255 evp_keymgmt_util_cache_keydata(EVP_PKEY *pk, EVP_KEYMGMT *keymgmt, void *keydata, int selection) argument
314 evp_keymgmt_util_fromdata(EVP_PKEY *target, EVP_KEYMGMT *keymgmt, int selection, const OSSL_PARAM params[]) argument
328 evp_keymgmt_util_has(EVP_PKEY *pk, int selection) argument
350 evp_keymgmt_util_match(EVP_PKEY *pk1, EVP_PKEY *pk2, int selection) argument
444 evp_keymgmt_util_copy(EVP_PKEY *to, EVP_PKEY *from, int selection) argument
[all...]
/freebsd-current/crypto/openssl/crypto/asn1/
H A Di2d_evp.c33 static int i2d_provided(const EVP_PKEY *a, int selection, argument
/freebsd-current/crypto/openssl/providers/implementations/encode_decode/
H A Ddecode_spki2typespki.c51 static int spki2typespki_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, argument
H A Dencode_key2blob.c55 static int key2blob_check_selection(int selection, int selection_mask) argument
88 static int key2blob_encode(void *vctx, const void *key, int selection, argument
[all...]
H A Dendecoder_common.c60 ossl_prov_import_key(const OSSL_DISPATCH *fns, void *provctx, int selection, const OSSL_PARAM params[]) argument
H A Ddecode_epki2pki.c58 static int epki2pki_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, argument
H A Ddecode_pem2der.c95 static int pem2der_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, argument
H A Dencode_key2ms.c112 static int key2ms_does_selection(void *vctx, int selection) argument
128 static int key2msblob_encode(void *vctx, const void *key, int selection, argument
150 static int key2pvk_encode(void *vctx, const void *key, int selection, argument
[all...]
/freebsd-current/crypto/openssl/demos/signature/
H A DEVP_Signature_demo.c48 int selection; local
/freebsd-current/crypto/openssl/crypto/ec/
H A Decx_backend.c109 ECX_KEY *ossl_ecx_key_dup(const ECX_KEY *key, int selection) argument
/freebsd-current/crypto/openssl/crypto/dh/
H A Ddh_backend.c145 DH *ossl_dh_dup(const DH *dh, int selection) argument
/freebsd-current/crypto/openssl/providers/implementations/storemgmt/
H A Dfile_store_any2obj.c83 static int der2obj_decode(void *provctx, OSSL_CORE_BIO *cin, int selection, argument
109 static int msblob2obj_decode(void *provctx, OSSL_CORE_BIO *cin, int selection, argument
178 static int pvk2obj_decode(void *provctx, OSSL_CORE_BIO *cin, int selection, argument
/freebsd-current/crypto/openssl/crypto/dsa/
H A Ddsa_backend.c82 DSA *ossl_dsa_dup(const DSA *dsa, int selection) argument
/freebsd-current/crypto/openssl/crypto/cms/
H A Dcms_ec.c30 int selection = OSSL_KEYMGMT_SELECT_ALL_PARAMETERS; local
/freebsd-current/crypto/openssl/crypto/encode_decode/
H A Dencoder_local.h76 int selection; member in struct:ossl_encoder_ctx_st
143 int selection; member in struct:ossl_decoder_ctx_st
H A Dencoder_pkey.c156 int selection; member in struct:construct_data_st
222 ossl_encoder_ctx_setup_for_pkey(OSSL_ENCODER_CTX *ctx, const EVP_PKEY *pkey, int selection, const char *propquery) 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) argument
[all...]
/freebsd-current/crypto/openssl/apps/
H A Ddsa.c92 int selection = 0; local
H A Dec.c243 int selection; local

Completed in 153 milliseconds

123