Lines Matching refs:algorithm
67 if (a->algorithm != NULL) in omapi_auth_key_destroy()
68 dfree(a->algorithm, MDL); in omapi_auth_key_destroy()
110 status = isclib_make_dst_key(a->name, a->algorithm, in omapi_auth_key_enter()
141 omapi_value_t *algorithm = (omapi_value_t *)0; in omapi_auth_key_lookup() local
159 status = omapi_get_value_str (ref, id, "algorithm", &algorithm); in omapi_auth_key_lookup()
165 if ((algorithm -> value -> type != omapi_datatype_string) && in omapi_auth_key_lookup()
166 (algorithm -> value -> type != omapi_datatype_data)) { in omapi_auth_key_lookup()
168 omapi_value_dereference (&algorithm, MDL); in omapi_auth_key_lookup()
178 omapi_value_dereference (&algorithm, MDL); in omapi_auth_key_lookup()
182 if (omapi_td_strcasecmp (algorithm -> value, in omapi_auth_key_lookup()
183 ((omapi_auth_key_t *)*h) -> algorithm) != 0) { in omapi_auth_key_lookup()
185 omapi_value_dereference (&algorithm, MDL); in omapi_auth_key_lookup()
191 omapi_value_dereference (&algorithm, MDL); in omapi_auth_key_lookup()
216 if (a -> algorithm) { in omapi_auth_key_stuff_values()
220 status = omapi_connection_put_string (c, a -> algorithm); in omapi_auth_key_stuff_values()
273 if (a -> algorithm) in omapi_auth_key_get_value()
275 (value, name, a -> algorithm, MDL); in omapi_auth_key_get_value()