1 /* 2 * Copyright (c) 2021-2023 Arm Limited. All rights reserved. 3 * SPDX-License-Identifier: BSD-3-Clause 4 */ 5 6 #include "psa_adac_debug.h" 7 #include "adac_crypto_cc312.h" 8 9 #include "psa/crypto_types.h" 10 psa_adac_crypto_init()11psa_status_t psa_adac_crypto_init() { 12 PSA_ADAC_LOG_INFO("cc312", "CryptoCell Initialization function\r\n"); 13 return PSA_SUCCESS; 14 } 15 16