Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dcmp_msg_test.c385 OSSL_CMP_CERTRESPONSE *read_cresp, *cresp = OSSL_CMP_CERTRESPONSE_new(); in execute_certrep_create() local
402 read_cresp = ossl_cmp_certrepmessage_get0_certresponse(crepmsg, 99); in execute_certrep_create()
403 if (!TEST_ptr(read_cresp)) in execute_certrep_create()
407 certfromresp = ossl_cmp_certresponse_get1_cert(ctx, read_cresp); in execute_certrep_create()