Searched refs:_cpri__KDFa (Results 1 – 7 of 7) sorted by relevance
/external/tpm2/ |
D | stubs_hash.c | 81 UINT16 _cpri__KDFa( in _cpri__KDFa() function 253 return (_cpri__KDFa(hashAlg, seed, label, partyU, partyV, in _cpri__GenerateSeededRandom()
|
D | CpriRNG.c | 142 return (_cpri__KDFa(hashAlg, seed, label, partyU, partyV, in _cpri__GenerateSeededRandom()
|
D | CpriHash_fp.h | 34 _cpri__KDFa(TPM_ALG_ID hashAlg, // IN: hash algorithm used in HMAC
|
D | CryptUtil_fp.h | 188 _cpri__KDFa(((TPM_ALG_ID)hashAlg), ((TPM2B *)key), ((const char *)label), \ 205 _cpri__KDFa(((TPM_ALG_ID)hashAlg), ((TPM2B *)key), ((const char *)label), \
|
D | CpriHash.c | 747 _cpri__KDFa( in _cpri__KDFa() function
|
D | CpriECC.c | 720 _cpri__KDFa(hashAlg, seed, label, extra, &marshaledCounter.b, in _cpri__GenerateKeyEcc()
|
D | part4.txt | 20171 …implementation, this is a macro invocation of _cpri__KDFa() in the hash module of the CryptoEngine… 20178 511 //% _cpri__KDFa( \ 20195 …implementation, this is a macro invocation of _cpri__KDFa() in the hash module of the CryptoEngine… 20196 …This macro will call _cpri__KDFa() with once TRUE so that only one iteration is performed, regardl… 20202 526 //% _cpri__KDFa( \ 26439 89 return (_cpri__KDFa(hashAlg, seed, label, partyU, partyV, 27298 561 _cpri__KDFa( 33907 625 _cpri__KDFa(hashAlg, seed, label, extra, &marshaledCounter.b,
|