Lines Matching refs:oper
338 prop->oper = OSSL_PROPERTY_OPER_EQ; in ossl_parse_property()
394 prop->oper = OSSL_PROPERTY_OVERRIDE; in ossl_parse_query()
405 prop->oper = OSSL_PROPERTY_OPER_EQ; in ossl_parse_query()
407 prop->oper = OSSL_PROPERTY_OPER_NE; in ossl_parse_query()
410 prop->oper = OSSL_PROPERTY_OPER_EQ; in ossl_parse_query()
447 OSSL_PROPERTY_OPER oper; in ossl_property_match_count() local
450 if ((oper = q[i].oper) == OSSL_PROPERTY_OVERRIDE) { in ossl_property_match_count()
463 if ((eq && oper == OSSL_PROPERTY_OPER_EQ) in ossl_property_match_count()
464 || (!eq && oper == OSSL_PROPERTY_OPER_NE)) in ossl_property_match_count()
480 if (oper == OSSL_PROPERTY_OPER_NE) in ossl_property_match_count()
485 || (oper == OSSL_PROPERTY_OPER_EQ in ossl_property_match_count()
487 || (oper == OSSL_PROPERTY_OPER_NE in ossl_property_match_count()
668 else if (prop->oper == OSSL_PROPERTY_OVERRIDE) in ossl_property_list_to_string()
676 switch (prop->oper) { in ossl_property_list_to_string()