Home
last modified time | relevance | path

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

/dports/security/olm/olm-3.2.6/tests/
H A Dtest_olm.cpp207 std::vector<std::uint8_t> b_ot_keys(::olm_account_one_time_keys_length(b_account)); in main() local
209 ::olm_account_one_time_keys(b_account, b_ot_keys.data(), b_ot_keys.size()); in main()
218 b_ot_keys.data() + 25, 43, // B's curve25519 one time key in main()
350 std::vector<std::uint8_t> b_ot_keys(::olm_account_one_time_keys_length(b_account)); in main() local
352 ::olm_account_one_time_keys(b_account, b_ot_keys.data(), b_ot_keys.size()); in main()
361 b_ot_keys.data() + 25, 43, in main()
H A Dtest_olm_using_malloc.cpp77 std::uint8_t * b_ot_keys = (std::uint8_t *) check_malloc(b_ot_keys_size); in main() local
79 ::olm_account_one_time_keys(b_account, b_ot_keys, b_ot_keys_size); in main()
90 b_ot_keys + 25, 43, in main()
94 free(b_ot_keys); in main()