OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ec_group
(Results
1 - 5
of
5
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
kexecdh.c
46
const
EC_GROUP
*, struct sshbuf **);
52
const
EC_GROUP
*group;
80
kex->
ec_group
= group;
94
const
EC_GROUP
*group;
138
EC_KEY *key, const
EC_GROUP
*group, struct sshbuf **shared_secretp)
205
kex->
ec_group
, shared_secretp);
kex.h
42
#define
EC_GROUP
void
179
const
EC_GROUP
*
ec_group
; /* ECDH */
member in struct:kex
/src/external/bsd/wpa/dist/src/crypto/
crypto_openssl.c
148
static int EC_POINT_get_affine_coordinates(const
EC_GROUP
*group,
156
static int EC_POINT_set_affine_coordinates(const
EC_GROUP
*group,
171
static int EC_POINT_set_compressed_coordinates(const
EC_GROUP
*group,
180
static int EC_GROUP_get_curve(const
EC_GROUP
*group, BIGNUM *p, BIGNUM *a,
2244
EC_GROUP
*group;
3070
EC_GROUP
*
ec_group
= NULL;
local
3090
ec_group
= EC_GROUP_new_by_curve_name(crypto_ec_group_2_nid(group));
3091
if (!
ec_group
)
3093
pub = EC_POINT_new(
ec_group
);
[
all
...]
/src/crypto/external/apache2/openssl/dist/providers/implementations/keymgmt/
ec_kmgmt.c
120
const
EC_GROUP
*ecg = NULL;
328
const
EC_GROUP
*group_a = EC_KEY_get0_group(ec1);
329
const
EC_GROUP
*group_b = EC_KEY_get0_group(ec2);
373
const
EC_GROUP
*ecg = NULL;
568
static int ec_get_ecm_params(const
EC_GROUP
*group, OSSL_PARAM params[])
623
const
EC_GROUP
*ecg = NULL;
814
if (!ossl_ec_group_set_params((
EC_GROUP
*)EC_KEY_get0_group(key), params))
963
EC_GROUP
*gen_group;
1010
static int ec_gen_set_group(void *genctx, const
EC_GROUP
*src)
1013
EC_GROUP
*group
1029
const EC_GROUP *
ec_group
;
local
[
all
...]
/src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/
ec_kmgmt.c
118
const
EC_GROUP
*ecg = NULL;
332
const
EC_GROUP
*group_a = EC_KEY_get0_group(ec1);
333
const
EC_GROUP
*group_b = EC_KEY_get0_group(ec2);
377
const
EC_GROUP
*ecg = NULL;
584
static int ec_get_ecm_params(const
EC_GROUP
*group, OSSL_PARAM params[])
640
const
EC_GROUP
*ecg = NULL;
836
if (!ossl_ec_group_set_params((
EC_GROUP
*)EC_KEY_get0_group(key), params))
991
EC_GROUP
*gen_group;
1035
static int ec_gen_set_group(void *genctx, const
EC_GROUP
*src)
1038
EC_GROUP
*group
1054
const EC_GROUP *
ec_group
;
local
[
all
...]
Completed in 28 milliseconds
Indexes created Mon Aug 17 00:26:26 UTC 2026