HomeSort by: relevance | last modified time | path
    Searched defs:zbn_res (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
param_build_test.c 23 BIGNUM *zbn = NULL, *zbn_res = NULL; local
38 || !TEST_true(OSSL_PARAM_get_BN(p, &zbn_res))
39 || !TEST_BN_eq(zbn_res, zbn))
48 BN_free(zbn_res);
56 BIGNUM *zbn = NULL, *zbn_res = NULL; local
71 || !TEST_true(OSSL_PARAM_get_BN(p, &zbn_res))
73 || !TEST_BN_eq(zbn_res, zbn))
82 BN_free(zbn_res);
90 BIGNUM *zbn = NULL, *zbn_res = NULL; local
200 || !TEST_true(OSSL_PARAM_get_BN(p, &zbn_res))
246 BIGNUM *zbn = NULL, *zbn_res = NULL; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
param_build_test.c 23 BIGNUM *zbn = NULL, *zbn_res = NULL; local
37 || !TEST_true(OSSL_PARAM_get_BN(p, &zbn_res))
38 || !TEST_BN_eq(zbn_res, zbn))
47 BN_free(zbn_res);
55 BIGNUM *zbn = NULL, *zbn_res = NULL; local
70 || !TEST_true(OSSL_PARAM_get_BN(p, &zbn_res))
72 || !TEST_BN_eq(zbn_res, zbn))
81 BN_free(zbn_res);
90 BIGNUM *zbn = NULL, *zbn_res = NULL; local
194 || !TEST_true(OSSL_PARAM_get_BN(p, &zbn_res))
232 BIGNUM *zbn = NULL, *zbn_res = NULL; local
    [all...]

Completed in 28 milliseconds