Searched defs:curve25519 (Results 1 – 1 of 1) sorted by relevance
83 static void Curve25519Destroy(struct Curve25519Structure *curve25519) in Curve25519Destroy()122 static int32_t CovertData(struct Curve25519Structure *curve25519, uint8_t *pubkey, int len) in CovertData()147 static int32_t Curve25519Initialize(struct Curve25519Structure *curve25519, in Curve25519Initialize()217 static int32_t CheckEd25519PubkeyPart(const struct Curve25519Structure *curve25519, struct Curve255… in CheckEd25519PubkeyPart()244 static int32_t CheckEd25519Pubkey(const struct Curve25519Structure *curve25519, struct Curve25519Va… in CheckEd25519Pubkey()296 struct Curve25519Structure curve25519 = {0}; in BnOperationOfPubKeyConversion() local