Searched defs:keyStream (Results 1 - 4 of 4) sorted by relevance

/external/tpm2/
H A Dstubs_hash.c88 BYTE * keyStream, // OUT: key buffer
100 BYTE *stream = keyStream;
104 pAssert(key != NULL && keyStream != NULL);
160 keyStream[0] &= ((1 << (sizeInBits % 8)) - 1);
173 BYTE * keyStream // OUT: key buffer
178 BYTE *stream = keyStream;
183 pAssert( keyStream != NULL
239 keyStream[0] &= ((1 << (sizeInBits % 8)) - 1);
81 _cpri__KDFa( TPM_ALG_ID hashAlg, TPM2B * key, const char *label, TPM2B * contextU, TPM2B * contextV, UINT32 sizeInBits, BYTE * keyStream, UINT32 * counterInOut, BOOL once ) argument
H A DCpriHash.c732 // The key and keyStream pointers are not allowed to be NULL. The other pointer values may be NULL.
744 // >0 the number of bytes in the keyStream buffer
754 BYTE *keyStream, // OUT: key buffer
767 BYTE *stream = keyStream;
771 pAssert(key != NULL && keyStream != NULL);
827 keyStream[0] &= ((1 << (sizeInBits % 8)) - 1);
839 // The Z and keyStream pointers are not allowed to be NULL. The other pointer values may be NULL. The
846 // >0 the number of bytes in the keyStream buffer
856 BYTE *keyStream // OUT: key buffer
861 BYTE *stream = keyStream;
747 _cpri__KDFa( TPM_ALG_ID hashAlg, TPM2B *key, const char *label, TPM2B *contextU, TPM2B *contextV, UINT32 sizeInBits, BYTE *keyStream, UINT32 *counterInOut, BOOL once ) argument
[all...]
H A DCryptUtil.c762 BYTE *keyStream, // OUT: key buffer
769 keyStream, counterInOut);
755 KDFa( TPM_ALG_ID hash, TPM2B *key, const char *label, TPM2B *contextU, TPM2B *contextV, UINT32 sizeInBits, BYTE *keyStream, UINT32 *counterInOut ) argument
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 110 milliseconds