Searched refs:body_type (Results 1 – 3 of 3) sorted by relevance
31 static int keep_alive(int keep_alive, int body_type) in keep_alive() argument38 && body_type != OSSL_CMP_PKIBODY_IR in keep_alive()39 && body_type != OSSL_CMP_PKIBODY_CR in keep_alive()40 && body_type != OSSL_CMP_PKIBODY_P10CR in keep_alive()41 && body_type != OSSL_CMP_PKIBODY_KUR in keep_alive()42 && body_type != OSSL_CMP_PKIBODY_POLLREQ) in keep_alive()
681 int body_type, int err_code) in gen_new() argument688 if ((msg = ossl_cmp_msg_create(ctx, body_type)) == NULL) in gen_new()
1048 u8 body_type; in ieee802_1x_mka_i_in_peerlist() local1058 body_type = get_mka_param_body_type(hdr); in ieee802_1x_mka_i_in_peerlist()1069 if (body_type != MKA_LIVE_PEER_LIST && in ieee802_1x_mka_i_in_peerlist()1070 body_type != MKA_POTENTIAL_PEER_LIST) in ieee802_1x_mka_i_in_peerlist()1929 u8 body_type; in ieee802_1x_mka_decode_icv_body() local1937 body_type = get_mka_param_body_type(hdr); in ieee802_1x_mka_decode_icv_body()1942 if (body_type != MKA_ICV_INDICATOR) { in ieee802_1x_mka_decode_icv_body()3246 u8 body_type; in ieee802_1x_kay_decode_mkpdu() local3317 body_type = get_mka_param_body_type(hdr); in ieee802_1x_kay_decode_mkpdu()3319 if (body_type == MKA_ICV_INDICATOR) in ieee802_1x_kay_decode_mkpdu()[all …]