Home
last modified time | relevance | path

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

/openssl/crypto/cmp/
H A Dcmp_http.c29 static int keep_alive(int keep_alive, int body_type) in keep_alive() argument
36 && body_type != OSSL_CMP_PKIBODY_IR in keep_alive()
37 && body_type != OSSL_CMP_PKIBODY_CR in keep_alive()
38 && body_type != OSSL_CMP_PKIBODY_P10CR in keep_alive()
39 && body_type != OSSL_CMP_PKIBODY_KUR in keep_alive()
40 && body_type != OSSL_CMP_PKIBODY_POLLREQ) in keep_alive()
H A Dcmp_msg.c690 int body_type, int err_code) in gen_new() argument
697 if ((msg = ossl_cmp_msg_create(ctx, body_type)) == NULL) in gen_new()

Completed in 10 milliseconds