Lines Matching defs:selection
82 int selection; member
124 static int ecx_has(const void *keydata, int selection) in ecx_has()
145 static int ecx_match(const void *keydata1, const void *keydata2, int selection) in ecx_match()
178 static int ecx_import(void *keydata, int selection, const OSSL_PARAM params[]) in ecx_import()
216 static int ecx_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in ecx_export()
254 static const OSSL_PARAM *ecx_imexport_types(int selection) in ecx_imexport_types()
455 static void *ecx_gen_init(void *provctx, int selection, in ecx_gen_init()
476 static void *x25519_gen_init(void *provctx, int selection, in x25519_gen_init()
482 static void *x448_gen_init(void *provctx, int selection, in x448_gen_init()
488 static void *ed25519_gen_init(void *provctx, int selection, in ed25519_gen_init()
494 static void *ed448_gen_init(void *provctx, int selection, in ed448_gen_init()
695 static void *ecx_dup(const void *keydata_from, int selection) in ecx_dup()
729 static int ecx_validate(const void *keydata, int selection, int type, size_t keylen) in ecx_validate()
757 static int x25519_validate(const void *keydata, int selection, int checktype) in x25519_validate()
762 static int x448_validate(const void *keydata, int selection, int checktype) in x448_validate()
767 static int ed25519_validate(const void *keydata, int selection, int checktype) in ed25519_validate()
772 static int ed448_validate(const void *keydata, int selection, int checktype) in ed448_validate()