Searched refs:pubkey2 (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/tests/ |
D | rtmpdh.c | 28 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/ |
D | curve448_internal_test.c | 141 static const uint8_t pubkey2[57] = { variable 608 pubkey2, privkey2, NULL, 0, NULL)) in test_ed448()
|