Lines Matching refs:idx
31 OSSL_PROPERTY_IDX idx; member
133 ps->idx = ++*pidx; in new_property_string()
134 if (ps->idx == 0) { in new_property_string()
198 return ps != NULL ? ps->idx : 0; in ossl_property_string()
204 OSSL_PROPERTY_IDX idx; member
211 if (prop->idx == findstr->idx) in find_str_fn()
217 OSSL_PROPERTY_IDX idx) in ossl_property_str() argument
235 findstr.idx = idx; in ossl_property_str()
244 : propdata->prop_valuelist, idx - 1); in ossl_property_str()
257 const char *ossl_property_name_str(OSSL_LIB_CTX *ctx, OSSL_PROPERTY_IDX idx) in ossl_property_name_str() argument
259 return ossl_property_str(1, ctx, idx); in ossl_property_name_str()
268 const char *ossl_property_value_str(OSSL_LIB_CTX *ctx, OSSL_PROPERTY_IDX idx) in ossl_property_value_str() argument
270 return ossl_property_str(0, ctx, idx); in ossl_property_value_str()