Searched refs:ctrlinf (Results 1 – 1 of 1) sorted by relevance
46 #define IMPLEMENT_CRMF_CTRL_FUNC(atyp, valt, ctrlinf) \ argument47 valt *OSSL_CRMF_MSG_get0_##ctrlinf##_##atyp(const OSSL_CRMF_MSG *msg) \58 if (OBJ_obj2nid(atav->type) == NID_id_##ctrlinf##_##atyp) \64 int OSSL_CRMF_MSG_set1_##ctrlinf##_##atyp(OSSL_CRMF_MSG *msg, const valt *in) \72 if ((atav->type = OBJ_nid2obj(NID_id_##ctrlinf##_##atyp)) == NULL) \76 if (!OSSL_CRMF_MSG_push0_##ctrlinf(msg, atav)) \
Completed in 4 milliseconds