OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hton
(Results
1 - 10
of
10
) sorted by null
/system/security/keystore/
auth_token_table.cpp
33
inline static IntType
hton
(const IntType& value) {
function in struct:keystore::choose_hton
45
inline static IntType
hton
(const IntType& value) { return value; }
function in struct:keystore::choose_hton
48
template <typename IntType> inline IntType
hton
(const IntType& value) {
function in namespace:keystore
49
return choose_hton<IntType, __BYTE_ORDER__>::
hton
(value);
53
// same operation and
hton
54
return choose_hton<IntType, __BYTE_ORDER__>::
hton
(value);
keymaster_enforcement.cpp
441
inline static IntType
hton
(const IntType& value) {
function in struct:keystore::choose_hton
453
inline static IntType
hton
(const IntType& value) { return value; }
function in struct:keystore::choose_hton
456
template <typename IntType> inline IntType
hton
(const IntType& value) {
function in namespace:keystore
457
return choose_hton<IntType, __BYTE_ORDER__>::
hton
(value);
461
// same operation and
hton
462
return choose_hton<IntType, __BYTE_ORDER__>::
hton
(value);
/system/keymaster/
keymaster_enforcement_test.cpp
526
token.authenticator_type =
hton
(static_cast<uint32_t>(HW_AUTH_PASSWORD));
549
token.authenticator_type =
hton
(static_cast<uint32_t>(HW_AUTH_PASSWORD));
578
token.authenticator_type =
hton
(static_cast<uint32_t>(HW_AUTH_PASSWORD));
602
token.authenticator_type =
hton
(static_cast<uint32_t>(HW_AUTH_PASSWORD));
629
token.authenticator_type =
hton
(static_cast<uint32_t>(HW_AUTH_PASSWORD));
658
token.authenticator_type =
hton
(static_cast<uint32_t>(HW_AUTH_PASSWORD));
687
token.authenticator_type =
hton
(static_cast<uint32_t>(HW_AUTH_PASSWORD));
710
token.authenticator_type =
hton
(static_cast<uint32_t>(HW_AUTH_PASSWORD));
762
token.authenticator_type =
hton
(static_cast<uint32_t>(HW_AUTH_PASSWORD));
763
token.timestamp =
hton
(kmen.current_time())
[
all
...]
/system/core/libutils/include/utils/
ByteOrder.h
31
* These macros are like the
hton
/ntoh byte swapping macros,
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
Ike.h
177
BOOLEAN IsEncoded; // whether
HTON
is done when sending the packet
/system/security/keystore/tests/
auth_token_table_test.cpp
74
token->authenticator_type =
hton
(static_cast<uint32_t>(HW_AUTH_PASSWORD));
76
token->timestamp =
hton
(timestamp);
/external/tcpdump/
netdissect-stdinc.h
273
* Inline x86 assembler-language versions of ntoh[ls]() and
hton
[ls](),
/external/tpm2/
TcpServer.c
381
// Send 4 bytes containing
hton
(1)
/system/keymaster/include/keymaster/
android_keymaster_utils.h
207
template <typename T> T
hton
(T t) {
function in namespace:keymaster
/external/libpcap/
pcap-rpcap.c
[
all
...]
Completed in 444 milliseconds