Home
last modified time | relevance | path

Searched refs:ECX_KEY (Results 1 - 25 of 88) sorted by relevance

1234

/third_party/node/deps/openssl/openssl/include/crypto/
H A Decx.h79 ECX_KEY *ossl_ecx_key_new(OSSL_LIB_CTX *libctx, ECX_KEY_TYPE type,
81 void ossl_ecx_key_set0_libctx(ECX_KEY *key, OSSL_LIB_CTX *libctx);
82 unsigned char *ossl_ecx_key_allocate_privkey(ECX_KEY *key);
83 void ossl_ecx_key_free(ECX_KEY *key);
84 int ossl_ecx_key_up_ref(ECX_KEY *key);
85 ECX_KEY *ossl_ecx_key_dup(const ECX_KEY *key, int selection);
134 ECX_KEY *ossl_ecx_key_op(const X509_ALGOR *palg,
139 int ossl_ecx_public_from_private(ECX_KEY *key);
140 int ossl_ecx_key_fromdata(ECX_KEY *ec
[all...]
H A Dx509.h352 ECX_KEY *ossl_d2i_ED25519_PUBKEY(ECX_KEY **a,
354 int ossl_i2d_ED25519_PUBKEY(const ECX_KEY *a, unsigned char **pp);
355 ECX_KEY *ossl_d2i_ED448_PUBKEY(ECX_KEY **a,
357 int ossl_i2d_ED448_PUBKEY(const ECX_KEY *a, unsigned char **pp);
358 ECX_KEY *ossl_d2i_X25519_PUBKEY(ECX_KEY **a,
360 int ossl_i2d_X25519_PUBKEY(const ECX_KEY *a, unsigned char **pp);
361 ECX_KEY *ossl_d2i_X448_PUBKE
[all...]
/third_party/openssl/include/crypto/
H A Decx.h79 ECX_KEY *ossl_ecx_key_new(OSSL_LIB_CTX *libctx, ECX_KEY_TYPE type,
81 void ossl_ecx_key_set0_libctx(ECX_KEY *key, OSSL_LIB_CTX *libctx);
82 unsigned char *ossl_ecx_key_allocate_privkey(ECX_KEY *key);
83 void ossl_ecx_key_free(ECX_KEY *key);
84 int ossl_ecx_key_up_ref(ECX_KEY *key);
85 ECX_KEY *ossl_ecx_key_dup(const ECX_KEY *key, int selection);
134 ECX_KEY *ossl_ecx_key_op(const X509_ALGOR *palg,
139 int ossl_ecx_public_from_private(ECX_KEY *key);
140 int ossl_ecx_key_fromdata(ECX_KEY *ec
[all...]
H A Dx509.h352 ECX_KEY *ossl_d2i_ED25519_PUBKEY(ECX_KEY **a,
354 int ossl_i2d_ED25519_PUBKEY(const ECX_KEY *a, unsigned char **pp);
355 ECX_KEY *ossl_d2i_ED448_PUBKEY(ECX_KEY **a,
357 int ossl_i2d_ED448_PUBKEY(const ECX_KEY *a, unsigned char **pp);
358 ECX_KEY *ossl_d2i_X25519_PUBKEY(ECX_KEY **a,
360 int ossl_i2d_X25519_PUBKEY(const ECX_KEY *a, unsigned char **pp);
361 ECX_KEY *ossl_d2i_X448_PUBKE
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decx_key.c14 ECX_KEY *ossl_ecx_key_new(OSSL_LIB_CTX *libctx, ECX_KEY_TYPE type, int haspubkey, in ossl_ecx_key_new()
17 ECX_KEY *ret = OPENSSL_zalloc(sizeof(*ret)); in ossl_ecx_key_new()
57 void ossl_ecx_key_free(ECX_KEY *key) in ossl_ecx_key_free()
65 REF_PRINT_COUNT("ECX_KEY", key); in ossl_ecx_key_free()
76 void ossl_ecx_key_set0_libctx(ECX_KEY *key, OSSL_LIB_CTX *libctx) in ossl_ecx_key_set0_libctx()
81 int ossl_ecx_key_up_ref(ECX_KEY *key) in ossl_ecx_key_up_ref()
88 REF_PRINT_COUNT("ECX_KEY", key); in ossl_ecx_key_up_ref()
93 unsigned char *ossl_ecx_key_allocate_privkey(ECX_KEY *key) in ossl_ecx_key_allocate_privkey()
H A Decx_backend.c28 int ossl_ecx_public_from_private(ECX_KEY *key) in ossl_ecx_public_from_private()
55 int ossl_ecx_key_fromdata(ECX_KEY *ecx, const OSSL_PARAM params[], in ossl_ecx_key_fromdata()
109 ECX_KEY *ossl_ecx_key_dup(const ECX_KEY *key, int selection) in ossl_ecx_key_dup()
111 ECX_KEY *ret = OPENSSL_zalloc(sizeof(*ret)); in ossl_ecx_key_dup()
158 ECX_KEY *ossl_ecx_key_op(const X509_ALGOR *palg, in ossl_ecx_key_op()
163 ECX_KEY *key = NULL; in ossl_ecx_key_op()
233 ECX_KEY *ossl_ecx_key_from_pkcs8(const PKCS8_PRIV_KEY_INFO *p8inf, in ossl_ecx_key_from_pkcs8()
236 ECX_KEY *ecx = NULL; in ossl_ecx_key_from_pkcs8()
/third_party/openssl/crypto/ec/
H A Decx_key.c14 ECX_KEY *ossl_ecx_key_new(OSSL_LIB_CTX *libctx, ECX_KEY_TYPE type, int haspubkey, in ossl_ecx_key_new()
17 ECX_KEY *ret = OPENSSL_zalloc(sizeof(*ret)); in ossl_ecx_key_new()
57 void ossl_ecx_key_free(ECX_KEY *key) in ossl_ecx_key_free()
65 REF_PRINT_COUNT("ECX_KEY", key); in ossl_ecx_key_free()
76 void ossl_ecx_key_set0_libctx(ECX_KEY *key, OSSL_LIB_CTX *libctx) in ossl_ecx_key_set0_libctx()
81 int ossl_ecx_key_up_ref(ECX_KEY *key) in ossl_ecx_key_up_ref()
88 REF_PRINT_COUNT("ECX_KEY", key); in ossl_ecx_key_up_ref()
93 unsigned char *ossl_ecx_key_allocate_privkey(ECX_KEY *key) in ossl_ecx_key_allocate_privkey()
H A Decx_backend.c28 int ossl_ecx_public_from_private(ECX_KEY *key) in ossl_ecx_public_from_private()
55 int ossl_ecx_key_fromdata(ECX_KEY *ecx, const OSSL_PARAM params[], in ossl_ecx_key_fromdata()
109 ECX_KEY *ossl_ecx_key_dup(const ECX_KEY *key, int selection) in ossl_ecx_key_dup()
111 ECX_KEY *ret = OPENSSL_zalloc(sizeof(*ret)); in ossl_ecx_key_dup()
155 ECX_KEY *ossl_ecx_key_op(const X509_ALGOR *palg, in ossl_ecx_key_op()
160 ECX_KEY *key = NULL; in ossl_ecx_key_op()
230 ECX_KEY *ossl_ecx_key_from_pkcs8(const PKCS8_PRIV_KEY_INFO *p8inf, in ossl_ecx_key_from_pkcs8()
233 ECX_KEY *ecx = NULL; in ossl_ecx_key_from_pkcs8()
/third_party/node/deps/openssl/openssl/providers/implementations/signature/
H A Deddsa_sig.c34 static int s390x_ed25519_digestsign(const ECX_KEY *edkey, unsigned char *sig,
36 static int s390x_ed448_digestsign(const ECX_KEY *edkey, unsigned char *sig,
38 static int s390x_ed25519_digestverify(const ECX_KEY *edkey,
41 static int s390x_ed448_digestverify(const ECX_KEY *edkey,
60 ECX_KEY *key;
91 ECX_KEY *edkey = (ECX_KEY *)vedkey; in eddsa_digest_signverify_init()
154 const ECX_KEY *edkey = peddsactx->key; in ed25519_digest_sign()
195 const ECX_KEY *edkey = peddsactx->key; in ed448_digest_sign()
236 const ECX_KEY *edke in ed25519_digest_verify()
[all...]
/third_party/openssl/providers/implementations/signature/
H A Deddsa_sig.c34 static int s390x_ed25519_digestsign(const ECX_KEY *edkey, unsigned char *sig,
36 static int s390x_ed448_digestsign(const ECX_KEY *edkey, unsigned char *sig,
38 static int s390x_ed25519_digestverify(const ECX_KEY *edkey,
41 static int s390x_ed448_digestverify(const ECX_KEY *edkey,
60 ECX_KEY *key;
91 ECX_KEY *edkey = (ECX_KEY *)vedkey; in eddsa_digest_signverify_init()
154 const ECX_KEY *edkey = peddsactx->key; in ed25519_digest_sign()
195 const ECX_KEY *edkey = peddsactx->key; in ed448_digest_sign()
236 const ECX_KEY *edke in ed25519_digest_verify()
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/providers/common/include/prov/
H A Dder_ecx.h47 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
48 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
49 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec);
50 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/providers/common/include/prov/
H A Dder_ecx.h47 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
48 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
49 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec);
50 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/providers/common/include/prov/
H A Dder_ecx.h47 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
48 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
49 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec);
50 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/providers/common/include/prov/
H A Dder_ecx.h47 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
48 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
49 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec);
50 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/providers/common/include/prov/
H A Dder_ecx.h47 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
48 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
49 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec);
50 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/providers/common/include/prov/
H A Dder_ecx.h47 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
48 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
49 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec);
50 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/providers/common/include/prov/
H A Dder_ecx.h47 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
48 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
49 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec);
50 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/providers/common/include/prov/
H A Dder_ecx.h47 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
48 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
49 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec);
50 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);
/third_party/node/deps/openssl/config/archs/linux-elf/asm/providers/common/include/prov/
H A Dder_ecx.h47 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
48 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
49 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec);
50 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/providers/common/include/prov/
H A Dder_ecx.h47 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
48 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
49 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec);
50 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/providers/common/include/prov/
H A Dder_ecx.h47 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
48 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
49 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec);
50 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/providers/common/include/prov/
H A Dder_ecx.h47 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
48 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
49 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec);
50 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/providers/common/include/prov/
H A Dder_ecx.h47 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
48 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
49 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec);
50 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/providers/common/include/prov/
H A Dder_ecx.h47 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
48 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
49 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec);
50 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/providers/common/include/prov/
H A Dder_ecx.h47 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
48 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
49 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec);
50 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);

Completed in 8 milliseconds

1234