Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptEccCrypt.c138 c2->t.size = CryptMGF_KDF(plainText->t.size, c2->t.buffer, in CryptEccEncrypt()
195 plainText->t.size = CryptMGF_KDF(c2->t.size, plainText->t.buffer, in CryptEccDecrypt()
DCryptRsa.c379 CryptMGF_KDF(dbSize, mask, hashAlg, hLen, seed, 0); in OaepEncode()
388 if(CryptMGF_KDF(hLen, &padded->buffer[1], hashAlg, dbSize, pp, 0) != (unsigned)hLen) in OaepEncode()
441 CryptMGF_KDF(hLen, seedMask, hashAlg, padded->size - hLen - 1, in OaepDecode()
452 CryptMGF_KDF(padded->size - hLen - 1, mask, hashAlg, hLen, seedMask, 0); in OaepDecode()
645 if(CryptMGF_KDF(mLen, pOut, hashAlg, hLen, &pOut[mLen], 0) != mLen) in PssEncode()
718 CryptMGF_KDF(mLen, mask, hashAlg, hLen, &pe[mLen], 0); in PssDecode()
DCryptHash.c669 CryptMGF_KDF( in CryptMGF_KDF() function
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DCryptHash_fp.h341 CryptMGF_KDF(