Searched refs:_src (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/board/gdsys/a38x/ |
| H A D | hre.c | 291 static void *compute_and(void *_dst, const void *_src, size_t n) in compute_and() argument 294 const uint8_t *src = _src; in compute_and() 303 static void *compute_or(void *_dst, const void *_src, size_t n) in compute_or() argument 306 const uint8_t *src = _src; in compute_or() 315 static void *compute_xor(void *_dst, const void *_src, size_t n) in compute_xor() argument 318 const uint8_t *src = _src; in compute_xor() 327 static void *compute_extend(void *_dst, const void *_src, size_t n) in compute_extend() argument 334 sha1_update(&ctx, _src, n); in compute_extend()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | hexdump.h | 77 const unsigned char *_src = src; in bin2hex() local 80 dst = hex_byte_pack(dst, *_src++); in bin2hex()
|
| /rk3399_rockchip-uboot/board/gdsys/p1022/ |
| H A D | controlcenterd-id.c | 520 static void *compute_and(void *_dst, const void *_src, size_t n) in compute_and() argument 523 const uint8_t *src = _src; in compute_and() 532 static void *compute_or(void *_dst, const void *_src, size_t n) in compute_or() argument 535 const uint8_t *src = _src; in compute_or() 544 static void *compute_xor(void *_dst, const void *_src, size_t n) in compute_xor() argument 547 const uint8_t *src = _src; in compute_xor() 556 static void *compute_extend(void *_dst, const void *_src, size_t n) in compute_extend() argument 563 sha1_update(&ctx, _src, n); in compute_extend()
|