Home | History | Annotate | Download | only in tpm2

Lines Matching refs:EVP_DigestFinal_ex

432    if(EVP_DigestFinal_ex(context, rBuffer, NULL) == 1)
533 if(EVP_DigestFinal_ex(&hashContext, b, &dSize) != 1)
540 if((EVP_DigestFinal_ex(&hashContext, digest, &dSize)) != 1)
709 if(EVP_DigestFinal_ex(&hashContext, b, &digestSize) != 1)
716 if(EVP_DigestFinal_ex(&hashContext, mask, &digestSize) != 1)