Lines Matching refs:pubkey
1842 const char *pubkey =
1868 bio = BIO_new_mem_buf(pubkey, strlen(pubkey));
2918 BIGNUM *pubkey = NULL;
2924 || !TEST_ptr(pubkey = BN_new())
2927 || !TEST_true(BN_set_word(pubkey, 4321))
2930 || !TEST_true(DH_set0_key(noqdh, pubkey, NULL))
2931 || !TEST_ptr(pubkey = BN_new())
2932 || !TEST_true(BN_set_word(pubkey, 4321)))
2943 || !TEST_true(DH_set0_key(x942dh, pubkey, NULL)))
2945 pubkey = NULL;
2952 &pubkey))
2953 || !TEST_ptr(pubkey))
2970 BN_free(pubkey);
4686 unsigned char *pubkey;
4699 pubkey = (unsigned char *)keys[tst].pub;
4703 NULL, pubkey, pubkeylen);