Home
last modified time | relevance | path

Searched defs:random_value (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_utils.cpp60 std::uniform_int_distribution<int> random_value(0, (((unsigned int)(-1)) >> 1)); in Rand16hex() local
77 std::uniform_int_distribution<uint8_t> random_value(0, BLE_STATIC_PRI_ADDR); in GetRandomAddress() local
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/base/
H A Dbase.h186 struct random_value { struct
188 uint8_t random_value[HC_RAMDOM_MAX_LEN]; argument
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
H A Dsts_client.c85 struct random_value random_value = generate_random(CHALLENGE_BUFF_LENGTH); in build_start_request_data() local