Searched refs:body_type (Results 1 – 2 of 2) sorted by relevance
29 static int keep_alive(int keep_alive, int body_type) in keep_alive() argument36 && 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()
690 int body_type, int err_code) in gen_new() argument697 if ((msg = ossl_cmp_msg_create(ctx, body_type)) == NULL) in gen_new()
Completed in 7 milliseconds