Lines Matching refs:oid
149 static void set_auth_method(auth_method_type_t auth_method_type, char *oid, in set_auth_method() argument
177 auth_param_type_desc->cookie = (void *)oid; in set_auth_method()
189 static int get_oid(const void *dtb, int node, const char *prop, char **oid) in get_oid() argument
204 *oid = pool_alloc(&oid_pool); in get_oid()
205 rc = fdtw_read_string(dtb, node, "oid", *oid, MAX_OID_NAME_LEN); in get_oid()
228 char *oid = NULL; in populate_and_set_auth_methods() local
239 oid = NULL; in populate_and_set_auth_methods()
241 rc = get_oid(dtb, node, "signing-key", &oid); in populate_and_set_auth_methods()
250 rc = get_oid(dtb, node, "hash", &oid); in populate_and_set_auth_methods()
261 set_auth_method(auth_method_type, oid, in populate_and_set_auth_methods()
265 rc = get_oid(dtb, node, "antirollback-counter", &oid); in populate_and_set_auth_methods()
268 set_auth_method(auth_method_type, oid, in populate_and_set_auth_methods()