Searched refs:partial (Results 1 - 6 of 6) sorted by relevance

/u-boot/include/keys/
H A Dasymmetric-type.h81 bool partial);
/u-boot/lib/
H A Dsha512.c203 unsigned int partial = sctx->count[0] % SHA512_BLOCK_SIZE; local
209 if (unlikely((partial + len) >= SHA512_BLOCK_SIZE)) {
212 if (partial) {
213 int p = SHA512_BLOCK_SIZE - partial;
215 memcpy(sctx->buf + partial, data, p);
229 partial = 0;
232 memcpy(sctx->buf + partial, data, len);
239 unsigned int partial = sctx->count[0] % SHA512_BLOCK_SIZE; local
241 sctx->buf[partial++] = 0x80;
242 if (partial > bit_offse
[all...]
/u-boot/drivers/video/imx/
H A Dipu_disp.c424 int partial = 0; local
429 partial = 1;
432 partial = 0;
435 partial = 0;
443 if (partial) {
509 int partial = 0; local
513 partial = 1;
516 partial = 0;
519 partial = 0;
524 if (partial)
[all...]
/u-boot/common/
H A Dusb_storage.c389 int partial; local
413 this_xfer, &partial,
416 result, partial, this_xfer);
430 if (this_xfer == partial) {
445 if (this_xfer == partial) {
452 us->pusb_dev->status, partial);
457 this_xfer -= partial;
458 buf += partial;
/u-boot/lib/crypto/
H A Dasymmetric_type.c58 * @partial: Use partial match if true, exact if false.
67 bool partial)
90 if (partial) {
278 * Match asymmetric keys by a partial match on an IDs.
297 * "id:<id>" - find a key by partial match on any available ID
64 find_asymmetric_key(struct key *keyring, const struct asymmetric_key_id *id_0, const struct asymmetric_key_id *id_1, bool partial) argument
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-sso-defs.h2478 u64 partial : 1; member in struct:cvmx_sso_toaqx_status::cvmx_sso_toaqx_status_s

Completed in 171 milliseconds