Home
last modified time | relevance | path

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

/aosp_15_r20/external/federated-compute/fcp/secagg/shared/
H A Dmap_of_masks.cc59 std::string bit_width_data = IntToByteString(bit_width); in DigestKey() local
61 FCP_CHECK(EVP_DigestUpdate(mdctx, bit_width_data.c_str(), sizeof(int))); in DigestKey()