Searched refs:CURVE25519_KEY_BYTE_SIZE (Results 1 – 2 of 2) sorted by relevance
65 #define CURVE25519_KEY_BYTE_SIZE HKS_KEY_BYTES(HKS_CURVE25519_KEY_SIZE_256) macro66 static const uint8_t g_hksCurveParamP[CURVE25519_KEY_BYTE_SIZE] = {72 static const uint8_t g_hksCurveParamOne[CURVE25519_KEY_BYTE_SIZE] = {78 static const uint8_t g_hksCurveParamD[CURVE25519_KEY_BYTE_SIZE] = {84 static const uint8_t g_hksCurveParamK[CURVE25519_KEY_BYTE_SIZE] = {90 static const uint8_t g_hksCurveParamCapitalA[CURVE25519_KEY_BYTE_SIZE] = {96 static const uint8_t g_hksCurveParamMinusA[CURVE25519_KEY_BYTE_SIZE] = {102 static const uint8_t g_hksCurveParamU[CURVE25519_KEY_BYTE_SIZE] = {108 static const uint8_t g_hksCurveParamQ[CURVE25519_KEY_BYTE_SIZE] = {694 x25519PublicKey->size = CURVE25519_KEY_BYTE_SIZE; in ConvertPublicKey()[all …]
45 #define CURVE25519_KEY_BYTE_SIZE HKS_KEY_BYTES(HKS_CURVE25519_KEY_SIZE_256) macro