Searched refs:xq (Results 1 – 5 of 5) sorted by relevance
32 …�I��X:�Sï����6�E�#,����?�Gm������aK����r�]V�N��Z_俜�!3���8��4 ���xq�fBӥ�!��ʆ0i+�Xp��|…
3021 X509_PUBKEY *xp = NULL, *xq = NULL; in test_X509_PUBKEY_dup() local3028 || !TEST_ptr(xq = X509_PUBKEY_dup(xp)) in test_X509_PUBKEY_dup()3029 || !TEST_ptr_ne(xp, xq)) in test_X509_PUBKEY_dup()3032 if (!TEST_ptr(X509_PUBKEY_get0(xq)) in test_X509_PUBKEY_dup()3034 || !TEST_ptr_ne(X509_PUBKEY_get0(xq), X509_PUBKEY_get0(xp))) in test_X509_PUBKEY_dup()3037 X509_PUBKEY_free(xq); in test_X509_PUBKEY_dup()3038 xq = NULL; in test_X509_PUBKEY_dup()3043 || !TEST_ptr(xq = X509_PUBKEY_dup(xp))) in test_X509_PUBKEY_dup()3048 if (!TEST_true(X509_PUBKEY_get0(xq) == NULL)) in test_X509_PUBKEY_dup()3055 X509_PUBKEY_free(xq); in test_X509_PUBKEY_dup()
1319 || !TEST_ptr(xq_bn = BN_bin2bn(tst->xq, tst->xq_len, NULL)) in rsa_keygen_test()
1177 const unsigned char *xq;
156 =item "xq" (B<OSSL_PKEY_PARAM_RSA_TEST_XQ>) <unsigned integer>
Completed in 32 milliseconds