Lines Matching refs:idx
30 OSSL_PROPERTY_IDX idx;
128 ps->idx = ++*pidx;
129 if (ps->idx == 0) {
168 return ps != NULL ? ps->idx : 0;
173 OSSL_PROPERTY_IDX idx;
180 if (prop->idx == findstr->idx)
185 OSSL_PROPERTY_IDX idx)
196 findstr.idx = idx;
224 const char *ossl_property_name_str(OSSL_LIB_CTX *ctx, OSSL_PROPERTY_IDX idx)
226 return ossl_property_str(1, ctx, idx);
243 const char *ossl_property_value_str(OSSL_LIB_CTX *ctx, OSSL_PROPERTY_IDX idx)
245 return ossl_property_str(0, ctx, idx);