Lines Matching defs:key

129     const ECX_KEY *key = keydata;  in ecx_has()  local
198 ECX_KEY *key = keydata; in ecx_import() local
214 static int key_to_params(ECX_KEY *key, OSSL_PARAM_BLD *tmpl, in key_to_params()
238 ECX_KEY *key = keydata; in ecx_export() local
286 static int ecx_get_params(void *key, OSSL_PARAM params[], int bits, int secbits, in ecx_get_params()
321 static int ed_get_params(void *key, OSSL_PARAM params[]) 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()
409 static int ecx_set_params(void *key, const OSSL_PARAM params[]) 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()
683 ECX_KEY *key; in ecx_gen() local
777 ECX_KEY *key = NULL; in ed25519_gen() local
811 ECX_KEY *key = NULL; in ed448_gen() local
853 ECX_KEY *key = NULL; in ecx_load() local
1035 ECX_KEY *key = ossl_ecx_key_new(gctx->libctx, ECX_KEY_TYPE_X25519, 1, in MAKE_KEYMGMT_FUNCTIONS() local
1092 ECX_KEY *key = ossl_ecx_key_new(gctx->libctx, ECX_KEY_TYPE_X448, 1, in s390x_ecx_keygen448() local
1152 ECX_KEY *key = ossl_ecx_key_new(gctx->libctx, ECX_KEY_TYPE_ED25519, 1, in s390x_ecd_keygen25519() local
1220 ECX_KEY *key = ossl_ecx_key_new(gctx->libctx, ECX_KEY_TYPE_ED448, 1, in s390x_ecd_keygen448() local