HomeSort by: relevance | last modified time | path
    Searched defs:ec_group (Results 1 - 8 of 8) sorted by relevancy

  /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...]
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/openssh/dist/
kex.h 42 #define EC_GROUP void
178 const EC_GROUP *ec_group; /* ECDH */ member in struct:kex
kex.h 42 #define EC_GROUP void
178 const EC_GROUP *ec_group; /* ECDH */ member in struct:kex
  /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...]
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...]
  /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...]
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...]

Completed in 33 milliseconds