Searched refs:swap_bytes (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/crypto/libressl/crypto/gost/ |
| HD | gostr341194.c | 66 swap_bytes(unsigned char *w, unsigned char *k) in swap_bytes() function 140 swap_bytes(W, Key); in hash_step() 150 swap_bytes(W, Key); in hash_step() 176 swap_bytes(W, Key); in hash_step() 186 swap_bytes(W, Key); in hash_step()
|
| /dragonfly/sys/crypto/rc4/ |
| HD | rc4.c | 45 swap_bytes(u_char *a, u_char *b) in swap_bytes() function 73 swap_bytes(&state->perm[i], &state->perm[j]); in rc4_init() 99 swap_bytes(&state->perm[state->index1], in rc4_crypt()
|
| /dragonfly/contrib/binutils-2.27/libiberty/ |
| HD | md5.c | 106 md5_uint32 swap_bytes; in md5_finish_ctx() local 120 swap_bytes = SWAP (ctx->total[0] << 3); in md5_finish_ctx() 121 memcpy (&ctx->buffer[bytes + pad], &swap_bytes, sizeof (swap_bytes)); in md5_finish_ctx() 122 swap_bytes = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29)); in md5_finish_ctx() 123 memcpy (&ctx->buffer[bytes + pad + 4], &swap_bytes, sizeof (swap_bytes)); in md5_finish_ctx()
|
| /dragonfly/contrib/gcc-8.0/libiberty/ |
| HD | md5.c | 106 md5_uint32 swap_bytes; in md5_finish_ctx() local 120 swap_bytes = SWAP (ctx->total[0] << 3); in md5_finish_ctx() 121 memcpy (&ctx->buffer[bytes + pad], &swap_bytes, sizeof (swap_bytes)); in md5_finish_ctx() 122 swap_bytes = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29)); in md5_finish_ctx() 123 memcpy (&ctx->buffer[bytes + pad + 4], &swap_bytes, sizeof (swap_bytes)); in md5_finish_ctx()
|
| /dragonfly/contrib/gcc-4.7/libiberty/ |
| HD | md5.c | 106 md5_uint32 swap_bytes; in md5_finish_ctx() local 120 swap_bytes = SWAP (ctx->total[0] << 3); in md5_finish_ctx() 121 memcpy (&ctx->buffer[bytes + pad], &swap_bytes, sizeof (swap_bytes)); in md5_finish_ctx() 122 swap_bytes = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29)); in md5_finish_ctx() 123 memcpy (&ctx->buffer[bytes + pad + 4], &swap_bytes, sizeof (swap_bytes)); in md5_finish_ctx()
|
| /dragonfly/contrib/binutils-2.34/libiberty/ |
| HD | md5.c | 106 md5_uint32 swap_bytes; in md5_finish_ctx() local 120 swap_bytes = SWAP (ctx->total[0] << 3); in md5_finish_ctx() 121 memcpy (&ctx->buffer[bytes + pad], &swap_bytes, sizeof (swap_bytes)); in md5_finish_ctx() 122 swap_bytes = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29)); in md5_finish_ctx() 123 memcpy (&ctx->buffer[bytes + pad + 4], &swap_bytes, sizeof (swap_bytes)); in md5_finish_ctx()
|
| /dragonfly/sys/dev/video/bktr/ |
| HD | ioctl_bt848.h | 201 unsigned swap_bytes :1; /* Bytes swapped within shorts */ member
|
| HD | bktr_core.c | 3629 case 2 : swapf = ( pf->swap_bytes ? 0 : BSWAP ); in pixfmt_swap_flags() 3635 case 4 : if ( pf->swap_bytes ) in pixfmt_swap_flags() 3672 ( pf1->swap_bytes == pf2->swap_bytes ) && in oformat_meteor_to_bt()
|