Lines Matching defs:oid
148 * @oid[in]: Object Idetifier for pk/hash search
151 static void set_auth_method(auth_method_type_t auth_method_type, char *oid,
179 auth_param_type_desc->cookie = (void *)oid;
187 * @oid[out]: Object Indentifier of key/hash/nv-counter in certificate
191 static int get_oid(const void *dtb, int node, const char *prop, char **oid)
206 *oid = pool_alloc(&oid_pool);
207 rc = fdtw_read_string(dtb, node, "oid", *oid, MAX_OID_NAME_LEN);
230 char *oid = NULL;
241 oid = NULL;
243 rc = get_oid(dtb, node, "signing-key", &oid);
252 rc = get_oid(dtb, node, "hash", &oid);
263 set_auth_method(auth_method_type, oid,
267 rc = get_oid(dtb, node, "antirollback-counter", &oid);
270 set_auth_method(auth_method_type, oid,