Searched refs:poid (Results 1 – 4 of 4) sorted by relevance
504 GENERAL_NAME_get0_otherName(GENERAL_NAME *gen, ASN1_OBJECT **poid, in GENERAL_NAME_get0_otherName() argument509 if (poid) in GENERAL_NAME_get0_otherName()510 *poid = gen->d.otherName->type_id; in GENERAL_NAME_get0_otherName()
163 const ASN1_OBJECT *poid = pval; in eckey_type2param() local173 group = EC_GROUP_new_by_curve_name(OBJ_obj2nid(poid)); in eckey_type2param()
598 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
924 dpp_get_curve_oid(const ASN1_OBJECT *poid) in dpp_get_curve_oid() argument931 if (oid && OBJ_cmp(poid, oid) == 0) in dpp_get_curve_oid()975 const ASN1_OBJECT *poid; in dpp_parse_uri_pk() local1065 poid = pval; in dpp_parse_uri_pk()1066 res = OBJ_obj2txt(buf, sizeof(buf), poid, 0); in dpp_parse_uri_pk()1073 bi->curve = dpp_get_curve_oid(poid); in dpp_parse_uri_pk()