Searched refs:TDES_setup (Results 1 – 5 of 5) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/wolf/ |
D | TpmToWolfDesSupport.c | 52 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/ |
D | TpmToLtcSym.h | 88 TDES_setup((key), (keySizeInBits), (symmetric_key *)(schedule)) 90 TDES_setup((key), (keySizeInBits), (symmetric_key *)(schedule))
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | TpmToLtcDesSupport_fp.h | 50 void TDES_setup(
|
D | TpmToWolfDesSupport_fp.h | 50 int TDES_setup(
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ltc/ |
D | TpmToLtcDesSupport.c | 53 void TDES_setup( in TDES_setup() function
|