Lines Matching refs:OSSL_PARAM

196 static int ecx_import(void *keydata, int selection, const OSSL_PARAM params[])  in ecx_import()
215 OSSL_PARAM params[], int include_private) in key_to_params()
240 OSSL_PARAM *params = NULL; in ecx_export()
275 static const OSSL_PARAM ecx_key_types[] = {
279 static const OSSL_PARAM *ecx_imexport_types(int selection) in ecx_imexport_types()
286 static int ecx_get_params(void *key, OSSL_PARAM params[], int bits, int secbits, in ecx_get_params()
290 OSSL_PARAM *p; in ecx_get_params()
321 static int ed_get_params(void *key, OSSL_PARAM params[]) in ed_get_params()
323 OSSL_PARAM *p; in ed_get_params()
332 static int x25519_get_params(void *key, OSSL_PARAM params[]) in x25519_get_params()
338 static int x448_get_params(void *key, OSSL_PARAM params[]) in x448_get_params()
344 static int ed25519_get_params(void *key, OSSL_PARAM params[]) in ed25519_get_params()
351 static int ed448_get_params(void *key, OSSL_PARAM params[]) in ed448_get_params()
358 static const OSSL_PARAM ecx_gettable_params[] = {
369 static const OSSL_PARAM ed_gettable_params[] = {
377 static const OSSL_PARAM *x25519_gettable_params(void *provctx) in x25519_gettable_params()
382 static const OSSL_PARAM *x448_gettable_params(void *provctx) in x448_gettable_params()
387 static const OSSL_PARAM *ed25519_gettable_params(void *provctx) in ed25519_gettable_params()
392 static const OSSL_PARAM *ed448_gettable_params(void *provctx) in ed448_gettable_params()
409 static int ecx_set_params(void *key, const OSSL_PARAM params[]) in ecx_set_params()
412 const OSSL_PARAM *p; in ecx_set_params()
439 static int x25519_set_params(void *key, const OSSL_PARAM params[]) in x25519_set_params()
444 static int x448_set_params(void *key, const OSSL_PARAM params[]) in x448_set_params()
449 static int ed25519_set_params(void *key, const OSSL_PARAM params[]) in ed25519_set_params()
454 static int ed448_set_params(void *key, const OSSL_PARAM params[]) in ed448_set_params()
459 static const OSSL_PARAM ecx_settable_params[] = {
465 static const OSSL_PARAM ed_settable_params[] = {
469 static const OSSL_PARAM *x25519_settable_params(void *provctx) in x25519_settable_params()
474 static const OSSL_PARAM *x448_settable_params(void *provctx) in x448_settable_params()
479 static const OSSL_PARAM *ed25519_settable_params(void *provctx) in ed25519_settable_params()
484 static const OSSL_PARAM *ed448_settable_params(void *provctx) in ed448_settable_params()
490 const OSSL_PARAM params[], ECX_KEY_TYPE type, in ecx_gen_init()
520 const OSSL_PARAM params[]) in x25519_gen_init()
526 const OSSL_PARAM params[]) in x448_gen_init()
532 const OSSL_PARAM params[]) in ed25519_gen_init()
538 const OSSL_PARAM params[]) in ed448_gen_init()
543 static int ecx_gen_set_params(void *genctx, const OSSL_PARAM params[]) in ecx_gen_set_params()
546 const OSSL_PARAM *p; in ecx_gen_set_params()
601 static const OSSL_PARAM *ecx_gen_settable_params(ossl_unused void *genctx, in ecx_gen_settable_params()
604 static OSSL_PARAM settable[] = { in ecx_gen_settable_params()