Home
last modified time | relevance | path

Searched refs:pubkey1 (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
41 if ((ret = ff_dh_write_public_key(peer1, pubkey1, sizeof(pubkey1))) < 0) in test_random_shared_secret()
48 if ((ret = ff_dh_compute_shared_secret_key(peer2, pubkey1, sizeof(pubkey1), in test_random_shared_secret()
/third_party/openssl/test/
Dcurve448_internal_test.c112 static const uint8_t pubkey1[57] = { variable
604 || !TEST_true(ossl_ed448_sign(NULL, outsig, NULL, 0, pubkey1, in test_ed448()