OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:be64enc
(Results
1 - 6
of
6
) sorted by null
/external/dhcpcd-6.8.2/compat/
endian.h
44
be64enc
(uint8_t *buf, uint64_t u)
function
/external/scrypt/lib/util/
sysendian.h
34
/* If we don't have
be64enc
, the <sys/endian.h> we have isn't usable. */
79
be64enc
(void *pp, uint64_t x)
function
/device/linaro/bootloader/edk2/StdLib/Include/sys/
endian.h
274
be64enc
(void *buf, uint64_t u)
function
/external/dhcpcd-6.8.2/crypt/
sha256.c
208
be64enc
(len, ctx->count);
/external/dhcpcd-6.8.2/
configure
934
if [ -z "$
BE64ENC
" ]; then
935
printf "Testing for
be64enc
... "
940
be64enc
(NULL, 0);
944
BE64ENC
=yes
946
BE64ENC
=no
948
echo "$
BE64ENC
"
951
if [ "$
BE64ENC
" = no ]; then
ipv6.c
532
be64enc
(addr->s6_addr, vhigh);
533
be64enc
(addr->s6_addr + 8, vlow);
[
all
...]
Completed in 235 milliseconds