Lines Matching defs:selection
83 int selection; member
127 static int ecx_has(const void *keydata, int selection) in ecx_has()
148 static int ecx_match(const void *keydata1, const void *keydata2, int selection) in ecx_match()
196 static int ecx_import(void *keydata, int selection, const OSSL_PARAM params[]) in ecx_import()
235 static int ecx_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in ecx_export()
279 static const OSSL_PARAM *ecx_imexport_types(int selection) in ecx_imexport_types()
489 static void *ecx_gen_init(void *provctx, int selection, in ecx_gen_init()
519 static void *x25519_gen_init(void *provctx, int selection, in x25519_gen_init()
525 static void *x448_gen_init(void *provctx, int selection, in x448_gen_init()
531 static void *ed25519_gen_init(void *provctx, int selection, in ed25519_gen_init()
537 static void *ed448_gen_init(void *provctx, int selection, in ed448_gen_init()
865 static void *ecx_dup(const void *keydata_from, int selection) in ecx_dup()
936 static int ecx_validate(const void *keydata, int selection, int type, in ecx_validate()
974 static int x25519_validate(const void *keydata, int selection, int checktype) in x25519_validate()
979 static int x448_validate(const void *keydata, int selection, int checktype) in x448_validate()
984 static int ed25519_validate(const void *keydata, int selection, int checktype) in ed25519_validate()
989 static int ed448_validate(const void *keydata, int selection, int checktype) in ed448_validate()