Searched refs:partial (Results 1 – 4 of 4) sorted by relevance
31 unsigned int partial; in __crypto_sha1_export() local34 partial = ctx.bytecount % SHA1_BLOCK_SIZE; in __crypto_sha1_export()35 ctx.bytecount -= partial; in __crypto_sha1_export()38 *p = partial; in __crypto_sha1_export()
32 unsigned int partial; in __crypto_sha512_export() local35 partial = ctx.bytecount_lo % SHA512_BLOCK_SIZE; in __crypto_sha512_export()36 ctx.bytecount_lo -= partial; in __crypto_sha512_export()39 *p = partial; in __crypto_sha512_export()
32 unsigned int partial; in __crypto_sha256_export() local35 partial = ctx.bytecount % SHA256_BLOCK_SIZE; in __crypto_sha256_export()36 ctx.bytecount -= partial; in __crypto_sha256_export()39 *p = partial; in __crypto_sha256_export()
45 bool partial) in find_asymmetric_key() argument75 } else if (partial) { in find_asymmetric_key()
Completed in 7 milliseconds