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

/freebsd-11-stable/crypto/openssl/engines/ccgost/
H A Dgost_crypt.c279 unsigned char *out_ptr = out; local
285 j++, i++, in_ptr++, out_ptr++) {
288 *out_ptr = ctx->buf[j] ^ (*in_ptr);
290 ctx->buf[j + 8] = *out_ptr;
301 for (; i + 8 < inl; i += 8, in_ptr += 8, out_ptr += 8) {
315 out_ptr[j] = ctx->buf[j] ^ in_ptr[j];
320 memcpy(ctx->iv, out_ptr, 8);
328 out_ptr[j] = ctx->buf[j] ^ in_ptr[j];
332 memcpy(ctx->buf + 8, out_ptr, j);
343 unsigned char *out_ptr local
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-zip.h210 cvmx_zip_ptr_t out_ptr; member in struct:__anon8835::__anon8836
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjdump.c472 asymbol **in_ptr = symbols, **out_ptr = symbols;
486 *out_ptr++ = sym;
488 return out_ptr - symbols;
468 asymbol **in_ptr = symbols, **out_ptr = symbols; local
/freebsd-11-stable/contrib/binutils/bfd/
H A Decoff.c2629 char *out_ptr;
2642 out_ptr = (char *) reloc_buff;
2646 reloc_ptr_ptr++, out_ptr += external_reloc_size)
2715 (*swap_reloc_out) (abfd, &in, (void *) out_ptr);
2622 char *out_ptr; local
/freebsd-11-stable/sys/dev/mlx5/
H A Ddevice.h424 __be64 out_ptr; member in struct:mlx5_cmd_layout
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c882 lay->out_ptr = cpu_to_be64(mlx5_fwp_get_dma(ent->out, 0));

Completed in 257 milliseconds