Lines Matching defs:key
126 const ECX_KEY *key = keydata; in ecx_has() local
180 ECX_KEY *key = keydata; in ecx_import() local
196 static int key_to_params(ECX_KEY *key, OSSL_PARAM_BLD *tmpl, in key_to_params()
219 ECX_KEY *key = keydata; in ecx_export() local
261 static int ecx_get_params(void *key, OSSL_PARAM params[], int bits, int secbits, in ecx_get_params()
286 static int ed_get_params(void *key, OSSL_PARAM params[]) in ed_get_params()
297 static int x25519_get_params(void *key, OSSL_PARAM params[]) in x25519_get_params()
303 static int x448_get_params(void *key, OSSL_PARAM params[]) in x448_get_params()
309 static int ed25519_get_params(void *key, OSSL_PARAM params[]) in ed25519_get_params()
316 static int ed448_get_params(void *key, OSSL_PARAM params[]) in ed448_get_params()
375 static int ecx_set_params(void *key, const OSSL_PARAM params[]) in ecx_set_params()
405 static int x25519_set_params(void *key, const OSSL_PARAM params[]) in x25519_set_params()
410 static int x448_set_params(void *key, const OSSL_PARAM params[]) in x448_set_params()
415 static int ed25519_set_params(void *key, const OSSL_PARAM params[]) in ed25519_set_params()
420 static int ed448_set_params(void *key, const OSSL_PARAM params[]) in ed448_set_params()
561 ECX_KEY *key; in ecx_gen() local
683 ECX_KEY *key = NULL; in ecx_load() local
818 ECX_KEY *key = ossl_ecx_key_new(gctx->libctx, ECX_KEY_TYPE_X25519, 1, in MAKE_KEYMGMT_FUNCTIONS() local
864 ECX_KEY *key = ossl_ecx_key_new(gctx->libctx, ECX_KEY_TYPE_X448, 1, in s390x_ecx_keygen448() local
913 ECX_KEY *key = ossl_ecx_key_new(gctx->libctx, ECX_KEY_TYPE_ED25519, 1, in s390x_ecd_keygen25519() local
981 ECX_KEY *key = ossl_ecx_key_new(gctx->libctx, ECX_KEY_TYPE_ED448, 1, in s390x_ecd_keygen448() local