+/**
+ * @brief Imports wrapped key
+ * @since HAL_MODULE_SECURITY_KEYS 1.0
+ * @param[in] context Security keys context handle
+ * @param[in] algo Algorithm type
+ * @param[in] hash Hash type
+ * @param[in] iv Initialization vector
+ * @param[in] aad Additional authentication data
+ * @param[in] ctr_len_or_tag_size_bits Counter length or tag size in bits
+ * @param[in] wrapping_key_id Wrapping key id
+ * @param[in] wrapping_key_pwd Wrapping key password, initialization vector and tag
+ * @param[in] wrapped_key Wrapped key
+ * @param[in] key_id Key id
+ * @param[in] key_pwd Key password and initialization vector
+ * @param[in] key_type Key type
+ * @param[out] key_tag Key tag
+ * @return @c 0 on success, otherwise an error value
+ * @retval #HAL_SECURITY_KEYS_ERROR_NONE Successful
+ * @retval #HAL_SECURITY_KEYS_ERROR_NOT_SUPPORTED Feature not supported
+ * @retval #HAL_SECURITY_KEYS_ERROR_INVALID_PARAMETER Invalid parameter
+ * @retval #HAL_SECURITY_KEYS_ERROR_OUT_OF_MEMORY Out of memory
+ * @retval #HAL_SECURITY_KEYS_ERROR_INTERNAL_ERROR Internal error
+ * @retval #HAL_SECURITY_KEYS_ERROR_TARGET_DEAD Target dead
+ */