Lines Matching refs:oper
368 prop->oper = OSSL_PROPERTY_OPER_EQ; in ossl_parse_property()
424 prop->oper = OSSL_PROPERTY_OVERRIDE; in ossl_parse_query()
435 prop->oper = OSSL_PROPERTY_OPER_EQ; in ossl_parse_query()
437 prop->oper = OSSL_PROPERTY_OPER_NE; in ossl_parse_query()
440 prop->oper = OSSL_PROPERTY_OPER_EQ; in ossl_parse_query()
477 OSSL_PROPERTY_OPER oper; in ossl_property_match_count() local
480 if ((oper = q[i].oper) == OSSL_PROPERTY_OVERRIDE) { in ossl_property_match_count()
493 if ((eq && oper == OSSL_PROPERTY_OPER_EQ) in ossl_property_match_count()
494 || (!eq && oper == OSSL_PROPERTY_OPER_NE)) in ossl_property_match_count()
510 if (oper == OSSL_PROPERTY_OPER_NE) in ossl_property_match_count()
515 || (oper == OSSL_PROPERTY_OPER_EQ in ossl_property_match_count()
517 || (oper == OSSL_PROPERTY_OPER_NE in ossl_property_match_count()
724 else if (prop->oper == OSSL_PROPERTY_OVERRIDE) in ossl_property_list_to_string()
732 switch (prop->oper) { in ossl_property_list_to_string()