Home
last modified time | relevance | path

Searched defs:ecx (Results 1 – 6 of 6) sorted by relevance

/openssl/crypto/ec/
H A Decx_backend.c55 int ossl_ecx_key_fromdata(ECX_KEY *ecx, const OSSL_PARAM params[], in ossl_ecx_key_fromdata()
232 ECX_KEY *ecx = NULL; in ossl_ecx_key_from_pkcs8() local
H A Decx_meth.c59 ECX_KEY *ecx; in ecx_pub_decode() local
88 ECX_KEY *ecx = ossl_ecx_key_from_pkcs8(p8, libctx, propq); in ecx_priv_decode_ex() local
220 ECX_KEY *ecx = ossl_ecx_key_op(NULL, arg2, arg1, pkey->ameth->pkey_id, in ecx_ctrl() local
263 ECX_KEY *ecx = NULL; in ecx_set_priv_key() local
281 ECX_KEY *ecx = NULL; in ecx_set_pub_key() local
389 ECX_KEY *ecx = ossl_ecx_key_new(pctx->libctx, KEYNID2TYPE(keytype), 0, in ecx_generic_import_from() local
407 ECX_KEY *ecx = from->pkey.ecx, *dupkey = NULL; in ecx_pkey_copy() local
713 ECX_KEY *ecx = ossl_ecx_key_op(NULL, NULL, 0, ctx->pmeth->pkey_id, in pkey_ecx_keygen() local
/openssl/providers/implementations/kem/
H A Decx_kem.c76 static const OSSL_HPKE_KEM_INFO *get_kem_info(ECX_KEY *ecx) in get_kem_info()
91 static int recipient_key_set(PROV_ECX_CTX *ctx, ECX_KEY *ecx) in recipient_key_set()
111 static int sender_authkey_set(PROV_ECX_CTX *ctx, ECX_KEY *ecx) in sender_authkey_set()
132 ECX_KEY *ecx = NULL; in ecxkey_pubfromdata() local
149 static unsigned char *ecx_pubkey(ECX_KEY *ecx) in ecx_pubkey()
184 static int ecx_key_check(const ECX_KEY *ecx, int requires_privatekey) in ecx_key_check()
196 ECX_KEY *ecx = vecx; in ecxkem_init() local
338 int ossl_ecx_dhkem_derive_private(ECX_KEY *ecx, unsigned char *privout, in ossl_ecx_dhkem_derive_private()
/openssl/providers/implementations/keymgmt/
H A Decx_kmgmt.c289 ECX_KEY *ecx = key; in ecx_get_params() local
621 static int ecd_fips140_pairwise_test(const ECX_KEY *ecx, int type, int self_test) in ecd_fips140_pairwise_test()
872 static int ecx_key_pairwise_check(const ECX_KEY *ecx, int type) in ecx_key_pairwise_check()
895 static int ecd_key_pub_check(const ECX_KEY *ecx, int type) in ecd_key_pub_check()
909 static int ecd_key_pairwise_check(const ECX_KEY *ecx, int type) in ecd_key_pairwise_check()
914 static int ecd_key_pairwise_check(const ECX_KEY *ecx, int type) in ecd_key_pairwise_check()
939 const ECX_KEY *ecx = keydata; in ecx_validate() local
/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c573 const ECX_KEY *ecx = key; in ecx_to_text() local
/openssl/include/crypto/
H A Devp.h656 ECX_KEY *ecx; /* X25519, X448, Ed25519, Ed448 */ member

Completed in 31 milliseconds