Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/wolf/
DTpmToWolfDesSupport.c52 int TDES_setup( in TDES_setup() function
83 return TDES_setup( key, keyBits, skey, DES_ENCRYPTION ); in TDES_setup_encrypt_key()
94 return TDES_setup( key, keyBits, skey, DES_DECRYPTION ); in TDES_setup_decrypt_key()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/Ltc/
DTpmToLtcSym.h88 TDES_setup((key), (keySizeInBits), (symmetric_key *)(schedule))
90 TDES_setup((key), (keySizeInBits), (symmetric_key *)(schedule))
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DTpmToLtcDesSupport_fp.h50 void TDES_setup(
DTpmToWolfDesSupport_fp.h50 int TDES_setup(
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ltc/
DTpmToLtcDesSupport.c53 void TDES_setup( in TDES_setup() function