Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/tests/
Drtmpdh.c28 uint8_t pubkey1[128], pubkey2[128]; in test_random_shared_secret() local
43 if ((ret = ff_dh_write_public_key(peer2, pubkey2, sizeof(pubkey2))) < 0) in test_random_shared_secret()
45 if ((ret = ff_dh_compute_shared_secret_key(peer1, pubkey2, sizeof(pubkey2), in test_random_shared_secret()
/third_party/openssl/test/
Dcurve448_internal_test.c141 static const uint8_t pubkey2[57] = { variable
608 pubkey2, privkey2, NULL, 0, NULL)) in test_ed448()