Home
last modified time | relevance | path

Searched refs:cmpctx (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Dcmp_ctx_test.c115 OSSL_CMP_CTX *cmpctx = OSSL_CMP_CTX_new(libctx, propq); in test_CTX_libctx_propq() local
117 && TEST_ptr(cmpctx) in test_CTX_libctx_propq()
118 && TEST_ptr_eq(libctx, OSSL_CMP_CTX_get0_libctx(cmpctx)) in test_CTX_libctx_propq()
119 && TEST_str_eq(propq, OSSL_CMP_CTX_get0_propq(cmpctx)); in test_CTX_libctx_propq()
121 OSSL_CMP_CTX_free(cmpctx); in test_CTX_libctx_propq()

Completed in 8 milliseconds