Lines Matching refs:TEST_ptr
103 return TEST_ptr(p) && TEST_str_eq(p, test[idx].digest);
113 if (!TEST_ptr(ctx)
135 if (!TEST_ptr(ctx = HMAC_CTX_new()))
139 if (!TEST_ptr(ctx)
152 if (!TEST_ptr(p) || !TEST_str_eq(p, test[4].digest))
165 if (!TEST_ptr(p) || !TEST_str_eq(p, test[5].digest))
173 if (!TEST_ptr(p) || !TEST_str_eq(p, test[6].digest))
182 if (!TEST_ptr(p) || !TEST_str_eq(p, test[6].digest))
194 if (!TEST_ptr(p) || !TEST_str_eq(p, test[6].digest))
211 if (!TEST_ptr(p) || !TEST_str_eq(p, test[4].digest))
228 if (!TEST_ptr(ctx) || !TEST_ptr(ctx2))
238 if (!TEST_ptr(p) || !TEST_str_eq(p, test[7].digest))
257 if (!TEST_ptr(ctx = EVP_MD_CTX_new())
258 || !TEST_ptr(pkey = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, NULL,
261 || !TEST_ptr(ctx_tmp = EVP_MD_CTX_new())