xref: /rk3399_ARM-atf/include/drivers/auth/auth_util.h (revision e9235d8add2fc6d7b4c6d321001e6c9138c1e71b)
1 /*
2  * Copyright (c) 2025, Arm Limited. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef AUTH_UTIL_H
8 #define AUTH_UTIL_H
9 
10 const char *get_current_pk_oid(void);
11 void set_current_pk_oid(const char *pk_oid);
12 
13 #endif /* AUTH_UTIL_H */
14