Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptSmac.c93 return CryptHmacStart(state, macAlg, key->size, key->buffer); in CryptMacStart()
DCryptHash.c517 CryptHmacStart( in CryptHmacStart() function
638 return CryptHmacStart(hmacState, hashAlg, key->size, key->buffer); in CryptHmacStart2B()
775 if(CryptHmacStart(&hState, hashAlg, key->size, key->buffer) == 0) in CryptKDFa()
DAlgorithmTests.c118 CryptHmacStart(&state, hashAlg, digestSize * 2, in TestHash()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DCryptHash_fp.h273 CryptHmacStart(
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DObject.c544 if(CryptHmacStart(&hmacObject->state.hmacState, hashAlg, in ObjectCreateHMACSequence()