Home
last modified time | relevance | path

Searched refs:ECC_CONST (Results 1 – 1 of 1) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptEccData.c82 # define ECC_CONST(NAME, bytes, initializer) \ macro
87 ECC_CONST(ECC_ZERO, 0, 0);
90 # define ECC_CONST(NAME, bytes, initializer) \ macro
100 ECC_CONST(ECC_ONE, 1, 1);
125 ECC_CONST(NIST_P192_p, 24, TO_ECC_192(
129 ECC_CONST(NIST_P192_a, 24, TO_ECC_192(
133 ECC_CONST(NIST_P192_b, 24, TO_ECC_192(
137 ECC_CONST(NIST_P192_gX, 24, TO_ECC_192(
141 ECC_CONST(NIST_P192_gY, 24, TO_ECC_192(
145 ECC_CONST(NIST_P192_n, 24, TO_ECC_192(
[all …]