Lines Matching refs:OSSL_PARAM
191 static int ecx_import(void *keydata, int selection, const OSSL_PARAM params[]) in ecx_import()
210 OSSL_PARAM params[], int include_private) in key_to_params()
235 OSSL_PARAM *params = NULL; in ecx_export()
270 static const OSSL_PARAM ecx_key_types[] = {
274 static const OSSL_PARAM *ecx_imexport_types(int selection) in ecx_imexport_types()
281 static int ecx_get_params(void *key, OSSL_PARAM params[], int bits, int secbits, in ecx_get_params()
285 OSSL_PARAM *p; in ecx_get_params()
306 static int ed_get_params(void *key, OSSL_PARAM params[]) in ed_get_params()
308 OSSL_PARAM *p; in ed_get_params()
317 static int x25519_get_params(void *key, OSSL_PARAM params[]) in x25519_get_params()
323 static int x448_get_params(void *key, OSSL_PARAM params[]) in x448_get_params()
329 static int ed25519_get_params(void *key, OSSL_PARAM params[]) in ed25519_get_params()
336 static int ed448_get_params(void *key, OSSL_PARAM params[]) in ed448_get_params()
343 static const OSSL_PARAM ecx_gettable_params[] = {
353 static const OSSL_PARAM ed_gettable_params[] = {
361 static const OSSL_PARAM *x25519_gettable_params(void *provctx) in x25519_gettable_params()
366 static const OSSL_PARAM *x448_gettable_params(void *provctx) in x448_gettable_params()
371 static const OSSL_PARAM *ed25519_gettable_params(void *provctx) in ed25519_gettable_params()
376 static const OSSL_PARAM *ed448_gettable_params(void *provctx) in ed448_gettable_params()
395 static int ecx_set_params(void *key, const OSSL_PARAM params[]) in ecx_set_params()
398 const OSSL_PARAM *p; in ecx_set_params()
425 static int x25519_set_params(void *key, const OSSL_PARAM params[]) in x25519_set_params()
430 static int x448_set_params(void *key, const OSSL_PARAM params[]) in x448_set_params()
435 static int ed25519_set_params(void *key, const OSSL_PARAM params[]) in ed25519_set_params()
440 static int ed448_set_params(void *key, const OSSL_PARAM params[]) in ed448_set_params()
445 static const OSSL_PARAM ecx_settable_params[] = {
451 static const OSSL_PARAM ed_settable_params[] = {
455 static const OSSL_PARAM *x25519_settable_params(void *provctx) in x25519_settable_params()
460 static const OSSL_PARAM *x448_settable_params(void *provctx) in x448_settable_params()
465 static const OSSL_PARAM *ed25519_settable_params(void *provctx) in ed25519_settable_params()
470 static const OSSL_PARAM *ed448_settable_params(void *provctx) in ed448_settable_params()
476 const OSSL_PARAM params[], ECX_KEY_TYPE type) in ecx_gen_init()
497 const OSSL_PARAM params[]) in x25519_gen_init()
503 const OSSL_PARAM params[]) in x448_gen_init()
509 const OSSL_PARAM params[]) in ed25519_gen_init()
515 const OSSL_PARAM params[]) in ed448_gen_init()
520 static int ecx_gen_set_params(void *genctx, const OSSL_PARAM params[]) in ecx_gen_set_params()
523 const OSSL_PARAM *p; in ecx_gen_set_params()
568 static const OSSL_PARAM *ecx_gen_settable_params(ossl_unused void *genctx, in ecx_gen_settable_params()
571 static OSSL_PARAM settable[] = { in ecx_gen_settable_params()