Home
last modified time | relevance | path

Searched refs:mcuxClCss_GetKeyProperties (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/css_pkc/src/comps/mcuxClCss/src/
DmcuxClCss_KeyManagement.c165 MCUX_CSSL_FP_FUNCTION_CALLED(mcuxClCss_GetKeyProperties), in MCUX_CSSL_FP_FUNCTION_DEF()
175 …MCUX_CSSL_FP_FUNCTION_CALL(status_keyprop, mcuxClCss_GetKeyProperties(exportKeyIdx, &key_propertie… in MCUX_CSSL_FP_FUNCTION_DEF()
251 MCUX_CSSL_FP_FUNCTION_DEF(mcuxClCss_GetKeyProperties) in MCUX_CSSL_FP_FUNCTION_DEF() argument
252 MCUXCLCSS_API mcuxClCss_Status_Protected_t mcuxClCss_GetKeyProperties( in MCUX_CSSL_FP_FUNCTION_DEF()
257 MCUX_CSSL_FP_FUNCTION_ENTRY(mcuxClCss_GetKeyProperties); in MCUX_CSSL_FP_FUNCTION_DEF()
258 MCUXCLCSS_INPUT_PARAM_CHECK_PROTECTED(mcuxClCss_GetKeyProperties, (CSS_KS_CNT <= keyIdx)); in MCUX_CSSL_FP_FUNCTION_DEF()
263 … MCUX_CSSL_FP_FUNCTION_EXIT(mcuxClCss_GetKeyProperties, MCUXCLCSS_STATUS_SW_CANNOT_INTERRUPT); in MCUX_CSSL_FP_FUNCTION_DEF()
268 MCUX_CSSL_FP_FUNCTION_EXIT(mcuxClCss_GetKeyProperties, MCUXCLCSS_STATUS_OK); in MCUX_CSSL_FP_FUNCTION_DEF()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/css_pkc/src/comps/mcuxClCss/inc/
DmcuxClCss_KeyManagement.h232 MCUX_CSSL_FP_FUNCTION_DECL(mcuxClCss_GetKeyProperties)
233 MCUXCLCSS_API mcuxClCss_Status_Protected_t mcuxClCss_GetKeyProperties(
/hal_nxp-3.5.0/mcux/mcux-sdk/components/css_pkc/src/platforms/
Dfsl_css_pkc.c122mcuxClCss_GetKeyProperties(keyIdx, pKeyProp)); // Get key propertis from the CSS. in CSS_check_key()
124 …if ((MCUX_CSSL_FP_FUNCTION_CALLED(mcuxClCss_GetKeyProperties) != token) || (MCUXCLCSS_STATUS_OK !=… in CSS_check_key()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/prince/
Dfsl_prince.c988mcuxClCss_GetKeyProperties(keyIdx, pKeyProp)); // Get key propertis from the CSS. in PRINCE_CSS_check_key()
990 …if ((MCUX_CSSL_FP_FUNCTION_CALLED(mcuxClCss_GetKeyProperties) != token) || (MCUXCLCSS_STATUS_OK !=… in PRINCE_CSS_check_key()