Searched defs:cofactor (Results 1 – 10 of 10) sorted by relevance
/onnv-gate/usr/src/common/crypto/ecc/ |
H A D | ecl.c | 103 const mp_int *geny, const mp_int *order, int cofactor) in ECGroup_consGFp() 144 const mp_int *geny, const mp_int *order, int cofactor) in ECGroup_consGFp_mont() 189 const mp_int *order, int cofactor) in ECGroup_consGF2m()
|
H A D | ecl-priv.h | 177 int cofactor; member
|
H A D | ecl-exp.h | 67 int cofactor; member
|
H A D | ec.c | 566 mp_int cofactor; in ECDH_Derive() local
|
H A D | ecc_impl.h | 175 int cofactor; member
|
/onnv-gate/usr/src/common/openssl/crypto/ec/ |
H A D | ec_lib.c | 284 …_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofactor) in EC_GROUP_set_generator() 328 int EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx) in EC_GROUP_get_cofactor()
|
H A D | ec_curve.c | 86 const BN_ULONG cofactor;/* the cofactor */ member
|
H A D | ec_lcl.h | 188 BIGNUM order, cofactor; member
|
H A D | ec_asn1.c | 178 ASN1_INTEGER *cofactor; member
|
/onnv-gate/usr/src/common/openssl/crypto/asn1/ |
H A D | t_pkey.c | 291 *order=NULL, *cofactor=NULL; in ECPKParameters_print() local
|