Lines Matching defs:selection
80 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()
514 static void *ed448_gen_init(void *provctx, int selection, in ed448_gen_init()
715 static void *ecx_dup(const void *keydata_from, int selection) in ecx_dup()
749 static int ecx_validate(const void *keydata, int selection, int type, size_t keylen) in ecx_validate()
777 static int x25519_validate(const void *keydata, int selection, int checktype) in x25519_validate()
782 static int x448_validate(const void *keydata, int selection, int checktype) in x448_validate()
787 static int ed25519_validate(const void *keydata, int selection, int checktype) in ed25519_validate()
792 static int ed448_validate(const void *keydata, int selection, int checktype) in ed448_validate()