Lines Matching refs:I
23 A I<reserved> property name consists of a single C-style identifier
30 A I<user defined> property name is similar, but it B<must> consist of
42 A I<property> is a I<name=value> pair.
43 A I<property definition> is a sequence of comma separated properties.
47 "my.foo=bar" defines a property named I<my.foo> which has a string value I<bar>
48 and "iteration.count=3" defines a property named I<iteration.count> which
49 has a numeric value of I<3>.
56 For example, the default provider defines the property I<provider=default>
58 Likewise, OpenSSL's FIPS provider defines I<provider=fips> and the legacy
59 provider defines I<provider=legacy> for all of their algorithms.
63 A I<property query clause> is a single conditional test.
71 A I<property query> is a sequence of comma separated property query clauses.