Searched refs:inpp (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/libkern/crypto/
H A Dlocalcrypto_sha1.c145 void _SHA1Update(SHA1_CTX *context, const void *inpp, size_t inputLen);
179 _SHA1Update(SHA1_CTX *context, const void *inpp, size_t inputLen) argument
182 const unsigned char *input = (const unsigned char *)inpp;
270 * Assumptions: The passed in address(inpp) is a kernel virtual address
273 * and inpp should be on a page boundary.
276 void SHA1UpdateUsePhysicalAddress(SHA1_CTX *context, const void *inpp, size_t inputLen) argument
280 if(SHA1UpdateWithHardware(context, (const unsigned char *)inpp, inputLen, usePhysicalAddress))
287 _SHA1Update(context, inpp, inputLen);
294 void SHA1Update(SHA1_CTX *context, const void *inpp, size_t inputLen) argument
296 const unsigned char *input = (const unsigned char *)inpp;
[all...]
H A Dlocalcrypto_md5.c173 MD5Update(MD5_CTX *context, const void *inpp, unsigned int inputLen) argument
176 const unsigned char *input = (const unsigned char *)inpp;
/darwin-on-arm/xnu/bsd/dev/random/
H A Dfips_sha1.c177 void FIPS_SHA1Update(SHA1_CTX *context, const void *inpp, size_t inputLen) argument
180 const unsigned char *input = (const unsigned char *)inpp;
227 * Assumptions: The passed in address(inpp) is a kernel virtual address
230 * and inpp should be on a page boundary.

Completed in 72 milliseconds