Searched refs:key_properties (Results 1 – 7 of 7) sorted by relevance
133 mcuxClCss_KeyProp_t key_properties; in CSS_PRNG_KickOff() local141 status = CSS_check_key(TEMPORARY_KEY_SLOT_256, &key_properties); in CSS_PRNG_KickOff()142 if (status != kStatus_Success || key_properties.bits.kactv == 1u) in CSS_PRNG_KickOff()
100 mcuxClCss_KeyProp_t key_properties in MCUX_CSSL_FP_FUNCTION_DEF()105 key->dstKey.key_properties = key_properties; in MCUX_CSSL_FP_FUNCTION_DEF()
56 mcuxClCss_KeyProp_t key_properties = key->dstKey.key_properties; in MCUX_CSSL_FP_FUNCTION_DEF() local61 key_properties, in MCUX_CSSL_FP_FUNCTION_DEF()
173 mcuxClCss_KeyProp_t key_properties; in MCUX_CSSL_FP_FUNCTION_DEF() local175 …X_CSSL_FP_FUNCTION_CALL(status_keyprop, mcuxClCss_GetKeyProperties(exportKeyIdx, &key_properties)); in MCUX_CSSL_FP_FUNCTION_DEF()185 …size_t key_length = (key_properties.bits.ksize == MCUXCLCSS_KEYPROPERTY_KEY_SIZE_128) ? MCUXCLCSS_… in MCUX_CSSL_FP_FUNCTION_DEF()
1032 mcuxClCss_KeyProp_t key_properties; in PRINCE_CSS_enable() local1043 status = PRINCE_CSS_check_key(NXP_DIE_MEM_ENC_SK, &key_properties); in PRINCE_CSS_enable()1044 if (status != kStatus_Success || key_properties.bits.kactv != 1u) in PRINCE_CSS_enable()1050 status = PRINCE_CSS_check_key(NXP_DIE_MEM_IV_ENC_SK, &key_properties); in PRINCE_CSS_enable()1051 if (status != kStatus_Success || key_properties.bits.kactv != 1u) in PRINCE_CSS_enable()
133 mcuxClCss_KeyProp_t key_properties
94 mcuxClCss_KeyProp_t key_properties; ///< Requested properties of the destination key member