Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptEccData.c108 #define TO_ECC_256(a, b, c, d) a, b, c, d macro
118 #define TO_ECC_256(a, b, c, d) d, c, b, a macro
221 ECC_CONST(NIST_P256_p, 32, TO_ECC_256(
226 ECC_CONST(NIST_P256_a, 32, TO_ECC_256(
231 ECC_CONST(NIST_P256_b, 32, TO_ECC_256(
236 ECC_CONST(NIST_P256_gX, 32, TO_ECC_256(
241 ECC_CONST(NIST_P256_gY, 32, TO_ECC_256(
246 ECC_CONST(NIST_P256_n, 32, TO_ECC_256(
416 ECC_CONST(BN_P256_p, 32, TO_ECC_256(
425 ECC_CONST(BN_P256_n, 32, TO_ECC_256(
[all …]