Home
last modified time | relevance | path

Searched refs:PKIconf (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_client.c364 OSSL_CMP_MSG *PKIconf = NULL; in ossl_cmp_exchange_certConf() local
372 res = send_receive_check(ctx, certConf, &PKIconf, OSSL_CMP_PKIBODY_PKICONF); in ossl_cmp_exchange_certConf()
376 OSSL_CMP_MSG_free(PKIconf); in ossl_cmp_exchange_certConf()
386 OSSL_CMP_MSG *PKIconf = NULL; in ossl_cmp_exchange_error() local
396 res = send_receive_check(ctx, error, &PKIconf, OSSL_CMP_PKIBODY_PKICONF); in ossl_cmp_exchange_error()
401 OSSL_CMP_MSG_free(PKIconf); in ossl_cmp_exchange_error()
724 * certConf, PKIconf, and polling if required.
/third_party/openssl/crypto/cmp/
H A Dcmp_client.c367 OSSL_CMP_MSG *PKIconf = NULL; in ossl_cmp_exchange_certConf() local
375 res = send_receive_check(ctx, certConf, &PKIconf, OSSL_CMP_PKIBODY_PKICONF); in ossl_cmp_exchange_certConf()
379 OSSL_CMP_MSG_free(PKIconf); in ossl_cmp_exchange_certConf()
389 OSSL_CMP_MSG *PKIconf = NULL; in ossl_cmp_exchange_error() local
399 res = send_receive_check(ctx, error, &PKIconf, OSSL_CMP_PKIBODY_PKICONF); in ossl_cmp_exchange_error()
404 OSSL_CMP_MSG_free(PKIconf); in ossl_cmp_exchange_error()
727 * certConf, PKIconf, and polling if required.

Completed in 3 milliseconds