Home
last modified time | relevance | path

Searched refs:net_order_i (Results 1 – 2 of 2) sorted by relevance

/system/keymaster/km_openssl/
Dckdf.cpp77 uint32_t net_order_i = hton(i); in DEFINE_OPENSSL_OBJECT_POINTER() local
78 if (!CMAC_Update(ctx.get(), reinterpret_cast<uint8_t*>(&net_order_i), in DEFINE_OPENSSL_OBJECT_POINTER()
79 sizeof(net_order_i))) { in DEFINE_OPENSSL_OBJECT_POINTER()
/system/keymint/common/src/
Dcrypto.rs552 let net_order_i = i.to_be_bytes(); in ckdf() localVariable
553 op.update(&net_order_i[..])?; in ckdf()