Home
last modified time | relevance | path

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

/external/tpm2/
DCpriHash.c510 EVP_MD *hashServer = NULL; in _cpri__HashBlock() local
520 hashServer = GetHashServer(hashAlg); // Find the hash server in _cpri__HashBlock()
522 if( (hashServer == NULL) in _cpri__HashBlock()
523 || (EVP_DigestInit_ex(&hashContext, hashServer, NULL) != 1) in _cpri__HashBlock()
673 EVP_MD *hashServer = NULL; in _cpri__MGF1() local
689 hashServer = GetHashServer(hashAlg); // Find the hash server in _cpri__MGF1()
690 if(hashServer == NULL) in _cpri__MGF1()
698 if( (EVP_DigestInit_ex(&hashContext, hashServer, NULL) != 1) in _cpri__MGF1()