/* * Copyright (c) 2025, Arm Limited. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef AUTH_UTIL_H #define AUTH_UTIL_H const char *get_current_pk_oid(void); void set_current_pk_oid(const char *pk_oid); #endif /* AUTH_UTIL_H */