Home
last modified time | relevance | path

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

/dports/security/olm/olm-3.2.6/tests/
H A Dtest_olm_using_malloc.cpp65 std::size_t o_random_size = ::olm_account_generate_one_time_keys_random_length( in main() local
68 void * o_random = check_malloc(o_random_size); in main()
69 mock_random_b(o_random, o_random_size); in main()
70 ::olm_account_generate_one_time_keys(b_account, 42, o_random, o_random_size); in main()