Searched refs:TO_ECC_16 (Results 1 – 1 of 1) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ |
D | CryptEccData.c | 60 # define TO_ECC_16(a, b) TO_ECC_64(0, 0, 0, 0, 0, 0, a, b) macro 65 # define TO_ECC_16(a, b) TO_ECC_32(0, 0, a, b) macro 75 # define TO_ECC_16(a, b) a, b macro 336 TO_ECC_16(0x01, 0xFF), 346 TO_ECC_16(0x01, 0xFF), 356 TO_ECC_16(0x00, 0x51), 366 TO_ECC_16(0x00, 0xC6), 376 TO_ECC_16(0x01, 0x18), 386 TO_ECC_16(0x01, 0xFF), 463 ECC_CONST(BN_P638_b, 2, TO_ECC_16(0x01,0x01));
|